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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx.h577 SCB_OTHERTCL_TIMEOUT = 0x00002,/* enumerator in enum:__anon11326
H A Daic7xxx.h542 SCB_OTHERTCL_TIMEOUT = 0x0002,/* enumerator in enum:__anon11345
H A Daic7xxx.c6926 (scb->flags & SCB_OTHERTCL_TIMEOUT) != 0
6930 scb->flags |= SCB_OTHERTCL_TIMEOUT;
6934 & (SCB_OTHERTCL_TIMEOUT|SCB_TIMEDOUT)) == 0
6943 & (SCB_OTHERTCL_TIMEOUT|SCB_TIMEDOUT)) == 0
H A Daic79xx.c9506 (scb->flags & SCB_OTHERTCL_TIMEOUT) != 0
9511 scb->flags |= SCB_OTHERTCL_TIMEOUT;
9515 & (SCB_OTHERTCL_TIMEOUT|SCB_TIMEDOUT)) == 0
9524 & (SCB_OTHERTCL_TIMEOUT|SCB_TIMEDOUT)) == 0

Completed in 150 milliseconds