Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3588/
H A Drk3588.c59 #define BUS_IOC_BASE 0xfd5f8000 macro
460 __maybe_unused static struct rk3588_bus_ioc * const bus_ioc = (void *)BUS_IOC_BASE; in board_debug_uart_init()
812 struct rk3588_bus_ioc * const bus_ioc = (void *)BUS_IOC_BASE; in spl_board_sd_iomux_save()
828 struct rk3588_bus_ioc * const bus_ioc = (void *)BUS_IOC_BASE; in spl_board_storages_fixup()
896 if (readl(BUS_IOC_BASE + BUS_IOC_GPIO2D_IOMUX_SEL_L) == 0x2222) { in arch_cpu_init()
901 } else if (readl(BUS_IOC_BASE + BUS_IOC_GPIO2D_IOMUX_SEL_L) == 0x1111) { in arch_cpu_init()
910 } else if ((readl(BUS_IOC_BASE + BUS_IOC_GPIO2B_IOMUX_SEL_L) & 0xf0ff) == 0x3033) { in arch_cpu_init()
915 } else if (readl(BUS_IOC_BASE + BUS_IOC_GPIO3A_IOMUX_SEL_L) == 0x5555) { in arch_cpu_init()
946 writel(0xffff1111, BUS_IOC_BASE + BUS_IOC_GPIO2A_IOMUX_SEL_L); in arch_cpu_init()
947 writel(0xffff1111, BUS_IOC_BASE + BUS_IOC_GPIO2D_IOMUX_SEL_L); in arch_cpu_init()
[all …]