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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
io.h 44 inb (unsigned short int port) function
48 __asm__ __volatile__ ("inb %w1,%0":"=a" (_v):"Nd" (port));
57 __asm__ __volatile__ ("inb %w1,%0\noutb %%al,$0x80":"=a" (_v):"Nd" (port));
  /external/grub/netboot/
linux-asm-io.h 6 * inb/inw/inl/outb/outw/outl and the "string versions" of the same
132 #define inb(port) \ macro
  /external/grub/stage2/
serial.c 66 inb (unsigned short port)
70 asm volatile ("inb %w1, %0" : "=a" (value) : "Nd" (port));
88 if (inb (serial_hw_port + UART_LSR) & UART_DATA_READY)
89 return inb (serial_hw_port + UART_RX);
101 while ((inb (serial_hw_port + UART_LSR) & UART_EMPTY_TRANSMITTER) == 0)
65 inb (unsigned short port) function
smp-imps.c 73 inb (unsigned short port) function
77 __asm __volatile ("inb %1,%0" :"=a" (data):"d" (port));
99 return inb (0x71);
  /external/kernel-headers/original/asm-arm/
io.h 117 #define inb(p) ({ __u8 __v = __raw_readb(__io(p)); __v; }) macro
135 #define inb_p(port) inb((port))
295 * Register ISA memory and port locations for glibc iopl/inb/outb
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
compiler.h 98 # define inb RealInb macro
107 # define inb inp macro
142 extern unsigned int inb(unsigned short);
151 extern unsigned int inb(unsigned long);
205 inb(unsigned long port) function
237 extern unsigned char inb(unsigned int port);
507 # undef inb macro
513 extern unsigned int inb(unsigned long port);
554 inb(unsigned short port) function
557 __asm__ __volatile__("inb %1,%0"
620 inb(unsigned long port) function
945 inb(unsigned PORT_SIZE port) function
1279 inb(unsigned short port) function
1407 inb(unsigned short port) function
1457 inb(unsigned short port) function
1506 inb(unsigned short port) function
1563 # undef inb macro
1582 # define inb macro
1667 # undef inb macro
1673 # define inb macro
    [all...]

Completed in 230 milliseconds