Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dmxs_gpio.c47 writel(0, MXS_PINCTRL_BASE + PINCTRL_PIN2IRQ(i)); in mxs_gpio_init()
48 writel(0, MXS_PINCTRL_BASE + PINCTRL_IRQEN(i)); in mxs_gpio_init()
50 writel(0xffffffff, MXS_PINCTRL_BASE + PINCTRL_IRQSTAT(i) + 8); in mxs_gpio_init()
59 (struct mxs_register_32 *)(MXS_PINCTRL_BASE + offset); in gpio_get_value()
69 (struct mxs_register_32 *)(MXS_PINCTRL_BASE + offset); in gpio_set_value()
82 (struct mxs_register_32 *)(MXS_PINCTRL_BASE + offset); in gpio_direction_input()
94 (struct mxs_register_32 *)(MXS_PINCTRL_BASE + offset); in gpio_direction_output()
/openbmc/u-boot/arch/arm/include/asm/arch-mxs/
H A Dregs-base.h29 #define MXS_PINCTRL_BASE 0x80018000 macro
73 #define MXS_PINCTRL_BASE 0x80018000 macro
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Diomux.c32 void *iomux_base = (void *)MXS_PINCTRL_BASE; in mxs_iomux_setup_pad()
H A Dspl_mem_init.c313 (struct mxs_pinctrl_regs *)MXS_PINCTRL_BASE; in mx28_mem_init()