Searched refs:DDIV_PACK (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/clk/renesas/ |
| H A D | r9a08g046-cpg.c | 35 #define G3L_DIVPL2A DDIV_PACK(G3L_CPG_PL2_DDIV, 0, 2) 36 #define G3L_DIVPL2B DDIV_PACK(G3L_CPG_PL2_DDIV, 4, 2) 37 #define G3L_DIVPL3A DDIV_PACK(G3L_CPG_PL3_DDIV, 0, 2) 38 #define G3L_DIV_SDHI0 DDIV_PACK(G3L_CPG_SDHI_DDIV, 0, 2) 39 #define G3L_DIV_SDHI1 DDIV_PACK(G3L_CPG_SDHI_DDIV, 4, 2) 40 #define G3L_DIV_SDHI2 DDIV_PACK(G3L_CPG_SDHI_DDIV, 8, 2) 41 #define G3L_DIV_GE3D DDIV_PACK(G3L_CPG_GE3D_DDIV, 0, 3) 42 #define G3L_DIV_CA55_CORE0 DDIV_PACK(G3L_CPG_CA55CORE_DDIV, 0, 3) 43 #define G3L_DIV_CA55_CORE1 DDIV_PACK(G3L_CPG_CA55CORE_DDIV, 4, 3) 44 #define G3L_DIV_CA55_CORE2 DDIV_PACK(G3L_CPG_CA55CORE_DDIV, 8, 3) [all …]
|
| H A D | rzv2h-cpg.h | 68 #define DDIV_PACK(_offset, _shift, _width, _monbit) \ macro 133 #define CDDIV0_DIVCTL1 DDIV_PACK(CPG_CDDIV0, 4, 3, 1) 134 #define CDDIV0_DIVCTL2 DDIV_PACK(CPG_CDDIV0, 8, 3, 2) 135 #define CDDIV1_DIVCTL0 DDIV_PACK(CPG_CDDIV1, 0, 2, 4) 136 #define CDDIV1_DIVCTL1 DDIV_PACK(CPG_CDDIV1, 4, 2, 5) 137 #define CDDIV1_DIVCTL2 DDIV_PACK(CPG_CDDIV1, 8, 2, 6) 138 #define CDDIV1_DIVCTL3 DDIV_PACK(CPG_CDDIV1, 12, 2, 7) 139 #define CDDIV2_DIVCTL3 DDIV_PACK(CPG_CDDIV2, 12, 3, 11) 140 #define CDDIV3_DIVCTL1 DDIV_PACK(CPG_CDDIV3, 4, 3, 13) 141 #define CDDIV3_DIVCTL2 DDIV_PACK(CPG_CDDIV3, 8, 3, 14) [all …]
|
| H A D | r9a08g045-cpg.c | 26 #define G3S_DIVPL2B DDIV_PACK(G3S_CPG_PL2_DDIV, 4, 3) 27 #define G3S_DIV_SDHI0 DDIV_PACK(G3S_CPG_SDHI_DDIV, 0, 1) 28 #define G3S_DIV_SDHI1 DDIV_PACK(G3S_CPG_SDHI_DDIV, 4, 1) 29 #define G3S_DIV_SDHI2 DDIV_PACK(G3S_CPG_SDHI_DDIV, 8, 1) 32 #define G3S_DIVPL1A_STS DDIV_PACK(G3S_CLKDIVSTATUS, 0, 1) 33 #define G3S_DIVPL2B_STS DDIV_PACK(G3S_CLKDIVSTATUS, 5, 1) 34 #define G3S_DIVPL3A_STS DDIV_PACK(G3S_CLKDIVSTATUS, 8, 1) 35 #define G3S_DIVPL3B_STS DDIV_PACK(G3S_CLKDIVSTATUS, 9, 1) 36 #define G3S_DIVPL3C_STS DDIV_PACK(G3S_CLKDIVSTATUS, 10, 1) 37 #define G3S_DIV_SDHI0_STS DDIV_PACK(G3S_CLKDIVSTATUS, 24, 1) [all …]
|
| H A D | rzg2l-cpg.h | 64 #define DDIV_PACK(offset, bitpos, size) \ macro 66 #define DIVPL1A DDIV_PACK(CPG_PL1_DDIV, 0, 2) 67 #define DIVPL2A DDIV_PACK(CPG_PL2_DDIV, 0, 3) 68 #define DIVDSILPCLK DDIV_PACK(CPG_PL2_DDIV, 12, 2) 69 #define DIVPL3A DDIV_PACK(CPG_PL3A_DDIV, 0, 3) 70 #define DIVPL3B DDIV_PACK(CPG_PL3A_DDIV, 4, 3) 71 #define DIVPL3C DDIV_PACK(CPG_PL3A_DDIV, 8, 3) 72 #define DIVPL3E DDIV_PACK(CPG_PL3C_SDIV, 8, 5) 73 #define DIVGPU DDIV_PACK(CPG_PL6_DDIV, 0, 2)
|
| H A D | r9a09g011-cpg.c | 19 #define DIV_A DDIV_PACK(0x200, 0, 3) 20 #define DIV_B DDIV_PACK(0x204, 0, 2) 21 #define DIV_D DDIV_PACK(0x204, 4, 2) 22 #define DIV_E DDIV_PACK(0x204, 8, 1) 23 #define DIV_W DDIV_PACK(0x328, 0, 3)
|