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

  /src/sys/dev/ic/
sunscpalvar.h 64 #define SUNSCPAL_READ_2(sc, reg) bus_space_read_2(sc->sunscpal_regt, \
72 # define SUNSCPAL_READ_2 SUNSCPAL_READ_1
76 #define SUNSCPAL_CLR_INTR(sc) do { SUNSCPAL_READ_2(sc, sunscpal_dma_count); SUNSCPAL_READ_2(sc, sunscpal_icr); } while(0)
77 #define SUNSCPAL_BUSY(sc) (SUNSCPAL_READ_2(sc, sunscpal_icr) & SUNSCPAL_ICR_BUSY)
sunscpal.c 212 if (SUNSCPAL_READ_2(sc, sunscpal_icr) & SUNSCPAL_ICR_REQUEST) {
229 if ((SUNSCPAL_READ_2(sc, sunscpal_icr) &
259 icr = SUNSCPAL_READ_2(sc, sunscpal_icr);
296 if (SUNSCPAL_READ_2(sc, sunscpal_icr) & ICR_MASK)
312 SUNSCPAL_READ_2(sc, sunscpal_icr));
335 icr = SUNSCPAL_READ_2(sc, sunscpal_icr);
375 resid = SUNSCPAL_DMA_COUNT_FLIP(SUNSCPAL_READ_2(sc,
445 if (SUNSCPAL_BUS_PHASE(SUNSCPAL_READ_2(sc, sunscpal_icr)) !=
479 if (SUNSCPAL_BUS_PHASE(SUNSCPAL_READ_2(sc, sunscpal_icr)) !=
1223 if (SUNSCPAL_READ_2(sc, sunscpal_icr) & SUNSCPAL_ICR_BUSY
    [all...]

Completed in 14 milliseconds