Home
last modified time | relevance | path

Searched refs:PCI_BASE_ADDRESS_3 (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/common/
H A Dcds_via.c53 pci_hose_write_config_dword(hose, dev, PCI_BASE_ADDRESS_3, 0x1fe4); in mpc85xx_config_via_usbide()
/rk3399_rockchip-uboot/drivers/misc/
H A Dswap_case.c97 case PCI_BASE_ADDRESS_3: in sandbox_swap_case_read_config()
/rk3399_rockchip-uboot/cmd/
H A Dpci.c160 { "base address 3", PCI_SIZE_32, PCI_BASE_ADDRESS_3 },
/rk3399_rockchip-uboot/drivers/pci/
H A Dpcie_layerscape.c416 writel(0, bar_base + PCI_BASE_ADDRESS_3); in ls_pcie_ep_setup_bar()
/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_sil3114.c658 pci_read_config_dword (devno, PCI_BASE_ADDRESS_3, &iobase[3]); in init_sata()
/rk3399_rockchip-uboot/include/
H A Dpci.h204 #define PCI_BASE_ADDRESS_3 0x1c /* 32 bits */ macro