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

/netbsd-current/sys/arch/zaurus/dev/
H A Dioexpreg.h48 #define IOEXP_AKIN_PULLUP (1 << 5) macro
H A Dioexp.c68 static uint8_t output_init_value = IOEXP_IR_ON | IOEXP_AKIN_PULLUP;
326 output_init_value |= IOEXP_AKIN_PULLUP;
328 output_init_value &= ~IOEXP_AKIN_PULLUP;
333 uint8_t reg = ioexp_gpio_pin_get(sc, IOEXP_AKIN_PULLUP);
335 ioexp_gpio_pin_write(sc, IOEXP_AKIN_PULLUP,
338 ioexp_gpio_pin_write(sc, IOEXP_AKIN_PULLUP,

Completed in 184 milliseconds