Home
last modified time | relevance | path

Searched refs:SUNSCPAL_BUS_PHASE (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/ic/
Dsunscpal.c445 if (SUNSCPAL_BUS_PHASE(SUNSCPAL_READ_2(sc, sunscpal_icr)) != in sunscpal_pio_out()
479 if (SUNSCPAL_BUS_PHASE(SUNSCPAL_READ_2(sc, sunscpal_icr)) != in sunscpal_pio_in()
1337 phase = SUNSCPAL_BUS_PHASE(SUNSCPAL_READ_2(sc, sunscpal_icr)); in sunscpal_msg_in()
1587 if (SUNSCPAL_BUS_PHASE(SUNSCPAL_READ_2(sc, sunscpal_icr)) == in sunscpal_data_xfer()
1728 phase = SUNSCPAL_BUS_PHASE(SUNSCPAL_READ_2(sc, sunscpal_icr)); in sunscpal_machine()
Dsunscpalvar.h109 #define SUNSCPAL_BUS_PHASE(icr) ((icr) & SUNSCPAL_ICR_PHASE_MASK) macro