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

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic79xx.h590 SCB_NEGOTIATE = 0x00080,/* Negotiation forced for command. */ enumerator in enum:__anon12033
H A Daic7xxx.h555 SCB_NEGOTIATE = 0x0080,/* Negotiation forced for command. */ enumerator in enum:__anon12052
H A Daic79xx_osm.c1036 scb->flags |= SCB_NEGOTIATE;
H A Daic7xxx_osm.c1076 scb->flags |= SCB_NEGOTIATE;
H A Daic7xxx.c571 scb->flags &= ~SCB_NEGOTIATE;
2350 } else if ((scb->flags & (SCB_AUTO_NEGOTIATE|SCB_NEGOTIATE)) != 0) {
H A Daic79xx.c3663 } else if ((scb->flags & (SCB_AUTO_NEGOTIATE|SCB_NEGOTIATE)) != 0) {
8366 ~(SCB_NEGOTIATE|SCB_ABORT|SCB_DEVICE_RESET);

Completed in 194 milliseconds