Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/rockchip/
H A Dclk-rk3328.c95 .reg = RK3328_CLKSEL_CON(1), \
133 .core_reg[0] = RK3328_CLKSEL_CON(0),
238 RK3328_CLKSEL_CON(6), 8, 2, MFLAGS);
353 RK3328_CLKSEL_CON(1), 8, 2, DFLAGS,
374 RK3328_CLKSEL_CON(7), 0,
384 RK3328_CLKSEL_CON(9), 0,
397 RK3328_CLKSEL_CON(11), 0,
410 RK3328_CLKSEL_CON(13), 0,
425 RK3328_CLKSEL_CON(15), 0,
429 RK3328_CLKSEL_CON(17), 0,
[all …]
H A Dclk.h157 #define RK3328_CLKSEL_CON(x) ((x) * 0x4 + 0x100) macro