Home
last modified time | relevance | path

Searched refs:DEF_MUX_RO (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/clk/renesas/
Dr9a09g011-cpg.c143 DEF_MUX_RO(".selb", CLK_SEL_B, SEL_B, sel_b),
144 DEF_MUX_RO(".seld", CLK_SEL_D, SEL_D, sel_d),
145 DEF_MUX_RO(".sele", CLK_SEL_E, SEL_E, sel_e),
Dr9a07g044-cpg.c154 DEF_MUX_RO(".sel_pll3_3", CLK_SEL_PLL3_3, SEL_PLL3_3, sel_pll3_3),
159 DEF_MUX_RO(".sel_gpu2", CLK_SEL_GPU2, SEL_GPU2, sel_gpu2),
Dr9a07g043-cpg.c119 DEF_MUX_RO(".sel_pll3_3", CLK_SEL_PLL3_3, SEL_PLL3_3, sel_pll3_3),
Drzg2l-cpg.h173 #define DEF_MUX_RO(_name, _id, _conf, _parent_names) \ macro