Searched refs:DDIV_PACK (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/clk/renesas/ |
H A D | rzg2l-cpg.h | 54 #define DDIV_PACK(offset, bitpos, size) \ macro 56 #define DIVPL1A DDIV_PACK(CPG_PL1_DDIV, 0, 2) 57 #define DIVPL2A DDIV_PACK(CPG_PL2_DDIV, 0, 3) 58 #define DIVDSILPCLK DDIV_PACK(CPG_PL2_DDIV, 12, 2) 59 #define DIVPL3A DDIV_PACK(CPG_PL3A_DDIV, 0, 3) 60 #define DIVPL3B DDIV_PACK(CPG_PL3A_DDIV, 4, 3) 61 #define DIVPL3C DDIV_PACK(CPG_PL3A_DDIV, 8, 3) 62 #define DIVGPU DDIV_PACK(CPG_PL6_DDIV, 0, 2) 72 #define SEL_SDHI0 DDIV_PACK(CPG_PL2SDHI_DSEL, 0, 2) 73 #define SEL_SDHI1 DDIV_PACK(CPG_PL2SDHI_DSEL, 4, 2)
|
H A 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_D DDIV_PACK(0x204, 4, 2) 27 #define DIV_E DDIV_PACK(0x204, 8, 1) 28 #define DIV_W DDIV_PACK(0x328, 0, 3)
|