OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HA_STATUS
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/isa/
dpt_isa.c
84
if ((bus_space_read_1(iot, ioh,
HA_STATUS
) & mask) == state)
147
if ((bus_space_read_1(iot, ioh,
HA_STATUS
) & HA_ST_READY) != 0)
155
while((((stat = bus_space_read_1(iot, ioh,
HA_STATUS
))
205
if ((bus_space_read_1(iot, ioh,
HA_STATUS
) & HA_ST_ERROR) != 0 ||
/src/sys/dev/ic/
dpt.c
291
(void)dpt_inb(sc,
HA_STATUS
);
313
(void)dpt_inb(sc,
HA_STATUS
);
515
if ((dpt_inb(sc,
HA_STATUS
) & HA_ST_READY) != 0)
522
device_xname(sc->sc_dev), dpt_inb(sc,
HA_STATUS
));
526
while((((stat = dpt_inb(sc,
HA_STATUS
))
555
device_xname(sc->sc_dev), dpt_inb(sc,
HA_STATUS
));
586
if ((dpt_inb(sc,
HA_STATUS
) & HA_ST_ERROR) != 0) {
679
if ((dpt_inb(sc,
HA_STATUS
) & mask) == state)
801
dpt_inb(sc,
HA_STATUS
), dpt_inb(sc, HA_AUX_STATUS));
dptreg.h
70
#define
HA_STATUS
7
Completed in 32 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025