Symbol: GPIO_PIN_LOW
lib/lua/gpio/gpio.c
179
if (val != GPIO_PIN_HIGH && val != GPIO_PIN_LOW)
lib/lua/gpio/gpio.c
234
{ "PIN_LOW", GPIO_PIN_LOW },
sys/arch/arm/at91/at91pio.c
176
sc->pins[n].pin_state = GPIO_PIN_LOW;
sys/arch/arm/broadcom/bcm2835_gpio.c
744
GPIO_PIN_HIGH : GPIO_PIN_LOW;
sys/arch/arm/ep93xx/epgpio.c
302
pi->pins[pin].pin_state = GPIO_PIN_LOW;
sys/arch/arm/gemini/gemini_gpio.c
321
: GPIO_PIN_LOW;
sys/arch/arm/imx/imx31_gpio.c
303
(value & mask) ? GPIO_PIN_HIGH : GPIO_PIN_LOW;
sys/arch/arm/marvell/mvsocgpp.c
213
(valin & mask) ? GPIO_PIN_HIGH : GPIO_PIN_LOW;
sys/arch/arm/marvell/mvsocgpp.c
217
(valout & mask) ? GPIO_PIN_HIGH : GPIO_PIN_LOW;
sys/arch/emips/ebus/gpio_ebus.c
112
(data & (1 << i)) ? GPIO_PIN_HIGH : GPIO_PIN_LOW;
sys/arch/evbarm/mpcsa/mpcsa_leds.c
158
sc->sc_pins[n].pin_flags = GPIO_PIN_OUTPUT | GPIO_PIN_LOW;
sys/arch/evbarm/netwalker/netwalker_spi.c
141
imxgpio_data_write(GPIO_NO(3, 14), GPIO_PIN_LOW);
sys/arch/evbarm/netwalker/netwalker_spi.c
64
imxgpio_data_write(GPIO_NO(4, 24), GPIO_PIN_LOW);
sys/arch/evbarm/netwalker/netwalker_spi.c
68
imxgpio_data_write(GPIO_NO(4, 25), GPIO_PIN_LOW);
sys/arch/evbarm/netwalker/netwalker_spi.c
72
imxgpio_data_write(GPIO_NO(3, 0), GPIO_PIN_LOW);
sys/arch/evbarm/netwalker/netwalker_usb.c
192
imxgpio_data_write(GPIO_NO(2, 1), GPIO_PIN_LOW);
sys/arch/i386/pci/elan520.c
1381
sc->sc_gpio_pins[pin].pin_state = GPIO_PIN_LOW;
sys/arch/i386/pci/gscpcib.c
154
sc->sc_gpio_pins[i].pin_state = GPIO_PIN_LOW;
sys/arch/mips/adm5120/dev/admgpio.c
91
return ((gpio0 & mask) != 0) ? GPIO_PIN_HIGH : GPIO_PIN_LOW;
sys/arch/mips/alchemy/dev/augpio.c
163
return GPIO_PIN_LOW;
sys/arch/mips/alchemy/dev/augpio.c
213
return GPIO_PIN_LOW;
sys/arch/mips/atheros/dev/argpio.c
254
GPIO_PIN_HIGH : GPIO_PIN_LOW);
sys/arch/mips/rmi/rmixl_gpio.c
178
? GPIO_PIN_LOW
sys/arch/sandpoint/sandpoint/nhpow.c
200
GPIO_PIN_HIGH : GPIO_PIN_LOW;
sys/arch/x86/pci/ichlpcib.c
946
sc->sc_gpio_pins[pin].pin_state = GPIO_PIN_LOW;
sys/arch/x86/pci/ichlpcib.c
992
return (__SHIFTOUT(data, __BIT(shift)) ? GPIO_PIN_HIGH : GPIO_PIN_LOW);
sys/arch/zaurus/dev/ioexp.c
178
if (level == GPIO_PIN_LOW)
sys/arch/zaurus/dev/ioexp.c
232
GPIO_PIN_LOW, true);
sys/arch/zaurus/dev/ioexp.c
238
GPIO_PIN_LOW, true);
sys/arch/zaurus/dev/ioexp.c
271
ioexp_gpio_pin_write(sc, IOEXP_IR_ON, GPIO_PIN_LOW,
sys/arch/zaurus/dev/ioexp.c
306
ioexp_gpio_pin_write(sc, IOEXP_MIC_BIAS, GPIO_PIN_LOW,
sys/arch/zaurus/dev/ioexp.c
339
GPIO_PIN_LOW, true);
sys/arch/zaurus/dev/scoop.c
114
scoop_gpio_pin_write(sc, SCOOP1_AKIN_PULLUP, GPIO_PIN_LOW);
sys/arch/zaurus/dev/scoop.c
119
scoop_gpio_pin_write(sc, SCOOP0_AKIN_PULLUP, GPIO_PIN_LOW);
sys/arch/zaurus/dev/scoop.c
145
(level == GPIO_PIN_LOW) ? (rv & ~bit) : (rv | bit));
sys/arch/zaurus/dev/scoop.c
242
scoop_gpio_pin_write(sc, SCOOP0_MUTE_L, GPIO_PIN_LOW);
sys/arch/zaurus/dev/scoop.c
243
scoop_gpio_pin_write(sc, SCOOP0_MUTE_R, GPIO_PIN_LOW);
sys/arch/zaurus/dev/scoop.c
266
scoop_gpio_pin_write(sc, SCOOP0_AMP_ON, GPIO_PIN_LOW);
sys/dev/fdt/fdt_pinctrl.c
303
pinval = GPIO_PIN_LOW;
sys/dev/gpio/gpio.c
1075
if (value != GPIO_PIN_LOW && value != GPIO_PIN_HIGH)
sys/dev/gpio/gpio.c
1103
value = (sc->sc_pins[pin].pin_state == GPIO_PIN_LOW ?
sys/dev/gpio/gpio.c
1104
GPIO_PIN_HIGH : GPIO_PIN_LOW);
sys/dev/gpio/gpio.c
811
if (value != GPIO_PIN_LOW && value != GPIO_PIN_HIGH)
sys/dev/gpio/gpio.c
842
value = (sc->sc_pins[pin].pin_state == GPIO_PIN_LOW ?
sys/dev/gpio/gpio.c
843
GPIO_PIN_HIGH : GPIO_PIN_LOW);
sys/dev/gpio/gpioiic.c
255
bits & GPIOIIC_SDA ? GPIO_PIN_HIGH : GPIO_PIN_LOW);
sys/dev/gpio/gpioiic.c
257
bits & GPIOIIC_SCL ? GPIO_PIN_HIGH : GPIO_PIN_LOW);
sys/dev/gpio/gpioow.c
255
value ? GPIO_PIN_HIGH : GPIO_PIN_LOW);
sys/dev/gpio/gpiopps.c
164
sc->sc_assert_val = GPIO_PIN_LOW;
sys/dev/gpio/gpiopwm.c
149
gpio_pin_write(sc->sc_gpio, &sc->sc_map, 0, GPIO_PIN_LOW);
sys/dev/gpio/gpiopwm.c
172
gpio_pin_write(sc->sc_gpio, &sc->sc_map, 0, GPIO_PIN_LOW);
sys/dev/gpio/gpiopwm.c
199
gpio_pin_write(sc->sc_gpio, &sc->sc_map, 0, GPIO_PIN_LOW);
sys/dev/gpio/gpiopwm.c
222
gpio_pin_write(sc->sc_gpio, &sc->sc_map, 0, GPIO_PIN_LOW);
sys/dev/gpio/gpiosim.c
361
return GPIO_PIN_LOW;
sys/dev/i2c/emcfan.c
2034
int r = GPIO_PIN_LOW;
sys/dev/i2c/w83795g.c
368
return (in & (1 << pin)) ? GPIO_PIN_HIGH : GPIO_PIN_LOW;
sys/dev/i2c/w83795g.c
381
if (value == GPIO_PIN_LOW)
sys/dev/ic/gcscpcib.c
370
return data & 1 << pin ? GPIO_PIN_HIGH : GPIO_PIN_LOW;
sys/dev/ic/mcp23xxxgpio.c
187
return GPIO_PIN_LOW;
sys/dev/ic/mcp23xxxgpio.c
195
val = data & __BIT(epin) ? GPIO_PIN_HIGH : GPIO_PIN_LOW;
sys/dev/ic/sc16is7xx.c
201
int rr = GPIO_PIN_LOW, error;
sys/dev/isa/nct.c
544
int rv = GPIO_PIN_LOW;
sys/dev/isa/nct.c
572
if (val == GPIO_PIN_LOW) {
sys/dev/isa/nsclpcsio_isa.c
570
sc->sc_gpio_pins[i].pin_state = GPIO_PIN_LOW;
sys/dev/isa/soekrisgpio.c
201
return (data & (1 << pin)) ? GPIO_PIN_HIGH : GPIO_PIN_LOW;
sys/dev/isa/soekrisgpio.c
212
if (value == GPIO_PIN_LOW)
sys/dev/isa/soekrisgpio.c
245
return (value & 0x1) ? GPIO_PIN_HIGH : GPIO_PIN_LOW;
sys/dev/isa/wbsio.c
512
sc->sc_gpio_pins[i].pin_state = GPIO_PIN_LOW;
sys/dev/ppbus/ppbus_gpio.c
94
pin->pin_state = GPIO_PIN_LOW;
sys/dev/tc/tcu.c
230
return (v & (UINT32_C(1) << pin)) ? GPIO_PIN_HIGH : GPIO_PIN_LOW;
sys/dev/tc/tcu.c
243
if (val == GPIO_PIN_LOW)
sys/dev/usb/umcpmio_gpio.c
694
int r = GPIO_PIN_LOW;
sys/dev/usb/umcpmio_gpio.c
716
int r = GPIO_PIN_LOW;
sys/dev/usb/umcpmio_gpio.c
866
int r = GPIO_PIN_LOW;
usr.sbin/gpioctl/gpioctl.c
198
value = GPIO_PIN_LOW;
usr.sbin/gpioctl/gpioctl.c
271
if (value == GPIO_PIN_HIGH || value == GPIO_PIN_LOW) {