Searched refs:SCB_ABORT (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx.h589 SCB_ABORT = 0x00100, enumerator in enum:__anon6906
H A Daic7xxx.h554 SCB_ABORT = 0x0100, enumerator in enum:__anon6925
H A Daic79xx.c1124 scb->flags |= SCB_ABORT|SCB_CMDPHASE_ABORT;
2557 scb->flags |= SCB_ABORT;
3648 } else if ((scb->flags & SCB_ABORT) != 0) {
8373 ~(SCB_NEGOTIATE|SCB_ABORT|SCB_DEVICE_RESET);
9390 if (scb->flags & (SCB_DEVICE_RESET|SCB_ABORT)) {
H A Daic7xxx.c2331 } else if ((scb->flags & SCB_ABORT) != 0) {
2647 scb->flags |= SCB_ABORT;
7062 if (scb->flags & (SCB_DEVICE_RESET|SCB_ABORT)) {

Completed in 110 milliseconds