Searched refs:SEL_PLL_PACK (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/clk/renesas/ |
D | r9a09g011-cpg.c | 30 #define SEL_B SEL_PLL_PACK(0x214, 0, 1) 31 #define SEL_CSI0 SEL_PLL_PACK(0x330, 0, 1) 32 #define SEL_CSI4 SEL_PLL_PACK(0x330, 4, 1) 33 #define SEL_D SEL_PLL_PACK(0x214, 1, 1) 34 #define SEL_E SEL_PLL_PACK(0x214, 2, 1) 35 #define SEL_SDI SEL_PLL_PACK(0x300, 0, 1) 36 #define SEL_W0 SEL_PLL_PACK(0x32C, 0, 1)
|
D | r9a08g045-cpg.c | 41 #define G3S_SEL_PLL4_STS SEL_PLL_PACK(G3S_CLKSELSTATUS, 6, 1) 42 #define G3S_SEL_SDHI0_STS SEL_PLL_PACK(G3S_CLKSELSTATUS, 16, 1) 43 #define G3S_SEL_SDHI1_STS SEL_PLL_PACK(G3S_CLKSELSTATUS, 17, 1) 44 #define G3S_SEL_SDHI2_STS SEL_PLL_PACK(G3S_CLKSELSTATUS, 18, 1) 47 #define G3S_SEL_PLL4 SEL_PLL_PACK(G3S_CPG_PLL_DSEL, 6, 1) 48 #define G3S_SEL_SDHI0 SEL_PLL_PACK(G3S_CPG_SDHI_DSEL, 0, 2) 49 #define G3S_SEL_SDHI1 SEL_PLL_PACK(G3S_CPG_SDHI_DSEL, 4, 2) 50 #define G3S_SEL_SDHI2 SEL_PLL_PACK(G3S_CPG_SDHI_DSEL, 8, 2)
|
D | rzg2l-cpg.h | 75 #define SEL_PLL_PACK(offset, bitpos, size) \ macro 78 #define SEL_PLL3_3 SEL_PLL_PACK(CPG_PL3_SSEL, 8, 1) 79 #define SEL_PLL5_4 SEL_PLL_PACK(CPG_OTHERFUNC1_REG, 0, 1) 80 #define SEL_PLL6_2 SEL_PLL_PACK(CPG_PL6_ETH_SSEL, 0, 1) 81 #define SEL_GPU2 SEL_PLL_PACK(CPG_PL6_SSEL, 12, 1)
|
D | r9a07g043-cpg.c | 21 #define SEL_SDHI0 SEL_PLL_PACK(CPG_PL2SDHI_DSEL, 0, 2) 22 #define SEL_SDHI1 SEL_PLL_PACK(CPG_PL2SDHI_DSEL, 4, 2) 25 #define SEL_SDHI0_STS SEL_PLL_PACK(CPG_CLKSTATUS, 28, 1) 26 #define SEL_SDHI1_STS SEL_PLL_PACK(CPG_CLKSTATUS, 29, 1)
|
D | r9a07g044-cpg.c | 22 #define SEL_SDHI0 SEL_PLL_PACK(CPG_PL2SDHI_DSEL, 0, 2) 23 #define SEL_SDHI1 SEL_PLL_PACK(CPG_PL2SDHI_DSEL, 4, 2) 26 #define SEL_SDHI0_STS SEL_PLL_PACK(CPG_CLKSTATUS, 28, 1) 27 #define SEL_SDHI1_STS SEL_PLL_PACK(CPG_CLKSTATUS, 29, 1)
|