Home
last modified time | relevance | path

Searched refs:GSCGPIO_CONF_PUSHPULL (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/arch/i386/pci/
Dgscpcib.c193 conf &= ~(GSCGPIO_CONF_OUTPUTEN | GSCGPIO_CONF_PUSHPULL | in gscpcib_gpio_pin_ctl()
198 conf |= GSCGPIO_CONF_PUSHPULL; in gscpcib_gpio_pin_ctl()
Dgscpcibreg.h39 #define GSCGPIO_CONF_PUSHPULL (1 << 1) macro