Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clk/rockchip/
Dclk-px30.c80 .reg = PX30_CLKSEL_CON(0), \
127 .core_reg = PX30_CLKSEL_CON(0),
205 PX30_CLKSEL_CON(26), 15, 1, MFLAGS);
209 PX30_CLKSEL_CON(28), 10, 2, MFLAGS);
213 PX30_CLKSEL_CON(58), 10, 2, MFLAGS);
217 PX30_CLKSEL_CON(30), 10, 2, MFLAGS);
221 PX30_CLKSEL_CON(32), 10, 2, MFLAGS);
225 PX30_CLKSEL_CON(35), 14, 2, MFLAGS);
229 PX30_CLKSEL_CON(38), 14, 2, MFLAGS);
233 PX30_CLKSEL_CON(41), 14, 2, MFLAGS);
[all …]
Dclk.h49 #define PX30_CLKSEL_CON(x) ((x) * 0x4 + 0x100) macro