Home
last modified time | relevance | path

Searched refs:outen (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-bt8xx.c73 u32 outen, data; in bt8xxgpio_gpio_direction_input() local
81 outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_input()
82 outen &= ~(1 << nr); in bt8xxgpio_gpio_direction_input()
83 bgwrite(outen, BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_input()
108 u32 outen, data; in bt8xxgpio_gpio_direction_output() local
112 outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_output()
113 outen |= (1 << nr); in bt8xxgpio_gpio_direction_output()
114 bgwrite(outen, BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_output()
H A Dgpio-zynq.c108 u32 outen[ZYNQMP_GPIO_MAX_BANK]; member
/linux/drivers/pinctrl/actions/
H A Dpinctrl-owl.h138 .outen = _outen, \
267 unsigned int outen; member
H A Dpinctrl-owl.c552 owl_gpio_update_reg(gpio_base + port->outen, offset, true); in owl_gpio_request()
573 owl_gpio_update_reg(gpio_base + port->outen, offset, false); in owl_gpio_free()
633 owl_gpio_update_reg(gpio_base + port->outen, offset, false); in owl_gpio_direction_input()
656 owl_gpio_update_reg(gpio_base + port->outen, offset, true); in owl_gpio_direction_output()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-cti61 Description: (RW) Select the index for inen and outen registers.
69 What: /sys/bus/coresight/devices/<cti-name>/regs/outen
/linux/drivers/hwtracing/coresight/
H A Dcoresight-cti-sysfs.c435 static DEVICE_ATTR_RW(outen);