HomeSort by: relevance | last modified time | path
    Searched refs:ioexp_akin_pullup (Results 1 - 3 of 3) 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
zrc.c 220 ioexp_akin_pullup(1);
236 ioexp_akin_pullup(0);
321 ioexp_akin_pullup(1);
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 13 milliseconds