Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/clk/rockchip/
Dclk-rk3568.c115 .reg = RK3568_CLKSEL_CON(2), \
126 .reg = RK3568_CLKSEL_CON(5), \
133 .reg = RK3568_CLKSEL_CON(3), \
142 .reg = RK3568_CLKSEL_CON(4), \
194 .core_reg[0] = RK3568_CLKSEL_CON(0),
197 .core_reg[1] = RK3568_CLKSEL_CON(0),
200 .core_reg[2] = RK3568_CLKSEL_CON(1),
203 .core_reg[3] = RK3568_CLKSEL_CON(1),
349 RK3568_CLKSEL_CON(11), 10, 2, MFLAGS);
353 RK3568_CLKSEL_CON(13), 10, 2, MFLAGS);
[all …]
Dclk.h220 #define RK3568_CLKSEL_CON(x) ((x) * 0x4 + 0x100) macro