Searched refs:outen (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/gpio/ |
A D | gpio-bt8xx.c | 73 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()
|
A D | gpio-zynq.c | 108 u32 outen[ZYNQMP_GPIO_MAX_BANK]; member
|
/linux-6.3-rc2/drivers/pinctrl/actions/ |
A D | pinctrl-owl.h | 138 .outen = _outen, \ 267 unsigned int outen; member
|
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() 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-6.3-rc2/Documentation/ABI/testing/ |
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-6.3-rc2/drivers/hwtracing/coresight/ |
A D | coresight-cti-sysfs.c | 435 static DEVICE_ATTR_RW(outen);
|
Completed in 20 milliseconds