Searched refs:SCB_NEGOTIATE (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx.h588 SCB_NEGOTIATE = 0x00080,/* Negotiation forced for command. */ enumerator in enum:__anon6906
H A Daic7xxx.h553 SCB_NEGOTIATE = 0x0080,/* Negotiation forced for command. */ enumerator in enum:__anon6925
H A Daic79xx_osm.c1036 scb->flags |= SCB_NEGOTIATE;
H A Daic7xxx_osm.c1076 scb->flags |= SCB_NEGOTIATE;
H A Daic7xxx.c569 scb->flags &= ~SCB_NEGOTIATE;
2348 } else if ((scb->flags & (SCB_AUTO_NEGOTIATE|SCB_NEGOTIATE)) != 0) {
H A Daic79xx.c3668 } else if ((scb->flags & (SCB_AUTO_NEGOTIATE|SCB_NEGOTIATE)) != 0) {
8373 ~(SCB_NEGOTIATE|SCB_ABORT|SCB_DEVICE_RESET);

Completed in 121 milliseconds