Home
last modified time | relevance | path

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

/linux/drivers/clk/rockchip/
H A Dclk-rk3568.c121 .reg = RK3568_CLKSEL_CON(2), \
132 .reg = RK3568_CLKSEL_CON(5), \
139 .reg = RK3568_CLKSEL_CON(3), \
148 .reg = RK3568_CLKSEL_CON(4), \
200 .core_reg[0] = RK3568_CLKSEL_CON(0),
203 .core_reg[1] = RK3568_CLKSEL_CON(0),
206 .core_reg[2] = RK3568_CLKSEL_CON(1),
209 .core_reg[3] = RK3568_CLKSEL_CON(1),
356 RK3568_CLKSEL_CON(11), 10, 2, MFLAGS);
360 RK3568_CLKSEL_CON(13), 10, 2, MFLAGS);
[all …]
H A Dclk.h362 #define RK3568_CLKSEL_CON(x) ((x) * 0x4 + 0x100) macro