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

/netbsd-current/sys/arch/evbarm/g42xxeb/
H A Dgb225.c242 do_debounce(struct opio_softc *sc, int intr, int val, int count) function
283 flag |= do_debounce(sc, OPIO_INTR_CF_INSERT, reg, DEBOUNCE_COUNT);
286 flag |= do_debounce(sc, OPIO_INTR_PCMCIA_INSERT, reg, DEBOUNCE_COUNT);
290 flag |= do_debounce(sc, OPIO_INTR_USB_POWER, reg & DEVERROR_USB, 1);
292 flag |= do_debounce(sc, OPIO_INTR_CARD_POWER, reg & DEVERROR_CARD, 1);

Completed in 145 milliseconds