Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
Dmca_32.c152 pos[j] = inb_p(MCA_POS_REG(j)); in mca_read_and_store_pos()
184 byte = inb_p(MCA_POS_REG(reg)); in mca_pc_read_pos()
195 byte = inb_p(MCA_POS_REG(reg)); in mca_pc_read_pos()
222 outb_p(byte, MCA_POS_REG(reg)); in mca_pc_write_pos()
/linux-3.4.99/arch/x86/include/asm/
Dmca.h34 #define MCA_POS_REG(n) (0x100+(n)) macro