Searched refs:RT2880_PCI_IO_BASE (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/mips/pci/
H A Dpci-rt2880.c30 #define RT2880_PCI_IO_BASE 0x00460000 macro
144 .start = RT2880_PCI_IO_BASE,
145 .end = RT2880_PCI_IO_BASE + RT2880_PCI_IO_SIZE - 1,
227 io_map_base = ioremap(RT2880_PCI_IO_BASE, RT2880_PCI_IO_SIZE); rt288x_pci_probe()
231 ioport_resource.start = RT2880_PCI_IO_BASE; rt288x_pci_probe()
232 ioport_resource.end = RT2880_PCI_IO_BASE + RT2880_PCI_IO_SIZE - 1; rt288x_pci_probe()
241 rt2880_pci_reg_write(RT2880_PCI_IO_BASE, RT2880_PCI_REG_IOBASE); rt288x_pci_probe()

Completed in 91 milliseconds