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

/freebsd-13-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.h588 SCB_RECOVERY_SCB = 0x00020, enumerator in enum:__anon11326
H A Daic7xxx.h553 SCB_RECOVERY_SCB = 0x0020, enumerator in enum:__anon11345
H A Daic79xx_osm.c369 if ((scb->flags & SCB_RECOVERY_SCB) != 0) {
H A Daic7xxx_osm.c384 if ((scb->flags & SCB_RECOVERY_SCB) != 0) {
H A Daic7xxx.c590 || (scb->flags & SCB_RECOVERY_SCB) != 0)
899 && (scb->flags & SCB_RECOVERY_SCB) != 0)
6935 || (other_scb->flags & SCB_RECOVERY_SCB) != 0) {
6944 || (other_scb->flags & SCB_RECOVERY_SCB) != 0) {
H A Daic79xx.c1401 && (scb->flags & SCB_RECOVERY_SCB) != 0)
8337 || (scb->flags & SCB_RECOVERY_SCB) != 0)
9376 active_scb->flags |= SCB_RECOVERY_SCB|SCB_DEVICE_RESET;
9516 || (other_scb->flags & SCB_RECOVERY_SCB) != 0) {
9525 || (other_scb->flags & SCB_RECOVERY_SCB) != 0) {

Completed in 209 milliseconds