Home
last modified time | relevance | path

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

/linux/drivers/clk/rockchip/
H A Dclk-rk3368.c157 .core_reg[0] = RK3368_CLKSEL_CON(0),
168 .core_reg[0] = RK3368_CLKSEL_CON(2),
187 .reg = RK3368_CLKSEL_CON(0 + _offs), \
193 .reg = RK3368_CLKSEL_CON(1 + _offs), \
248 RK3368_CLKSEL_CON(27), 8, 2, MFLAGS);
252 RK3368_CLKSEL_CON(31), 8, 2, MFLAGS);
256 RK3368_CLKSEL_CON(53), 8, 2, MFLAGS);
260 RK3368_CLKSEL_CON(33), 8, 2, MFLAGS);
264 RK3368_CLKSEL_CON(35), 8, 2, MFLAGS);
268 RK3368_CLKSEL_CON(39), 8, 2, MFLAGS);
[all …]
H A Dclk.h175 #define RK3368_CLKSEL_CON(x) ((x) * 0x4 + 0x100) macro