OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ISA_io
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/bebox/stand/boot/
io.c
39
volatile u_char *
ISA_io
= (u_char *)0x80000000;
48
ISA_io
[port] = val;
63
return
ISA_io
[port];
70
return *((volatile uint16_t *)(&
ISA_io
[port]));
77
return le16toh(*((volatile uint16_t *)(&
ISA_io
[port])));
/src/sys/arch/prep/stand/boot/
io.c
41
volatile u_char *
ISA_io
= (u_char *)0x80000000;
52
ISA_io
[port] = val;
66
return (
ISA_io
[port]);
Completed in 30 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025