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

/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/i386/
H A Dpio.h102 static __inline__ void outb( function
106 __asm__ volatile("outb %b0, %w1" : : "a" (datum), "Nd" (port));
/xnu-2782.1.97/osfmk/i386/
H A Dpostcode.h55 outb %al,$(POSTPORT); \
70 outb %al,$(POSTPORT)
177 asm volatile("outb %0, %1" : : "a" (xx), "N" (POSTPORT));
H A Dasm.h149 #define OUTB outb %al, %dx
/xnu-2782.1.97/pexpert/i386/
H A Dpe_serial.c85 #define WRITE(r, v) outb(UART_PORT_ADDR + UART_##r, v)
/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateRestoreKernel.c149 outb(COM1_PORT_ADDR + UART_THR, c);
155 outb(COM1_PORT_ADDR + UART_SCR, 0x5a);
157 outb(COM1_PORT_ADDR + UART_SCR, 0xa5);
236 outb(0xcf9, 6);
/xnu-2782.1.97/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c362 outb(addr, *((uint8_t *) data));

Completed in 32 milliseconds