Searched refs:dontpanic (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | lsi64854.c | 163 #define DMA_DRAIN(sc, dontpanic) do { \ argument 171 DMAWAIT(sc, L64854_GCSR(sc) & D_ESC_R_PEND, "R_PEND", dontpanic);\ 189 DMAWAIT(sc, L64854_GCSR(sc) & L64854_DRAINING, "DRAINING", dontpanic);\ 192 #define DMA_FLUSH(sc, dontpanic) do { \ argument 200 DMAWAIT(sc, L64854_GCSR(sc) & D_ESC_R_PEND, "R_PEND", dontpanic);\
|