BOFI_PIO_W
{"pio_r", BOFI_PIO_R}, {"pio_w", BOFI_PIO_W},
if (edp->access_type & BOFI_PIO_W)
{"PIO_R", BOFI_PIO_R}, {"PIO_W", BOFI_PIO_W},
((item->access_type & BOFI_PIO_W) == 0 || !atype_is_default)) {
if ((item->access_type & BOFI_PIO_W) && !atype_is_default) {
if ((ep->errdef.access_type & BOFI_PIO_W) &&
log_acc_event(ep, BOFI_PIO_W,
log_acc_event(ep, BOFI_PIO_W,
#define BOFI_PIO_RW (BOFI_PIO_R|BOFI_PIO_W)