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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/architecture/i386/
H A Dpio.h102 static __inline__ void outb( function
106 __asm__ volatile("outb %b0, %w1" : : "a" (datum), "Nd" (port));
/darwin-on-arm/xnu/osfmk/i386/
H A Dpostcode.h48 outb %al,$(POSTPORT); \
63 outb %al,$(POSTPORT)
170 asm volatile("outb %0, %1" : : "a" (xx), "N" (POSTPORT));
H A Dasm.h149 #define OUTB outb %al, %dx
/darwin-on-arm/xnu/pexpert/i386/
H A Dpe_serial.c85 #define WRITE(r, v) outb(UART_PORT_ADDR + UART_##r, v)
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateRestoreKernel.c130 outb(COM1_PORT_ADDR + UART_THR, c);
136 outb(COM1_PORT_ADDR + UART_SCR, 0x5a);
138 outb(COM1_PORT_ADDR + UART_SCR, 0xa5);
217 outb(0xcf9, 6);
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c347 outb(addr, *((uint8_t *) data));

Completed in 113 milliseconds