Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk-rv1106.c130 .reg = RV1106_CORECLKSEL_CON(0), \
137 .reg = RV1106_CORECLKSEL_CON(1), \
144 .reg = RV1106_CORECLKSEL_CON(0), \
151 .reg = RV1106_CORECLKSEL_CON(0), \
206 .core_reg[0] = RV1106_CORECLKSEL_CON(0),
333 RV1106_CORECLKSEL_CON(2), 5, 1, MFLAGS, 0, 5, DFLAGS,
336 RV1106_CORECLKSEL_CON(3), 11, 1, MFLAGS, 6, 5, DFLAGS,
339 RV1106_CORECLKSEL_CON(1), 0, 5, DFLAGS | CLK_DIVIDER_READ_ONLY,
H A Dclk.h122 #define RV1106_CORECLKSEL_CON(x) ((x) * 0x4 + 0x300 + RV1106_CORECRU_BASE) macro