Home
last modified time | relevance | path

Searched refs:MCA_POS_REG (Results 1 – 2 of 2) sorted by relevance

/external/grub/netboot/
D3c509.c435 boardid = inb_p(MCA_POS_REG(0)); in t529_probe()
436 boardid += inb_p(MCA_POS_REG(1)) << 8; in t529_probe()
443 mca_pos4 = inb_p(MCA_POS_REG(4)); in t529_probe()
444 mca_pos5 = inb_p(MCA_POS_REG(5)); in t529_probe()
D3c509.h390 #define MCA_POS_REG(n) (0x100+(n)) macro