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

/netbsd-current/sys/dev/i2c/
H A Daxp20x.c52 #define AXP_INPUT_STATUS_AC_OK __BIT(6) macro
280 if (sc->sc_inputstatus & AXP_INPUT_STATUS_AC_OK) {
307 (sc->sc_inputstatus & AXP_INPUT_STATUS_AC_OK) ? 1 : 0;
471 (sc->sc_inputstatus & AXP_INPUT_STATUS_AC_OK) ? 1 : 0;
489 if (sc->sc_inputstatus & AXP_INPUT_STATUS_AC_OK)
495 if (sc->sc_inputstatus & AXP_INPUT_STATUS_AC_OK)

Completed in 124 milliseconds