Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/rockchip/
Dclk-rk3588.c150 .reg = RK3588_BIGCORE0_CLKSEL_CON(0), \
159 .reg = RK3588_BIGCORE0_CLKSEL_CON(1), \
313 .core_reg[0] = RK3588_BIGCORE0_CLKSEL_CON(0),
316 .core_reg[1] = RK3588_BIGCORE0_CLKSEL_CON(1),
818 RK3588_BIGCORE0_CLKSEL_CON(2), 0, 2, MFLAGS,
Dclk.h323 #define RK3588_BIGCORE0_CLKSEL_CON(x) ((x) * 0x4 + RK3588_BIGCORE0_CRU_BASE + 0x300) macro