Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/micronas/vct/
H A Dgpio.c47 clrsetbits(GPIO_SWPORTA_DDR(gpio_base), MASK(pin), 0); in vct_gpio_dir()
49 clrsetbits(GPIO_SWPORTA_DDR(gpio_base), 0, MASK(pin)); in vct_gpio_dir()
/OK3568_Linux_fs/u-boot/board/micronas/vct/vcth/
H A Dreg_gpio.h17 #define GPIO_SWPORTA_DDR(base) ((base) + GPIO_SWPORTA_DDR_OFFS) macro
/OK3568_Linux_fs/u-boot/board/micronas/vct/vctv/
H A Dreg_gpio.h17 #define GPIO_SWPORTA_DDR(base) ((base) + GPIO_SWPORTA_DDR_OFFS) macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/px30/
H A Dpx30.c176 #define GPIO_SWPORTA_DDR 0x4 macro
184 val = readl(GPIO0_BASE + GPIO_SWPORTA_DDR); in grf_vccio6_vsel_init()
186 writel(val, GPIO0_BASE + GPIO_SWPORTA_DDR); in grf_vccio6_vsel_init()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-dwapb.c32 #define GPIO_SWPORTA_DDR 0x04 macro
496 dirout = gpio->regs + GPIO_SWPORTA_DDR + pp->idx * GPIO_SWPORT_DDR_STRIDE; in dwapb_gpio_add_port()
745 offset = GPIO_SWPORTA_DDR + idx * GPIO_SWPORT_DDR_STRIDE; in dwapb_gpio_suspend()
795 offset = GPIO_SWPORTA_DDR + idx * GPIO_SWPORT_DDR_STRIDE; in dwapb_gpio_resume()