Searched refs:GPIO_PIN_SET (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/dev/eqos/ |
| H A D | if_eqos_fdt.c | 133 GPIO_PIN_SET(gpio, pin, pin_value); in eqos_phy_reset() 135 GPIO_PIN_SET(gpio, pin, !pin_value); in eqos_phy_reset() 137 GPIO_PIN_SET(gpio, pin, pin_value); in eqos_phy_reset()
|
| /freebsd/sys/dev/regulator/ |
| H A D | regulator_fixed.c | 161 rv = GPIO_PIN_SET(pin->dev, pin->pin, sc->param->enable_active_high); in regnode_fixed_init() 212 rv = GPIO_PIN_SET(pin->dev, pin->pin, enable); in regnode_fixed_enable() 247 rv = GPIO_PIN_SET(pin->dev, pin->pin, in regnode_fixed_stop()
|
| /freebsd/sys/powerpc/mikrotik/ |
| H A D | rb_led.c | 143 GPIO_PIN_SET(sc->sc_gpio, sc->sc_ledpin, onoff); in rbled_toggle()
|
| /freebsd/sys/dev/dwc/ |
| H A D | if_dwc.c | 401 GPIO_PIN_SET(gpio, pin, pin_value); in dwc_reset_phy() 403 GPIO_PIN_SET(gpio, pin, !pin_value); in dwc_reset_phy() 405 GPIO_PIN_SET(gpio, pin, pin_value); in dwc_reset_phy()
|
| /freebsd/sys/arm/freescale/vybrid/ |
| H A D | vf_ehci.c | 225 GPIO_PIN_SET(sc_gpio_dev, GPIO_USB_PWR, GPIO_PIN_HIGH); in phy_init()
|
| H A D | vf_dcu4.c | 408 GPIO_PIN_SET(gpio_dev, panel.backlight_pin, GPIO_PIN_HIGH); in dcu_attach()
|
| /freebsd/sys/dev/gpio/ |
| H A D | acpi_gpiobus.c | 222 if (GPIO_PIN_SET(controller, in acpi_gpiobus_space_handler()
|
| H A D | gpiobus.c | 265 rv = GPIO_PIN_SET(pin->dev, pin->pin, tmp); in gpio_pin_set_active() 1021 return (GPIO_PIN_SET(sc->sc_dev, devi->pins[pin], value)); in gpiobus_pin_set()
|
| /freebsd/sys/arm/allwinner/ |
| H A D | if_awg.c | 1834 GPIO_PIN_SET(gpio, pin, pin_value); in awg_phy_reset() 1836 GPIO_PIN_SET(gpio, pin, !pin_value); in awg_phy_reset() 1838 GPIO_PIN_SET(gpio, pin, pin_value); in awg_phy_reset()
|
| /freebsd/stand/kshim/ |
| H A D | bsd_kernel.h | 168 #define GPIO_PIN_SET(dev, ...) \ macro
|
| /freebsd/sys/arm64/rockchip/ |
| H A D | rk_pinctrl.c | 1119 rv = GPIO_PIN_SET(gpio->gpio_dev, pin, pin_value); in rk_pinctrl_handle_io()
|