Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dkona_gpio.c43 #define GPIO_GPCTR0_IOTR_CMD_INPUT 0x00000001 macro
75 val |= GPIO_GPCTR0_IOTR_CMD_INPUT; in gpio_direction_input()
111 off = (GPIO_GPCTR0_IOTR_CMD_INPUT == val) ? in gpio_get_value()
130 if (GPIO_GPCTR0_IOTR_CMD_INPUT == val) { in gpio_set_value()
/openbmc/linux/drivers/gpio/
H A Dgpio-bcm-kona.c53 #define GPIO_GPCTR0_IOTR_CMD_INPUT 0x00000001 macro
207 val |= GPIO_GPCTR0_IOTR_CMD_INPUT; in bcm_kona_gpio_direction_input()