Searched defs:inb (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dio.h42 * inb/inw/inl/outb/outw/outl and the "string versions" of the same
184 #define inb(port) \ macro
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dserial.c66 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
H A Dsmp-imps.c73 inb (unsigned short port) function
77 __asm __volatile ("inb %1,%0" :"=a" (data):"d" (port));
99 return inb (0x71);

Completed in 31 milliseconds