Searched refs:inb_p (Results 1 – 5 of 5) sorted by relevance
435 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()
142 #define inb_p(port) \ macro
321 #define TLan_ClearBit( bit, port ) outb_p(inb_p(port) & ~bit, port)322 #define TLan_GetBit( bit, port ) ((int) (inb_p(port) & bit))323 #define TLan_SetBit( bit, port ) outb_p(inb_p(port) | bit, port)
21 inb_p(RTC_PORT(1)); \
135 #define inb_p(port) inb((port)) macro