Home
last modified time | relevance | path

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

/xnu-11417.140.69/pexpert/i386/
H A Dpe_serial.c454 #define PCIE_MMIO_WRITE(r, v) ml_phys_write_byte(pcie_mmio_uart_base + PCIE_MMIO_UART_##r, v)
455 #define PCIE_MMIO_READ(r) ml_phys_read_byte(pcie_mmio_uart_base + PCIE_MMIO_UART_##r)
473 static vm_offset_t pcie_mmio_uart_base = 0; variable
501 pcie_mmio_uart_base = new_pcie_mmio_uart_base; in pcie_mmio_uart_probe()
505 pcie_mmio_uart_base = PCIE_MMIO_UART_BASE; in pcie_mmio_uart_probe()