Home
last modified time | relevance | path

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

/openbmc/u-boot/board/armltd/integrator/
H A Dpci.c306 val = v3_readw(V3_PCI_CFG); in pci_init_board()
308 v3_writew(V3_PCI_CFG, val); in pci_init_board()
386 val = v3_readw(V3_PCI_CFG); in pci_init_board()
389 v3_writew(V3_PCI_CFG, val); in pci_init_board()
H A Dpci_v3.h55 #define V3_PCI_CFG 0x0000007C macro
/openbmc/linux/drivers/pci/controller/
H A Dpci-v3-semi.c68 #define V3_PCI_CFG 0x0000007C macro
792 val = readw(v3->base + V3_PCI_CFG); in v3_pci_probe()
794 writew(val, v3->base + V3_PCI_CFG); in v3_pci_probe()
834 writew(val, v3->base + V3_PCI_CFG); in v3_pci_probe()