Searched refs:SH_CLK_DIV6_EXT (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/sh/kernel/cpu/sh4a/ |
D | clock-sh7724.c | 202 [DIV6_V] = SH_CLK_DIV6_EXT(VCLKCR, 0, 204 [DIV6_I] = SH_CLK_DIV6_EXT(IRDACLKCR, 0, 206 [DIV6_S] = SH_CLK_DIV6_EXT(SPUCLKCR, CLK_ENABLE_ON_INIT, 208 [DIV6_FA] = SH_CLK_DIV6_EXT(FCLKACR, 0, 210 [DIV6_FB] = SH_CLK_DIV6_EXT(FCLKBCR, 0,
|
/Linux-v4.19/include/linux/ |
D | sh_clk.h | 175 #define SH_CLK_DIV6_EXT(_reg, _flags, _parents, \ macro
|