Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dkona_gpio.c42 #define GPIO_GPCTR0_IOTR_MASK 0x00000001 macro
75 val &= ~GPIO_GPCTR0_IOTR_MASK; in gpio_direction_input()
89 val &= ~GPIO_GPCTR0_IOTR_MASK; in gpio_direction_output()
109 val &= GPIO_GPCTR0_IOTR_MASK; in gpio_get_value()
128 val &= GPIO_GPCTR0_IOTR_MASK; in gpio_set_value()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-bcm-kona.c57 #define GPIO_GPCTR0_IOTR_MASK 0x00000001 macro
128 val = readl(reg_base + GPIO_CONTROL(gpio)) & GPIO_GPCTR0_IOTR_MASK; in bcm_kona_gpio_get_dir()
213 val &= ~GPIO_GPCTR0_IOTR_MASK; in bcm_kona_gpio_direction_input()
237 val &= ~GPIO_GPCTR0_IOTR_MASK; in bcm_kona_gpio_direction_output()