Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk-rk3368.c176 .core_reg[0] = RK3368_CLKSEL_CON(0),
187 .core_reg[0] = RK3368_CLKSEL_CON(2),
206 .reg = RK3368_CLKSEL_CON(0 + _offs), \
212 .reg = RK3368_CLKSEL_CON(1 + _offs), \
267 RK3368_CLKSEL_CON(27), 8, 2, MFLAGS);
271 RK3368_CLKSEL_CON(31), 8, 2, MFLAGS);
275 RK3368_CLKSEL_CON(53), 8, 2, MFLAGS);
279 RK3368_CLKSEL_CON(33), 8, 2, MFLAGS);
283 RK3368_CLKSEL_CON(35), 8, 2, MFLAGS);
287 RK3368_CLKSEL_CON(39), 8, 2, MFLAGS);
[all …]
H A Dclk.h272 #define RK3368_CLKSEL_CON(x) ((x) * 0x4 + 0x100) macro