Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-bt8xx.c71 u32 outen, data; in bt8xxgpio_gpio_direction_input() local
79 outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_input()
80 outen &= ~(1 << nr); in bt8xxgpio_gpio_direction_input()
81 bgwrite(outen, BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_input()
102 u32 outen, data; in bt8xxgpio_gpio_direction_output() local
106 outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_output()
107 outen |= (1 << nr); in bt8xxgpio_gpio_direction_output()
108 bgwrite(outen, BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_output()
/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()
635 owl_gpio_update_reg(gpio_base + port->outen, offset, false); in owl_gpio_direction_input()
658 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);