Searched refs:RK3588_CLKSEL_CON (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/clk/rockchip/ |
| H A D | clk-rk3588.c | 524 RK3588_CLKSEL_CON(26), 0, 2, MFLAGS); 528 RK3588_CLKSEL_CON(28), 0, 2, MFLAGS); 540 RK3588_CLKSEL_CON(30), 0, 2, MFLAGS); 544 RK3588_CLKSEL_CON(32), 0, 2, MFLAGS); 548 RK3588_CLKSEL_CON(120), 0, 2, MFLAGS); 552 RK3588_CLKSEL_CON(142), 0, 2, MFLAGS); 556 RK3588_CLKSEL_CON(146), 0, 2, MFLAGS); 560 RK3588_CLKSEL_CON(148), 0, 2, MFLAGS); 564 RK3588_CLKSEL_CON(131), 0, 2, MFLAGS); 568 RK3588_CLKSEL_CON(122), 0, 2, MFLAGS); [all …]
|
| H A D | clk.h | 413 #define RK3588_CLKSEL_CON(x) ((x) * 0x4 + 0x300) macro
|
| /OK3568_Linux_fs/u-boot/drivers/clk/rockchip/ |
| H A D | clk_rk3588.c | 2220 src = readl(SCRU_BASE + RK3588_CLKSEL_CON(3)) & 0x3000; in rk3588_clk_scmi_get_rate() 2222 div = readl(SCRU_BASE + RK3588_CLKSEL_CON(3)) & 0x0fc0; in rk3588_clk_scmi_get_rate() 2231 src = readl(SCRU_BASE + RK3588_CLKSEL_CON(3)) & 0x0020; in rk3588_clk_scmi_get_rate() 2232 div = readl(SCRU_BASE + RK3588_CLKSEL_CON(3)) & 0x001f; in rk3588_clk_scmi_get_rate() 2238 src = readl(SCRU_BASE + RK3588_CLKSEL_CON(1)) & 0xc000; in rk3588_clk_scmi_get_rate() 2249 src = readl(SCRU_BASE + RK3588_CLKSEL_CON(1)) & 0x0c00; in rk3588_clk_scmi_get_rate() 2260 src = readl(SCRU_BASE + RK3588_CLKSEL_CON(1)) & 0x3000; in rk3588_clk_scmi_get_rate() 2271 src = readl(SCRU_BASE + RK3588_CLKSEL_CON(2)) & 0x00c0; in rk3588_clk_scmi_get_rate() 2282 src = readl(SCRU_BASE + RK3588_CLKSEL_CON(2)) & 0x0300; in rk3588_clk_scmi_get_rate() 2296 src = readl(SCRU_BASE + RK3588_CLKSEL_CON(1)) & 0x000c; in rk3588_clk_scmi_get_rate() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | cru_rk3588.h | 114 #define RK3588_CLKSEL_CON(x) ((x) * 0x4 + 0x300) macro
|