Searched refs:DDIV_PACK (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/drivers/clk/renesas/ |
| D | rzg2l-cpg.h | 57 #define DDIV_PACK(offset, bitpos, size) \ macro 59 #define DIVPL1A DDIV_PACK(CPG_PL1_DDIV, 0, 2) 60 #define DIVPL2A DDIV_PACK(CPG_PL2_DDIV, 0, 3) 61 #define DIVDSILPCLK DDIV_PACK(CPG_PL2_DDIV, 12, 2) 62 #define DIVPL3A DDIV_PACK(CPG_PL3A_DDIV, 0, 3) 63 #define DIVPL3B DDIV_PACK(CPG_PL3A_DDIV, 4, 3) 64 #define DIVPL3C DDIV_PACK(CPG_PL3A_DDIV, 8, 3) 65 #define DIVGPU DDIV_PACK(CPG_PL6_DDIV, 0, 2) 75 #define SEL_SDHI0 DDIV_PACK(CPG_PL2SDHI_DSEL, 0, 2) 76 #define SEL_SDHI1 DDIV_PACK(CPG_PL2SDHI_DSEL, 4, 2)
|
| D | r9a09g011-cpg.c | 24 #define DIV_A DDIV_PACK(0x200, 0, 3) 25 #define DIV_B DDIV_PACK(0x204, 0, 2) 26 #define DIV_E DDIV_PACK(0x204, 8, 1) 27 #define DIV_W DDIV_PACK(0x328, 0, 3)
|