OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCA_POS_REG
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
3c509.c
435
boardid = inb_p(
MCA_POS_REG
(0));
436
boardid += inb_p(
MCA_POS_REG
(1)) << 8;
443
mca_pos4 = inb_p(
MCA_POS_REG
(4));
444
mca_pos5 = inb_p(
MCA_POS_REG
(5));
3c509.h
390
#define
MCA_POS_REG
(n) (0x100+(n))
Completed in 33 milliseconds