Searched refs:REG_CFG2 (Results 1 – 3 of 3) sorted by relevance
149 outb(CFG2_32BIT, port + REG_CFG2); in fdomain_identify()150 if ((inb(port + REG_CFG2) & CFG2_32BIT)) { in fdomain_identify()151 outb(0, port + REG_CFG2); in fdomain_identify()152 if ((inb(port + REG_CFG2) & CFG2_32BIT) == 0) in fdomain_identify()
96 #define REG_CFG2 11 /* R/W: Configuration Register 2 (@) */ macro
251 #define REG_CFG2 0x1203 macro