Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/pci/
H A Dpci-rt2880.c27 #define RT2880_PCI_IO_BASE 0x00460000 macro
141 .start = RT2880_PCI_IO_BASE,
142 .end = RT2880_PCI_IO_BASE + RT2880_PCI_IO_SIZE - 1,
210 io_map_base = ioremap(RT2880_PCI_IO_BASE, RT2880_PCI_IO_SIZE); in rt288x_pci_probe()
214 ioport_resource.start = RT2880_PCI_IO_BASE; in rt288x_pci_probe()
215 ioport_resource.end = RT2880_PCI_IO_BASE + RT2880_PCI_IO_SIZE - 1; in rt288x_pci_probe()
223 rt2880_pci_reg_write(RT2880_PCI_IO_BASE, RT2880_PCI_REG_IOBASE); in rt288x_pci_probe()
/kernel/linux/linux-6.6/arch/mips/pci/
H A Dpci-rt2880.c26 #define RT2880_PCI_IO_BASE 0x00460000 macro
133 .start = RT2880_PCI_IO_BASE,
134 .end = RT2880_PCI_IO_BASE + RT2880_PCI_IO_SIZE - 1,
196 io_map_base = ioremap(RT2880_PCI_IO_BASE, RT2880_PCI_IO_SIZE); in rt288x_pci_probe()
200 ioport_resource.start = RT2880_PCI_IO_BASE; in rt288x_pci_probe()
201 ioport_resource.end = RT2880_PCI_IO_BASE + RT2880_PCI_IO_SIZE - 1; in rt288x_pci_probe()
209 rt2880_pci_reg_write(RT2880_PCI_IO_BASE, RT2880_PCI_REG_IOBASE); in rt288x_pci_probe()

Completed in 1 milliseconds