Searched refs:DMAWAIT (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | lsi64854.c | 150 #define DMAWAIT(SC, COND, MSG, DONTPANIC) do if (COND) { \ macro 171 DMAWAIT(sc, L64854_GCSR(sc) & D_ESC_R_PEND, "R_PEND", dontpanic);\ 189 DMAWAIT(sc, L64854_GCSR(sc) & L64854_DRAINING, "DRAINING", dontpanic);\ 200 DMAWAIT(sc, L64854_GCSR(sc) & D_ESC_R_PEND, "R_PEND", dontpanic);\
|