Searched refs:outen (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpio/ |
| H A D | gpio-bt8xx.c | 71 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 D | pinctrl-owl.h | 138 .outen = _outen, \ 267 unsigned int outen; member
|
| H A D | pinctrl-owl.c | 552 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 D | sysfs-bus-coresight-devices-cti | 61 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 D | coresight-cti-sysfs.c | 435 static DEVICE_ATTR_RW(outen);
|