Searched refs:fpci (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/pci/ |
D | pci_tegra.c | 803 unsigned long fpci, axi, size; local 808 fpci = 0xfe100000; 814 afi_writel(pcie, fpci, AFI_FPCI_BAR0); 821 fpci = 0xfdfc0000; 827 afi_writel(pcie, fpci, AFI_FPCI_BAR1); 830 fpci = (((pref->phys_start >> 12) & 0x0fffffff) << 4) | 0x1; 836 afi_writel(pcie, fpci, AFI_FPCI_BAR2); 839 fpci = (((mem->phys_start >> 12) & 0x0fffffff) << 4) | 0x1; 845 afi_writel(pcie, fpci, AFI_FPCI_BAR3);
|
/external/u-boot/arch/arm/dts/ |
D | tegra124.dtsi | 649 reg-names = "hcd", "fpci", "ipfs";
|