Searched refs:DDIV_PACK (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/clk/renesas/ |
| H A D | rzv2h-cpg.h | 68 #define DDIV_PACK(_offset, _shift, _width, _monbit) \ macro 132 #define CDDIV0_DIVCTL1 DDIV_PACK(CPG_CDDIV0, 4, 3, 1) 133 #define CDDIV0_DIVCTL2 DDIV_PACK(CPG_CDDIV0, 8, 3, 2) 134 #define CDDIV1_DIVCTL0 DDIV_PACK(CPG_CDDIV1, 0, 2, 4) 135 #define CDDIV1_DIVCTL1 DDIV_PACK(CPG_CDDIV1, 4, 2, 5) 136 #define CDDIV1_DIVCTL2 DDIV_PACK(CPG_CDDIV1, 8, 2, 6) 137 #define CDDIV1_DIVCTL3 DDIV_PACK(CPG_CDDIV1, 12, 2, 7) 138 #define CDDIV2_DIVCTL3 DDIV_PACK(CPG_CDDIV2, 12, 3, 11) 139 #define CDDIV3_DIVCTL1 DDIV_PACK(CPG_CDDIV3, 4, 3, 13) 140 #define CDDIV3_DIVCTL2 DDIV_PACK(CPG_CDDIV3, 8, 3, 14) [all …]
|
| H A D | r9a08g045-cpg.c | 27 #define G3S_DIVPL2B DDIV_PACK(G3S_CPG_PL2_DDIV, 4, 3) 28 #define G3S_DIV_SDHI0 DDIV_PACK(G3S_CPG_SDHI_DDIV, 0, 1) 29 #define G3S_DIV_SDHI1 DDIV_PACK(G3S_CPG_SDHI_DDIV, 4, 1) 30 #define G3S_DIV_SDHI2 DDIV_PACK(G3S_CPG_SDHI_DDIV, 8, 1) 33 #define G3S_DIVPL1A_STS DDIV_PACK(G3S_CLKDIVSTATUS, 0, 1) 34 #define G3S_DIVPL2B_STS DDIV_PACK(G3S_CLKDIVSTATUS, 5, 1) 35 #define G3S_DIVPL3A_STS DDIV_PACK(G3S_CLKDIVSTATUS, 8, 1) 36 #define G3S_DIVPL3B_STS DDIV_PACK(G3S_CLKDIVSTATUS, 9, 1) 37 #define G3S_DIVPL3C_STS DDIV_PACK(G3S_CLKDIVSTATUS, 10, 1) 38 #define G3S_DIV_SDHI0_STS DDIV_PACK(G3S_CLKDIVSTATUS, 24, 1) [all …]
|
| H A D | rzg2l-cpg.h | 67 #define DDIV_PACK(offset, bitpos, size) \ macro 69 #define DIVPL1A DDIV_PACK(CPG_PL1_DDIV, 0, 2) 70 #define DIVPL2A DDIV_PACK(CPG_PL2_DDIV, 0, 3) 71 #define DIVDSILPCLK DDIV_PACK(CPG_PL2_DDIV, 12, 2) 72 #define DIVPL3A DDIV_PACK(CPG_PL3A_DDIV, 0, 3) 73 #define DIVPL3B DDIV_PACK(CPG_PL3A_DDIV, 4, 3) 74 #define DIVPL3C DDIV_PACK(CPG_PL3A_DDIV, 8, 3) 75 #define DIVPL3E DDIV_PACK(CPG_PL3C_SDIV, 8, 5) 76 #define DIVGPU DDIV_PACK(CPG_PL6_DDIV, 0, 2)
|