Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/micronas/vct/vcth/
H A Dreg_gpio.h19 #define GPIO_EXT_PORTA(base) ((base) + GPIO_EXT_PORTA_OFFS) macro
/OK3568_Linux_fs/u-boot/board/micronas/vct/vctv/
H A Dreg_gpio.h19 #define GPIO_EXT_PORTA(base) ((base) + GPIO_EXT_PORTA_OFFS) macro
/OK3568_Linux_fs/u-boot/board/micronas/vct/
H A Dgpio.c72 value = reg_read(GPIO_EXT_PORTA(gpio_base)); in vct_gpio_get()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-dwapb.c46 #define GPIO_EXT_PORTA 0x50 macro
494 dat = gpio->regs + GPIO_EXT_PORTA + pp->idx * GPIO_EXT_PORT_STRIDE; in dwapb_gpio_add_port()
751 offset = GPIO_EXT_PORTA + idx * GPIO_EXT_PORT_STRIDE; in dwapb_gpio_suspend()
798 offset = GPIO_EXT_PORTA + idx * GPIO_EXT_PORT_STRIDE; in dwapb_gpio_resume()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/px30/
H A Dpx30.c177 #define GPIO_EXT_PORTA 0x50 macro
188 if (readl(GPIO0_BASE + GPIO_EXT_PORTA) & BIT(GPIO0_B6)) in grf_vccio6_vsel_init()