Home
last modified time | relevance | path

Searched refs:outb (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.41.6/osfmk/i386/
H A Dpostcode.h55 outb %al,$(POSTPORT); \
70 outb %al,$(POSTPORT)
H A Dpanic_notify.c75 outb(pvpanic_io_port, PVPANIC_NOTIFICATION_BIT); in panic_notify()
H A Dasm.h143 #define OUTB outb %al, %dx
/xnu-12377.41.6/EXTERNAL_HEADERS/architecture/i386/
H A Dpio.h102 static __inline__ void outb( in outb() function
/xnu-12377.41.6/iokit/Kernel/
H A DIOHibernateRestoreKernel.c146 outb(COM1_PORT_ADDR + UART_THR, c); in hib_uart_putc()
153 outb(COM1_PORT_ADDR + UART_SCR, 0x5a); in debug_probe()
157 outb(COM1_PORT_ADDR + UART_SCR, 0xa5); in debug_probe()
293 outb(0xcf9, 6); in __hib_assert()
/xnu-12377.41.6/pexpert/i386/
H A Dpe_serial.c70 #define IO_WRITE(r, v) outb(LEGACY_UART_PORT_ADDR + UART_##r, v)
/xnu-12377.41.6/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c372 outb(addr, *((uint8_t *) data)); in kdp_machine_ioport_write()
/xnu-12377.41.6/osfmk/x86_64/
H A Dloose_ends.c666 outb(ioport, (uint8_t)val); in ml_port_io_write()