BOFI_DMA_W
{"dma_r", BOFI_DMA_R}, {"dma_w", BOFI_DMA_W},
if (edp->access_type & BOFI_DMA_W)
{"DMA_R", BOFI_DMA_R}, {"DMA_W", BOFI_DMA_W},
if (item->access_type != BOFI_DMA_W &&
if ((item->access_type == BOFI_DMA_W ||
if ((item->access_type == BOFI_DMA_W ||
BOFI_DMA_W;
atype = BOFI_DMA_W;
if ((ep->errdef.access_type & BOFI_DMA_W) &&
((ep->errdef.access_type & BOFI_DMA_W) &&
((ep->errdef.access_type & BOFI_DMA_W) &&
#define BOFI_DMA_RW (BOFI_DMA_R|BOFI_DMA_W)