BOFI_PIO_R
{"pio_r", BOFI_PIO_R}, {"pio_w", BOFI_PIO_W},
if (edp->access_type & BOFI_PIO_R)
{"PIO_R", BOFI_PIO_R}, {"PIO_W", BOFI_PIO_W},
(at & (BOFI_DMA_RW|BOFI_PIO_R))) ||
if ((errdef.access_type & (BOFI_DMA_RW|BOFI_PIO_R)) &&
if ((ep->errdef.access_type & BOFI_PIO_R) &&
log_acc_event(ep, BOFI_PIO_R,
log_acc_event(ep, BOFI_PIO_R,
#define BOFI_PIO_RW (BOFI_PIO_R|BOFI_PIO_W)