Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/armltd/integrator/
H A Dpci.c307 val = v3_readw(V3_PCI_CFG); in pci_init_board()
309 v3_writew(V3_PCI_CFG, val); in pci_init_board()
387 val = v3_readw(V3_PCI_CFG); in pci_init_board()
390 v3_writew(V3_PCI_CFG, val); in pci_init_board()
H A Dpci_v3.h56 #define V3_PCI_CFG 0x0000007C macro
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-v3-semi.c70 #define V3_PCI_CFG 0x0000007C macro
795 val = readw(v3->base + V3_PCI_CFG); in v3_pci_probe()
797 writew(val, v3->base + V3_PCI_CFG); in v3_pci_probe()
837 writew(val, v3->base + V3_PCI_CFG); in v3_pci_probe()