Searched refs:postd (Results 1 – 2 of 2) sorted by relevance
424 u32 pred, postd; in get_lcd_clk() local439 postd = readl(&imx_ccm->cbcmr); in get_lcd_clk()441 postd = postd >> MXC_CCM_CBCMR_LCDIF1_PODF_OFFSET; in get_lcd_clk()447 postd = readl(&imx_ccm->cscmr1); in get_lcd_clk()449 postd = postd >> MXC_CCM_CBCMR_LCDIF1_PODF_OFFSET; in get_lcd_clk()457 postd = readl(&imx_ccm->cscmr1); in get_lcd_clk()459 postd = postd >> MXC_CCM_CSCMR1_LCDIF2_PODF_OFFSET; in get_lcd_clk()745 postd = j; in mxs_set_lcdclk()786 ((postd - 1) << in mxs_set_lcdclk()800 (((postd - 1)^0x6) << in mxs_set_lcdclk()[all …]
902 u32 i, j, pred = 1, postd = 1; in mxs_set_lcdclk() local935 postd = j; in mxs_set_lcdclk()945 debug("best %d, pred = %d, postd = %d\n", best, pred, postd); in mxs_set_lcdclk()955 CLK_ROOT_PRE_DIV((pred - 1)) | CLK_ROOT_POST_DIV((postd - 1)); in mxs_set_lcdclk()
Completed in 7 milliseconds