OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HOST_TQINPOS
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/microcode/aic7xxx/
aic7xxx.reg
748
mask
HOST_TQINPOS
0x80 /* Boundary at either 0 or 128 */
aic7xxx_reg.h
1503
#define
HOST_TQINPOS
0x80
aic7xxx.seq
545
and A,
HOST_TQINPOS
, HS_MAILBOX;
aic79xx.reg
290
mask
HOST_TQINPOS
0x80 /* Boundary at either 0 or 128 */
aic79xx_reg.h
2434
#define
HOST_TQINPOS
0x80
/src/sys/dev/ic/
aic7xxx.c
7242
if ((ahc->tqinfifonext & (
HOST_TQINPOS
- 1)) == 1) {
7247
hs_mailbox &= ~
HOST_TQINPOS
;
7248
hs_mailbox |= ahc->tqinfifonext &
HOST_TQINPOS
;
7254
ahc->tqinfifonext &
HOST_TQINPOS
);
aic79xx.c
9609
if ((ahd->tqinfifonext & (
HOST_TQINPOS
- 1)) == 1) {
9613
hs_mailbox &= ~
HOST_TQINPOS
;
9614
hs_mailbox |= ahd->tqinfifonext &
HOST_TQINPOS
;
Completed in 32 milliseconds
Indexes created Mon Oct 20 05:10:11 GMT 2025