Searched refs:outen (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/gpio/ |
D | gpio-bt8xx.c | 85 u32 outen, data; in bt8xxgpio_gpio_direction_input() local 93 outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_input() 94 outen &= ~(1 << nr); in bt8xxgpio_gpio_direction_input() 95 bgwrite(outen, BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_input() 120 u32 outen, data; in bt8xxgpio_gpio_direction_output() local 124 outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_output() 125 outen |= (1 << nr); in bt8xxgpio_gpio_direction_output() 126 bgwrite(outen, BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_output()
|
D | gpio-zynq.c | 107 u32 outen[ZYNQMP_GPIO_MAX_BANK]; member
|
/Linux-v4.19/drivers/pinctrl/actions/ |
D | pinctrl-owl.h | 144 unsigned int outen; member
|
D | pinctrl-owl.c | 597 owl_gpio_update_reg(gpio_base + port->outen, offset, true); in owl_gpio_request() 618 owl_gpio_update_reg(gpio_base + port->outen, offset, false); in owl_gpio_free() 678 owl_gpio_update_reg(gpio_base + port->outen, offset, false); in owl_gpio_direction_input() 701 owl_gpio_update_reg(gpio_base + port->outen, offset, true); in owl_gpio_direction_output()
|
D | pinctrl-s900.c | 1829 .outen = _outen, \
|