Home
last modified time | relevance | path

Searched refs:COM1_PORT_ADDR (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.81.2/iokit/Kernel/
H A DIOHibernateRestoreKernel.c100 COM1_PORT_ADDR = 0x3f8, enumerator
144 while (!(inb(COM1_PORT_ADDR + UART_LSR) & UART_LSR_THRE)) { in hib_uart_putc()
146 outb(COM1_PORT_ADDR + UART_THR, c); in hib_uart_putc()
153 outb(COM1_PORT_ADDR + UART_SCR, 0x5a); in debug_probe()
154 if (inb(COM1_PORT_ADDR + UART_SCR) != 0x5a) { in debug_probe()
157 outb(COM1_PORT_ADDR + UART_SCR, 0xa5); in debug_probe()
158 if (inb(COM1_PORT_ADDR + UART_SCR) != 0xa5) { in debug_probe()
/xnu-8792.81.2/pexpert/i386/
H A Dpe_serial.c67 #define LEGACY_UART_PORT_ADDR COM1_PORT_ADDR
74 COM1_PORT_ADDR = 0x3f8, enumerator