OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hs_mailbox
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
aic79xx.c
6218
* Return
HS_MAILBOX
to its default value.
6220
ahd->
hs_mailbox
= 0;
6221
ahd_outb(ahd,
HS_MAILBOX
, 0);
6797
ahd->
hs_mailbox
&= ~ENINT_COALESCE;
6799
ahd->
hs_mailbox
|= ENINT_COALESCE;
6800
ahd_outb(ahd,
HS_MAILBOX
, ahd->
hs_mailbox
);
7794
enint_coal = ahd->
hs_mailbox
& ENINT_COALESCE;
7800
if (enint_coal != (ahd->
hs_mailbox
& ENINT_COALESCE)) {
9610
u_int
hs_mailbox
;
local in function:ahd_run_tqinfifo
[
all
...]
aic7xxx.c
7244
u_int
hs_mailbox
;
local in function:ahc_run_tqinfifo
7246
hs_mailbox
= ahc_inb(ahc,
HS_MAILBOX
);
7247
hs_mailbox
&= ~HOST_TQINPOS;
7248
hs_mailbox
|= ahc->tqinfifonext & HOST_TQINPOS;
7249
ahc_outb(ahc,
HS_MAILBOX
,
hs_mailbox
);
aic79xxvar.h
1189
* Cached version of the
hs_mailbox
so we can avoid
1192
uint8_t
hs_mailbox
;
member in struct:ahd_softc
Completed in 23 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025