Searched refs:outb (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.61.12/osfmk/i386/ |
| H A D | postcode.h | 55 outb %al,$(POSTPORT); \ 70 outb %al,$(POSTPORT)
|
| H A D | panic_notify.c | 75 outb(pvpanic_io_port, PVPANIC_NOTIFICATION_BIT); in panic_notify()
|
| H A D | asm.h | 143 #define OUTB outb %al, %dx
|
| /xnu-12377.61.12/EXTERNAL_HEADERS/architecture/i386/ |
| H A D | pio.h | 102 static __inline__ void outb( in outb() function
|
| /xnu-12377.61.12/iokit/Kernel/ |
| H A D | IOHibernateRestoreKernel.c | 146 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.61.12/pexpert/i386/ |
| H A D | pe_serial.c | 70 #define IO_WRITE(r, v) outb(LEGACY_UART_PORT_ADDR + UART_##r, v)
|
| /xnu-12377.61.12/osfmk/kdp/ml/i386/ |
| H A D | kdp_x86_common.c | 372 outb(addr, *((uint8_t *) data)); in kdp_machine_ioport_write()
|
| /xnu-12377.61.12/osfmk/x86_64/ |
| H A D | loose_ends.c | 666 outb(ioport, (uint8_t)val); in ml_port_io_write()
|