HomeSort by relevance Sort by last modified time
    Searched refs:inb_p (Results 1 - 6 of 6) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
tlan.h 413 outb_p(inb_p(port) & ~bit, port);
421 return ((int) (inb_p(port) & bit));
429 outb_p(inb_p(port) | bit, port);
433 #define TLan_ClearBit( bit, port ) outb_p(inb_p(port) & ~bit, port)
434 #define TLan_GetBit( bit, port ) ((int) (inb_p(port) & bit))
435 #define TLan_SetBit( bit, port ) outb_p(inb_p(port) | bit, port)
  /external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
gateA20.c 55 ( void ) inb_p ( K_RDWR );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
io.h 53 inb_p (unsigned short int __port) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
io.h 53 inb_p (unsigned short int __port) function
  /external/syslinux/gpxe/src/drivers/bus/
mca.c 107 mca->pos[i] = inb_p ( MCA_POS_REG ( i ) );
  /external/syslinux/gpxe/src/include/gpxe/
io.h 444 #define inb_p( io_addr ) INX_P ( inb, uint8_t, io_addr ) macro

Completed in 197 milliseconds