HomeSort by: relevance | last modified time | path
    Searched defs:ioexp_akin_pullup (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/zaurus/dev/
ioexpvar.h 43 void ioexp_akin_pullup(int);
73 ioexp_akin_pullup(int onoff) function in typeref:typename:void
ioexp.c 68 static uint8_t output_init_value = IOEXP_IR_ON | IOEXP_AKIN_PULLUP;
316 ioexp_akin_pullup(int onoff) function in typeref:typename:void
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 11 milliseconds