Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/clk/rockchip/
Dclk-rk3568.c113 .reg = RK3568_CLKSEL_CON(2), \
124 .reg = RK3568_CLKSEL_CON(5), \
131 .reg = RK3568_CLKSEL_CON(3), \
140 .reg = RK3568_CLKSEL_CON(4), \
192 .core_reg[0] = RK3568_CLKSEL_CON(0),
195 .core_reg[1] = RK3568_CLKSEL_CON(0),
198 .core_reg[2] = RK3568_CLKSEL_CON(1),
201 .core_reg[3] = RK3568_CLKSEL_CON(1),
347 RK3568_CLKSEL_CON(11), 10, 2, MFLAGS);
351 RK3568_CLKSEL_CON(13), 10, 2, MFLAGS);
[all …]
Dclk.h220 #define RK3568_CLKSEL_CON(x) ((x) * 0x4 + 0x100) macro