Searched refs:ISR_DMADONE (Results 1 - 2 of 2) sorted by path

/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c466 * is in fact incorrect. I think ISR_DMADONE gets set too early.
469 while (!(getisr(data) & ISR_DMADONE) && ++bogus < MAXBOGUS) {
494 setisr(data, ISR_DMADONE);
957 if (isr & ISR_DMADONE) {
958 isr &= ~ISR_DMADONE; /* handled elsewhere */
H A Detherpci_private.h79 #define ISR_DMADONE 0x40 macro

Completed in 101 milliseconds