Searched refs:inb (Results 1 - 6 of 6) sorted by relevance

/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/i386/
H A Dpio.h80 static __inline__ unsigned char inb( function
84 __asm__ volatile("inb %w1, %b0" : "=a" (datum) : "Nd" (port));
/xnu-2782.1.97/pexpert/i386/
H A Dpe_serial.c86 #define READ(r) inb(UART_PORT_ADDR + UART_##r)
/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateRestoreKernel.c147 while (!(inb(COM1_PORT_ADDR + UART_LSR) & UART_LSR_THRE))
156 if (inb(COM1_PORT_ADDR + UART_SCR) != 0x5a) return false;
158 if (inb(COM1_PORT_ADDR + UART_SCR) != 0xa5) return false;
/xnu-2782.1.97/osfmk/i386/
H A Dasm.h148 #define INB inb %dx, %al
/xnu-2782.1.97/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c333 *((uint8_t *) data) = inb(addr);
/xnu-2782.1.97/osfmk/i386/AT386/
H A Dmodel_dep.c103 #include <architecture/i386/pio.h> /* inb() */
720 (void)inb(panic_io_port);

Completed in 34 milliseconds