Searched refs:SCB_RECOVERY_SCB (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic_osm_lib.c44 if ((scb->flags & SCB_RECOVERY_SCB) == 0) {
47 scb->flags |= SCB_RECOVERY_SCB;
H A Daic79xx.h586 SCB_RECOVERY_SCB = 0x00020, enumerator in enum:__anon9
H A Daic7xxx.h551 SCB_RECOVERY_SCB = 0x0020, enumerator in enum:__anon28
H A Daic7xxx_osm.c387 if ((scb->flags & SCB_RECOVERY_SCB) != 0) {
H A Daic79xx_osm.c371 if ((scb->flags & SCB_RECOVERY_SCB) != 0) {
H A Daic7xxx.c589 || (scb->flags & SCB_RECOVERY_SCB) != 0)
900 && (scb->flags & SCB_RECOVERY_SCB) != 0)
6970 || (other_scb->flags & SCB_RECOVERY_SCB) != 0) {
6979 || (other_scb->flags & SCB_RECOVERY_SCB) != 0) {
H A Daic79xx.c1407 && (scb->flags & SCB_RECOVERY_SCB) != 0)
8388 || (scb->flags & SCB_RECOVERY_SCB) != 0)
9435 active_scb->flags |= SCB_RECOVERY_SCB|SCB_DEVICE_RESET;
9577 || (other_scb->flags & SCB_RECOVERY_SCB) != 0) {
9586 || (other_scb->flags & SCB_RECOVERY_SCB) != 0) {

Completed in 200 milliseconds