OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DISKLED_ON
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/rs6000/mca/
mca_machdep.c
240
#define
DISKLED_ON
0x40
248
outb(PORT_DISKLED, inb(PORT_DISKLED) |
DISKLED_ON
);
257
outb(PORT_DISKLED, inb(PORT_DISKLED) & ~
DISKLED_ON
);
/src/sys/arch/i386/mca/
mca_machdep.c
321
#define
DISKLED_ON
0x40
329
outb(PORT_DISKLED, inb(PORT_DISKLED) |
DISKLED_ON
);
338
outb(PORT_DISKLED, inb(PORT_DISKLED) & ~
DISKLED_ON
);
Completed in 110 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025