Home
last modified time | relevance | path

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

/xnu-11417.140.69/pexpert/i386/
H A Dpe_serial.c138 const unsigned char lcr = IO_READ( LCR ); in legacy_uart_set_baud_rate() local
145 IO_WRITE( LCR, lcr | UART_LCR_DLAB ); in legacy_uart_set_baud_rate()
148 IO_WRITE( LCR, lcr & ~UART_LCR_DLAB); in legacy_uart_set_baud_rate()
300 const unsigned char lcr = MMIO_READ( LCR ); in mmio_uart_set_baud_rate() local
308 MMIO_WRITE( LCR, lcr | UART_LCR_DLAB ); in mmio_uart_set_baud_rate()
311 MMIO_WRITE( LCR, lcr & ~UART_LCR_DLAB); in mmio_uart_set_baud_rate()
517 const unsigned char lcr = PCIE_MMIO_READ( LCR ); in pcie_mmio_uart_set_baud_rate() local
525 PCIE_MMIO_WRITE( LCR, lcr | UART_LCR_DLAB ); in pcie_mmio_uart_set_baud_rate()
528 PCIE_MMIO_WRITE( LCR, lcr & ~UART_LCR_DLAB); in pcie_mmio_uart_set_baud_rate()