OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hpib_intr
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/hp300/stand/common/
fhpib.c
171
hd->
hpib_intr
= IM_PABORT;
173
if (hd->
hpib_intr
& IM_PABORT)
186
while ((hd->
hpib_intr
& x) == 0 && --timo)
/src/sys/arch/hp300/dev/
fhpibreg.h
47
vu_char
hpib_intr
;
member in struct:fhpibdevice
fhpib.c
92
#define FHPIBWAIT(hd, m) while (((hd)->
hpib_intr
& (m)) == 0) DELAY(1)
263
while ((hd->
hpib_intr
& IM_ROOM) == 0) {
327
while ((hd->
hpib_intr
& IM_BYTE) == 0) {
558
stat0 = hd->
hpib_intr
;
564
stat0 = hd->
hpib_intr
;
611
hd->
hpib_intr
= IM_PABORT;
613
if (hd->
hpib_intr
& IM_PABORT)
626
while ((hd->
hpib_intr
& x) == 0 && --timo)
hpibvar.h
141
int (*
hpib_intr
)(void *);
member in struct:hpib_controller
hpib.c
397
return (sc->sc_ops->
hpib_intr
)(arg);
Completed in 12 milliseconds
Indexes created Mon Oct 27 20:09:55 GMT 2025