Lines Matching defs:DMA_OWN
166 #define DMA_OWN 0x80 /* SmartDMA owns the descriptor */
806 DMA_OWN | TX_STP | TX_ENP);
837 FST_WRB(card, rxDescrRing[pi][rxp].bits, DMA_OWN);
991 FST_WRB(card, rxDescrRing[pi][i].bits, DMA_OWN);
1140 while ((dmabits & (DMA_OWN | RX_STP)) == 0) {
1141 FST_WRB(card, rxDescrRing[pi][rxp].bits, DMA_OWN);
1154 if (!(dmabits & DMA_OWN)) {
1155 FST_WRB(card, rxDescrRing[pi][rxp].bits, DMA_OWN);
1178 if (dmabits & DMA_OWN) {
1197 FST_WRB(card, rxDescrRing[pi][rxp].bits, DMA_OWN);
1223 FST_WRB(card, rxDescrRing[pi][rxp].bits, DMA_OWN);
1241 FST_WRB(card, rxDescrRing[pi][rxp].bits, DMA_OWN);
1298 DMA_OWN) &&
1301 * We seem to have to deduce it, by checking the DMA_OWN
1339 DMA_OWN | TX_STP | TX_ENP);
1391 & DMA_OWN) && !(card->dmarx_in_progress)) {