OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HIL_DATA
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hp300/stand/common/
hilreg.h
46
vu_char
hil_data
;
member in struct:hil_dev
60
vu_char
hil_data
; /* send/receive data to/from 8042 */
member in struct:hil_dev
68
vu_int
hil_data
;
member in struct:hil_dev
77
#define READHILDATA(x) ((x)->
hil_data
)
80
#define WRITEHILDATA(x, y) ((x)->
hil_data
= (y))
84
#define READHILDATA(x) ((x)->
hil_data
>> 24)
87
#define WRITEHILDATA(x, y) ((x)->
hil_data
= ((y) << 24))
103
#define HIL_STATMASK (
HIL_DATA
| HIL_COMMAND)
111
#define
HIL_DATA
0x6 /* HIL data in data register */
/src/sys/dev/hil/
hilreg.h
63
#define
HIL_DATA
0x06 /* HIL data in data register */
Completed in 147 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025