Home
last modified time | relevance | path

Searched refs:inb_p (Results 1 – 5 of 5) 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()
Dlinux-asm-io.h142 #define inb_p(port) \ macro
Dtlan.c321 #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)
/external/kernel-headers/original/asm-arm/
Dmc146818rtc.h21 inb_p(RTC_PORT(1)); \
Dio.h135 #define inb_p(port) inb((port)) macro