Symbol: GPIO_PIN_HIGH
lib/lua/gpio/gpio.c
179
if (val != GPIO_PIN_HIGH && val != GPIO_PIN_LOW)
lib/lua/gpio/gpio.c
235
{ "PIN_HIGH", GPIO_PIN_HIGH },
sys/arch/arm/at91/at91pio.c
174
sc->pins[n].pin_state = GPIO_PIN_HIGH;
sys/arch/arm/broadcom/bcm2835_gpio.c
744
GPIO_PIN_HIGH : GPIO_PIN_LOW;
sys/arch/arm/broadcom/bcm2835_gpio.c
747
pin, (res == GPIO_PIN_HIGH)));
sys/arch/arm/broadcom/bcm2835_gpio.c
758
if (value == GPIO_PIN_HIGH) {
sys/arch/arm/broadcom/bcm2835_gpio.c
768
pin, (value == GPIO_PIN_HIGH)));
sys/arch/arm/ep93xx/epgpio.c
300
pi->pins[pin].pin_state = GPIO_PIN_HIGH;
sys/arch/arm/gemini/gemini_gpio.c
320
? GPIO_PIN_HIGH
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/arm/xscale/pxa2x0_gpio.c
734
if (value == GPIO_PIN_HIGH) {
sys/arch/emips/ebus/gpio_ebus.c
112
(data & (1 << i)) ? GPIO_PIN_HIGH : GPIO_PIN_LOW;
sys/arch/evbarm/netwalker/netwalker_lcd.c
150
imxgpio_data_write(GPIO_NO(3, 3), GPIO_PIN_HIGH);
sys/arch/evbarm/netwalker/netwalker_lcd.c
151
imxgpio_data_write(GPIO_NO(4, 9), GPIO_PIN_HIGH);
sys/arch/evbarm/netwalker/netwalker_lcd.c
153
imxgpio_data_write(GPIO_NO(4, 10), GPIO_PIN_HIGH);
sys/arch/evbarm/netwalker/netwalker_lcd.c
156
imxgpio_data_write(GPIO_NO(2, 13), GPIO_PIN_HIGH);
sys/arch/evbarm/netwalker/netwalker_lid.c
171
event = (lid == GPIO_PIN_HIGH) ?
sys/arch/evbarm/netwalker/netwalker_pwr.c
173
event = (pwr == GPIO_PIN_HIGH) ?
sys/arch/evbarm/netwalker/netwalker_spi.c
132
imxgpio_data_write(GPIO_NO(4, 24), GPIO_PIN_HIGH);
sys/arch/evbarm/netwalker/netwalker_spi.c
136
imxgpio_data_write(GPIO_NO(4, 25), GPIO_PIN_HIGH);
sys/arch/evbarm/netwalker/netwalker_spi.c
145
imxgpio_data_write(GPIO_NO(3, 0), GPIO_PIN_HIGH);
sys/arch/evbarm/netwalker/netwalker_spi.c
85
imxgpio_data_write(GPIO_NO(4, 24), GPIO_PIN_HIGH);
sys/arch/evbarm/netwalker/netwalker_spi.c
89
imxgpio_data_write(GPIO_NO(4, 25), GPIO_PIN_HIGH);
sys/arch/evbarm/netwalker/netwalker_spi.c
93
imxgpio_data_write(GPIO_NO(3, 0), GPIO_PIN_HIGH);
sys/arch/evbarm/netwalker/netwalker_usb.c
151
imxgpio_data_write(GPIO_NO(1, 27), GPIO_PIN_HIGH);
sys/arch/evbarm/netwalker/netwalker_usb.c
184
imxgpio_data_write(GPIO_NO(1, 7), GPIO_PIN_HIGH);
sys/arch/evbarm/netwalker/netwalker_usb.c
188
imxgpio_data_write(GPIO_NO(3, 1), GPIO_PIN_HIGH);
sys/arch/evbarm/netwalker/netwalker_usb.c
197
imxgpio_data_write(GPIO_NO(2, 5), GPIO_PIN_HIGH);
sys/arch/i386/pci/elan520.c
1383
sc->sc_gpio_pins[pin].pin_state = GPIO_PIN_HIGH;
sys/arch/mips/adm5120/adm5120_extio.c
334
if (gpio_pin_read(sc->sc_gpio, &sc->sc_pm, 0) == GPIO_PIN_HIGH) {
sys/arch/mips/adm5120/dev/admgpio.c
106
(value == GPIO_PIN_HIGH) ? (gpio0 | mask) : (gpio0 & ~mask));
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
161
return GPIO_PIN_HIGH;
sys/arch/mips/alchemy/dev/augpio.c
211
return GPIO_PIN_HIGH;
sys/arch/mips/atheros/dev/argpio.c
254
GPIO_PIN_HIGH : GPIO_PIN_LOW);
sys/arch/mips/rmi/rmixl_gpio.c
179
: GPIO_PIN_HIGH;
sys/arch/sandpoint/sandpoint/nhpow.c
200
GPIO_PIN_HIGH : GPIO_PIN_LOW;
sys/arch/x86/pci/ichlpcib.c
948
sc->sc_gpio_pins[pin].pin_state = GPIO_PIN_HIGH;
sys/arch/x86/pci/ichlpcib.c
992
return (__SHIFTOUT(data, __BIT(shift)) ? GPIO_PIN_HIGH : GPIO_PIN_LOW);
sys/arch/zaurus/dev/ioexp.c
229
GPIO_PIN_HIGH, true);
sys/arch/zaurus/dev/ioexp.c
241
GPIO_PIN_HIGH, true);
sys/arch/zaurus/dev/ioexp.c
274
ioexp_gpio_pin_write(sc, IOEXP_IR_ON, GPIO_PIN_HIGH,
sys/arch/zaurus/dev/ioexp.c
303
ioexp_gpio_pin_write(sc, IOEXP_MIC_BIAS, GPIO_PIN_HIGH,
sys/arch/zaurus/dev/ioexp.c
336
GPIO_PIN_HIGH, true);
sys/arch/zaurus/dev/scoop.c
239
scoop_gpio_pin_write(sc, SCOOP0_MUTE_L, GPIO_PIN_HIGH);
sys/arch/zaurus/dev/scoop.c
240
scoop_gpio_pin_write(sc, SCOOP0_MUTE_R, GPIO_PIN_HIGH);
sys/arch/zaurus/dev/scoop.c
264
scoop_gpio_pin_write(sc, SCOOP0_AMP_ON, GPIO_PIN_HIGH);
sys/dev/fdt/fdt_pinctrl.c
308
pinval = GPIO_PIN_HIGH;
sys/dev/gpio/gpio.c
1075
if (value != GPIO_PIN_LOW && value != GPIO_PIN_HIGH)
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
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/gpioiic.c
284
sc->sc_pin_sda) == GPIO_PIN_HIGH)
sys/dev/gpio/gpioiic.c
287
sc->sc_pin_scl) == GPIO_PIN_HIGH)
sys/dev/gpio/gpiolock.c
173
GPIO_PIN_HIGH)
sys/dev/gpio/gpioow.c
246
GPIO_PIN_HIGH ? 1 : 0);
sys/dev/gpio/gpioow.c
255
value ? GPIO_PIN_HIGH : GPIO_PIN_LOW);
sys/dev/gpio/gpiopps.c
129
sc->sc_assert_val = GPIO_PIN_HIGH;
sys/dev/gpio/gpiopwm.c
182
gpio_pin_write(sc->sc_gpio, &sc->sc_map, 0, GPIO_PIN_HIGH);
sys/dev/gpio/gpiopwm.c
209
gpio_pin_write(sc->sc_gpio, &sc->sc_map, 0, GPIO_PIN_HIGH);
sys/dev/gpio/gpiopwm.c
221
if (gpio_pin_read(sc->sc_gpio, &sc->sc_map, 0) == GPIO_PIN_HIGH) {
sys/dev/gpio/gpiopwm.c
225
gpio_pin_write(sc->sc_gpio, &sc->sc_map, 0, GPIO_PIN_HIGH);
sys/dev/gpio/gpiosim.c
359
return GPIO_PIN_HIGH;
sys/dev/i2c/emcfan.c
2044
r = GPIO_PIN_HIGH;
sys/dev/i2c/w83795g.c
368
return (in & (1 << pin)) ? GPIO_PIN_HIGH : GPIO_PIN_LOW;
sys/dev/i2c/w83795g.c
383
else if (value == GPIO_PIN_HIGH)
sys/dev/ic/gcscpcib.c
370
return data & 1 << pin ? GPIO_PIN_HIGH : GPIO_PIN_LOW;
sys/dev/ic/mcp23xxxgpio.c
195
val = data & __BIT(epin) ? GPIO_PIN_HIGH : GPIO_PIN_LOW;
sys/dev/ic/mcp23xxxgpio.c
219
if (value == GPIO_PIN_HIGH) {
sys/dev/ic/sc16is7xx.c
205
rr = GPIO_PIN_HIGH;
sys/dev/isa/nct.c
551
rv = GPIO_PIN_HIGH;
sys/dev/isa/nct.c
574
} else if (val == GPIO_PIN_HIGH) {
sys/dev/isa/soekrisgpio.c
201
return (data & (1 << pin)) ? GPIO_PIN_HIGH : GPIO_PIN_LOW;
sys/dev/isa/soekrisgpio.c
214
else if (value == GPIO_PIN_HIGH)
sys/dev/isa/soekrisgpio.c
245
return (value & 0x1) ? GPIO_PIN_HIGH : 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
245
else if (val == GPIO_PIN_HIGH)
sys/dev/usb/umcpmio_gpio.c
704
r = GPIO_PIN_HIGH;
sys/dev/usb/umcpmio_gpio.c
737
r = GPIO_PIN_HIGH;
sys/dev/usb/umcpmio_gpio.c
743
r = GPIO_PIN_HIGH;
sys/dev/usb/umcpmio_gpio.c
749
r = GPIO_PIN_HIGH;
sys/dev/usb/umcpmio_gpio.c
755
r = GPIO_PIN_HIGH;
usr.sbin/gpioctl/gpioctl.c
196
value = GPIO_PIN_HIGH;
usr.sbin/gpioctl/gpioctl.c
271
if (value == GPIO_PIN_HIGH || value == GPIO_PIN_LOW) {