Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/ !
H A DIOHibernateRestoreKernel.c117 UART_SCR = 7 /* scratch register */ enumerator
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-8019.80.24/pexpert/i386/ !
H A Dpe_serial.c90 UART_SCR = 7 /* scratch register */ enumerator