Home
last modified time | relevance | path

Searched refs:RK3368_CLKSEL_CON (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/clk/rockchip/
Dclk-rk3368.c165 .core_reg = RK3368_CLKSEL_CON(0),
175 .core_reg = RK3368_CLKSEL_CON(2),
193 .reg = RK3368_CLKSEL_CON(0 + _offs), \
199 .reg = RK3368_CLKSEL_CON(1 + _offs), \
254 RK3368_CLKSEL_CON(27), 8, 2, MFLAGS);
258 RK3368_CLKSEL_CON(31), 8, 2, MFLAGS);
262 RK3368_CLKSEL_CON(53), 8, 2, MFLAGS);
266 RK3368_CLKSEL_CON(33), 8, 2, MFLAGS);
270 RK3368_CLKSEL_CON(35), 8, 2, MFLAGS);
274 RK3368_CLKSEL_CON(39), 8, 2, MFLAGS);
[all …]
Dclk.h152 #define RK3368_CLKSEL_CON(x) ((x) * 0x4 + 0x100) macro