Lines Matching defs:DMA_OWN
164 #define DMA_OWN 0x80 /* SmartDMA owns the descriptor */
827 DMA_OWN | TX_STP | TX_ENP);
859 FST_WRB(card, rxDescrRing[pi][rxp].bits, DMA_OWN);
1023 FST_WRB(card, rxDescrRing[pi][i].bits, DMA_OWN);
1177 while ((dmabits & (DMA_OWN | RX_STP)) == 0) {
1178 FST_WRB(card, rxDescrRing[pi][rxp].bits, DMA_OWN);
1191 if (!(dmabits & DMA_OWN)) {
1192 FST_WRB(card, rxDescrRing[pi][rxp].bits, DMA_OWN);
1217 if (dmabits & DMA_OWN) {
1238 FST_WRB(card, rxDescrRing[pi][rxp].bits, DMA_OWN);
1263 FST_WRB(card, rxDescrRing[pi][rxp].bits, DMA_OWN);
1282 FST_WRB(card, rxDescrRing[pi][rxp].bits, DMA_OWN);
1341 DMA_OWN) &&
1345 * We seem to have to deduce it, by checking the DMA_OWN
1385 DMA_OWN | TX_STP | TX_ENP);
1439 & DMA_OWN) && !(card->dmarx_in_progress)) {