Searched refs:pclkmode_pos (Results 1 – 3 of 3) sorted by relevance
116 const u32 pclkmode_pos = 3; in nx_disp_top_clkgen_set_clock_pclk_mode() local132 regvalue &= ~(1ul << pclkmode_pos); in nx_disp_top_clkgen_set_clock_pclk_mode()133 regvalue |= (clkmode & 0x01) << pclkmode_pos; in nx_disp_top_clkgen_set_clock_pclk_mode()141 const u32 pclkmode_pos = 3; in nx_disp_top_clkgen_get_clock_pclk_mode() local145 if (pregister->clkenb & (1ul << pclkmode_pos)) in nx_disp_top_clkgen_get_clock_pclk_mode()
218 const u32 pclkmode_pos = 3; in nx_dpc_set_clock_pclk_mode() local235 regvalue &= ~(1ul << pclkmode_pos); in nx_dpc_set_clock_pclk_mode()236 regvalue |= (clkmode & 0x01) << pclkmode_pos; in nx_dpc_set_clock_pclk_mode()243 const u32 pclkmode_pos = 3; in nx_dpc_get_clock_pclk_mode() local246 (1ul << pclkmode_pos)) { in nx_dpc_get_clock_pclk_mode()
50 const u32 pclkmode_pos = 3; in nx_mlc_set_clock_pclk_mode() local68 regvalue &= ~(1ul << pclkmode_pos); in nx_mlc_set_clock_pclk_mode()69 regvalue |= (clkmode & 0x01) << pclkmode_pos; in nx_mlc_set_clock_pclk_mode()76 const u32 pclkmode_pos = 3; in nx_mlc_get_clock_pclk_mode() local79 (1ul << pclkmode_pos)) { in nx_mlc_get_clock_pclk_mode()
Completed in 12 milliseconds