Home
last modified time | relevance | path

Searched refs:SCB_OTHERTCL_TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/aic7xxx/
Daic7xxx.h542 SCB_OTHERTCL_TIMEOUT = 0x0002,/* enumerator
Daic79xx.h577 SCB_OTHERTCL_TIMEOUT = 0x00002,/* enumerator
Daic7xxx.c6957 (scb->flags & SCB_OTHERTCL_TIMEOUT) != 0 in ahc_other_scb_timeout()
6961 scb->flags |= SCB_OTHERTCL_TIMEOUT; in ahc_other_scb_timeout()
6965 & (SCB_OTHERTCL_TIMEOUT|SCB_TIMEDOUT)) == 0 in ahc_other_scb_timeout()
6974 & (SCB_OTHERTCL_TIMEOUT|SCB_TIMEDOUT)) == 0 in ahc_other_scb_timeout()
Daic79xx.c9560 (scb->flags & SCB_OTHERTCL_TIMEOUT) != 0 in ahd_other_scb_timeout()
9565 scb->flags |= SCB_OTHERTCL_TIMEOUT; in ahd_other_scb_timeout()
9569 & (SCB_OTHERTCL_TIMEOUT|SCB_TIMEDOUT)) == 0 in ahd_other_scb_timeout()
9578 & (SCB_OTHERTCL_TIMEOUT|SCB_TIMEDOUT)) == 0 in ahd_other_scb_timeout()