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