Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dkona_gpio.c41 #define GPIO_GPCTR0_IOTR_MASK 0x00000001 macro
74 val &= ~GPIO_GPCTR0_IOTR_MASK; in gpio_direction_input()
88 val &= ~GPIO_GPCTR0_IOTR_MASK; in gpio_direction_output()
108 val &= GPIO_GPCTR0_IOTR_MASK; in gpio_get_value()
127 val &= GPIO_GPCTR0_IOTR_MASK; in gpio_set_value()
/openbmc/linux/drivers/gpio/
H A Dgpio-bcm-kona.c51 #define GPIO_GPCTR0_IOTR_MASK 0x00000001 macro
121 val = readl(reg_base + GPIO_CONTROL(gpio)) & GPIO_GPCTR0_IOTR_MASK; in bcm_kona_gpio_get_dir()
206 val &= ~GPIO_GPCTR0_IOTR_MASK; in bcm_kona_gpio_direction_input()
230 val &= ~GPIO_GPCTR0_IOTR_MASK; in bcm_kona_gpio_direction_output()