Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/clk/rockchip/
Dclk-rk3568.c107 .reg = RK3568_CLKSEL_CON(2), \
118 .reg = RK3568_CLKSEL_CON(5), \
125 .reg = RK3568_CLKSEL_CON(3), \
134 .reg = RK3568_CLKSEL_CON(4), \
186 .core_reg[0] = RK3568_CLKSEL_CON(0),
189 .core_reg[1] = RK3568_CLKSEL_CON(0),
192 .core_reg[2] = RK3568_CLKSEL_CON(1),
195 .core_reg[3] = RK3568_CLKSEL_CON(1),
341 RK3568_CLKSEL_CON(11), 10, 2, MFLAGS);
345 RK3568_CLKSEL_CON(13), 10, 2, MFLAGS);
[all …]
Dclk.h201 #define RK3568_CLKSEL_CON(x) ((x) * 0x4 + 0x100) macro