Searched refs:ioexp_gpio_pin_get (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/zaurus/dev/
H A Dioexp.c192 ioexp_gpio_pin_get(struct ioexp_softc *sc, uint8_t bit) function
224 uint8_t bkreg = ioexp_gpio_pin_get(sc, IOEXP_BACKLIGHT_ON);
225 uint8_t contreg = ioexp_gpio_pin_get(sc, IOEXP_BACKLIGHT_CONT);
269 uint8_t reg = ioexp_gpio_pin_get(sc, IOEXP_IR_ON);
301 uint8_t reg = ioexp_gpio_pin_get(sc, IOEXP_MIC_BIAS);
333 uint8_t reg = ioexp_gpio_pin_get(sc, IOEXP_AKIN_PULLUP);

Completed in 73 milliseconds