Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rv1126b/
H A Drv1126b.c95 #define VCCIO3_IOC_BASE 0x201c0000 macro
205 writel(0xffff1111, VCCIO3_IOC_BASE + GPIO3A_IOMUX_SEL_L); in board_set_iomux()
206 writel(0x00ff0011, VCCIO3_IOC_BASE + GPIO3A_IOMUX_SEL_H); in board_set_iomux()
207 writel(0x0f000300, VCCIO3_IOC_BASE + GPIO3B_IOMUX_SEL_H); in board_set_iomux()
251 writel(0xffff0000, VCCIO3_IOC_BASE + GPIO3A_IOMUX_SEL_L); in board_unset_iomux()
252 writel(0x00ff0000, VCCIO3_IOC_BASE + GPIO3A_IOMUX_SEL_H); in board_unset_iomux()
253 writel(0x0f000000, VCCIO3_IOC_BASE + GPIO3B_IOMUX_SEL_H); in board_unset_iomux()