Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpci-v3-semi.c68 #define V3_SYSTEM 0x00000078 macro
781 if (readw(v3->base + V3_SYSTEM) & V3_SYSTEM_M_LOCK) in v3_pci_probe()
782 writew(V3_SYSTEM_UNLOCK, v3->base + V3_SYSTEM); in v3_pci_probe()
790 val = readw(v3->base + V3_SYSTEM); in v3_pci_probe()
792 writew(val, v3->base + V3_SYSTEM); in v3_pci_probe()
881 val = readw(v3->base + V3_SYSTEM); in v3_pci_probe()
883 writew(val, v3->base + V3_SYSTEM); in v3_pci_probe()
888 val = readw(v3->base + V3_SYSTEM); in v3_pci_probe()
890 writew(val, v3->base + V3_SYSTEM); in v3_pci_probe()
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpci-v3-semi.c66 #define V3_SYSTEM 0x00000078 macro
778 if (readw(v3->base + V3_SYSTEM) & V3_SYSTEM_M_LOCK) in v3_pci_probe()
779 writew(V3_SYSTEM_UNLOCK, v3->base + V3_SYSTEM); in v3_pci_probe()
787 val = readw(v3->base + V3_SYSTEM); in v3_pci_probe()
789 writew(val, v3->base + V3_SYSTEM); in v3_pci_probe()
878 val = readw(v3->base + V3_SYSTEM); in v3_pci_probe()
880 writew(val, v3->base + V3_SYSTEM); in v3_pci_probe()
885 val = readw(v3->base + V3_SYSTEM); in v3_pci_probe()
887 writew(val, v3->base + V3_SYSTEM); in v3_pci_probe()

Completed in 4 milliseconds