SCB_DEVICE_RESET
if ((scb->flags & SCB_DEVICE_RESET) == 0
if (scb->flags & SCB_DEVICE_RESET) {
~(SCB_NEGOTIATE|SCB_ABORT|SCB_DEVICE_RESET);
} else if (scb->flags & SCB_DEVICE_RESET) {
reset_scb->flags |= SCB_DEVICE_RESET|SCB_RECOVERY_SCB|SCB_ACTIVE;
if ((scb->flags & SCB_DEVICE_RESET) == 0
if (scb->flags & SCB_DEVICE_RESET) {
pending_scb->flags |= cmd ? SCB_ABORT : SCB_DEVICE_RESET;
pending_scb->flags |= cmd ? SCB_ABORT : SCB_DEVICE_RESET;