Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/rockchip/
Dclk-rk3588.c166 .reg = RK3588_BIGCORE1_CLKSEL_CON(0), \
175 .reg = RK3588_BIGCORE1_CLKSEL_CON(1), \
370 .core_reg[0] = RK3588_BIGCORE1_CLKSEL_CON(0),
373 .core_reg[1] = RK3588_BIGCORE1_CLKSEL_CON(1),
830 RK3588_BIGCORE1_CLKSEL_CON(2), 0, 2, MFLAGS,
Dclk.h327 #define RK3588_BIGCORE1_CLKSEL_CON(x) ((x) * 0x4 + RK3588_BIGCORE1_CRU_BASE + 0x300) macro