Searched refs:RALINK_PCI_PCICFG_ADDR (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/mt7621-pci/ |
D | pci-mt7621.c | 77 #define RALINK_PCI_PCICFG_ADDR 0x0000 macro 578 val = pcie_read(pcie, RALINK_PCI_PCICFG_ADDR); in mt7621_pci_probe() 582 pcie_write(pcie, val, RALINK_PCI_PCICFG_ADDR); in mt7621_pci_probe() 585 val = pcie_read(pcie, RALINK_PCI_PCICFG_ADDR); in mt7621_pci_probe() 590 pcie_write(pcie, val, RALINK_PCI_PCICFG_ADDR); in mt7621_pci_probe() 593 val = pcie_read(pcie, RALINK_PCI_PCICFG_ADDR); in mt7621_pci_probe() 598 pcie_write(pcie, val, RALINK_PCI_PCICFG_ADDR); in mt7621_pci_probe() 601 val = pcie_read(pcie, RALINK_PCI_PCICFG_ADDR); in mt7621_pci_probe() 606 pcie_write(pcie, val, RALINK_PCI_PCICFG_ADDR); in mt7621_pci_probe()
|
/Linux-v4.19/arch/mips/pci/ |
D | pci-mt7620.c | 45 #define RALINK_PCI_PCICFG_ADDR 0x00 macro 233 pcie_m32(0, PCIRST, RALINK_PCI_PCICFG_ADDR); in mt7620_pci_hw_init() 330 pcie_m32(PCIRST, 0, RALINK_PCI_PCICFG_ADDR); in mt7620_pci_probe()
|