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

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx.h575 SCB_OTHERTCL_TIMEOUT = 0x00002,/* enumerator in enum:__anon6906
H A Daic7xxx.h540 SCB_OTHERTCL_TIMEOUT = 0x0002,/* enumerator in enum:__anon6925
H A Daic7xxx.c6961 (scb->flags & SCB_OTHERTCL_TIMEOUT) != 0
6965 scb->flags |= SCB_OTHERTCL_TIMEOUT;
6969 & (SCB_OTHERTCL_TIMEOUT|SCB_TIMEDOUT)) == 0
6978 & (SCB_OTHERTCL_TIMEOUT|SCB_TIMEDOUT)) == 0
H A Daic79xx.c9567 (scb->flags & SCB_OTHERTCL_TIMEOUT) != 0
9572 scb->flags |= SCB_OTHERTCL_TIMEOUT;
9576 & (SCB_OTHERTCL_TIMEOUT|SCB_TIMEDOUT)) == 0
9585 & (SCB_OTHERTCL_TIMEOUT|SCB_TIMEDOUT)) == 0

Completed in 183 milliseconds