Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/rockchip/
Dclk-px30.c88 .reg = PX30_CLKSEL_CON(0), \
135 .core_reg = PX30_CLKSEL_CON(0),
213 PX30_CLKSEL_CON(26), 15, 1, MFLAGS);
217 PX30_CLKSEL_CON(28), 10, 2, MFLAGS);
221 PX30_CLKSEL_CON(58), 10, 2, MFLAGS);
225 PX30_CLKSEL_CON(30), 10, 2, MFLAGS);
229 PX30_CLKSEL_CON(32), 10, 2, MFLAGS);
233 PX30_CLKSEL_CON(35), 14, 2, MFLAGS);
237 PX30_CLKSEL_CON(38), 14, 2, MFLAGS);
241 PX30_CLKSEL_CON(41), 14, 2, MFLAGS);
[all …]
Dclk.h58 #define PX30_CLKSEL_CON(x) ((x) * 0x4 + 0x100) macro