Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clk/rockchip/
Dclk-rk3368.c157 .core_reg = RK3368_CLKSEL_CON(0),
167 .core_reg = RK3368_CLKSEL_CON(2),
185 .reg = RK3368_CLKSEL_CON(0 + _offs), \
191 .reg = RK3368_CLKSEL_CON(1 + _offs), \
246 RK3368_CLKSEL_CON(27), 8, 2, MFLAGS);
250 RK3368_CLKSEL_CON(31), 8, 2, MFLAGS);
254 RK3368_CLKSEL_CON(53), 8, 2, MFLAGS);
258 RK3368_CLKSEL_CON(33), 8, 2, MFLAGS);
262 RK3368_CLKSEL_CON(35), 8, 2, MFLAGS);
266 RK3368_CLKSEL_CON(39), 8, 2, MFLAGS);
[all …]
Dclk.h156 #define RK3368_CLKSEL_CON(x) ((x) * 0x4 + 0x100) macro