Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3588/
H A Drk3588.c61 #define BUS_IOC_BASE 0xfd5f8000 macro
482 __maybe_unused static struct rk3588_bus_ioc * const bus_ioc = (void *)BUS_IOC_BASE; in board_debug_uart_init()
834 struct rk3588_bus_ioc * const bus_ioc = (void *)BUS_IOC_BASE; in spl_board_sd_iomux_save()
850 struct rk3588_bus_ioc * const bus_ioc = (void *)BUS_IOC_BASE; in spl_board_storages_fixup()
883 writel(0xffff1111, BUS_IOC_BASE + BUS_IOC_GPIO2A_IOMUX_SEL_L); in board_set_iomux()
884 writel(0xffff1111, BUS_IOC_BASE + BUS_IOC_GPIO2D_IOMUX_SEL_L); in board_set_iomux()
885 writel(0xffff1111, BUS_IOC_BASE + BUS_IOC_GPIO2D_IOMUX_SEL_H); in board_set_iomux()
890 writel(0x000f0002, BUS_IOC_BASE + BUS_IOC_GPIO2A_IOMUX_SEL_L); in board_set_iomux()
891 writel(0xffff2222, BUS_IOC_BASE + BUS_IOC_GPIO2D_IOMUX_SEL_L); in board_set_iomux()
892 writel(0x00f00020, BUS_IOC_BASE + BUS_IOC_GPIO2D_IOMUX_SEL_H); in board_set_iomux()
[all …]