Home
last modified time | relevance | path

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

/xnu-8020.101.4/pexpert/i386/
H A Dpe_serial.c232 #define MMIO_WRITE(r, v) ml_phys_write_word(mmio_uart_base + MMIO_UART_##r, v) macro
255 MMIO_WRITE( SCR, 0x5a ); in mmio_uart_present()
259 MMIO_WRITE( SCR, 0xa5 ); in mmio_uart_present()
308 MMIO_WRITE( LCR, lcr | UART_LCR_DLAB ); in mmio_uart_set_baud_rate()
309 MMIO_WRITE( DLM, (unsigned char)(div >> 8)); in mmio_uart_set_baud_rate()
310 MMIO_WRITE( DLL, (unsigned char) div ); in mmio_uart_set_baud_rate()
311 MMIO_WRITE( LCR, lcr & ~UART_LCR_DLAB); in mmio_uart_set_baud_rate()
323 MMIO_WRITE( THR, c ); in mmio_uart_td0()
331 MMIO_WRITE( MCR, 0 ); in mmio_uart_init()
332 MMIO_WRITE( IER, 0 ); in mmio_uart_init()
[all …]