Home
last modified time | relevance | path

Searched full:fpci (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-tegra.c37 /* FPCI CFG registers */
56 /* FPCI mailbox registers */
187 } fpci; member
215 u32 *fpci; member
866 tegra->context.fpci = devm_kcalloc(tegra->dev, soc->fpci.num_offsets, in tegra_xusb_init_context()
868 if (!tegra->context.fpci) in tegra_xusb_init_context()
1732 if (soc->fpci.num_offsets > 0) { in tegra_xusb_save_context()
1733 for (i = 0; i < soc->fpci.num_offsets; i++) in tegra_xusb_save_context()
1734 ctx->fpci[i] = fpci_readl(tegra, soc->fpci.offsets[i]); in tegra_xusb_save_context()
1744 if (soc->fpci.num_offsets > 0) { in tegra_xusb_restore_context()
[all …]
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_tegra.c807 unsigned long fpci, axi, size; local
812 fpci = 0xfe100000;
818 afi_writel(pcie, fpci, AFI_FPCI_BAR0);
825 fpci = 0xfdfc0000;
831 afi_writel(pcie, fpci, AFI_FPCI_BAR1);
834 fpci = (((pref->phys_start >> 12) & 0x0fffffff) << 4) | 0x1;
840 afi_writel(pcie, fpci, AFI_FPCI_BAR2);
843 fpci = (((mem->phys_start >> 12) & 0x0fffffff) << 4) | 0x1;
849 afi_writel(pcie, fpci, AFI_FPCI_BAR3);
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A Dnvidia,tegra124-xusb.txt14 - reg: Must contain the base and length of the xHCI host registers, XUSB FPCI
18 - "fpci"
94 reg-names = "hcd", "fpci", "ipfs";
H A Dnvidia,tegra-xudc.yaml39 - const: fpci
171 reg-names = "base", "fpci", "ipfs";
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-tegra.c467 /* move 4 KiB window to offset within the FPCI region */ in tegra_pcie_map_bus()
823 u32 fpci = afi_readl(pcie, AFI_UPPER_FPCI_ADDRESS) & 0xff; in tegra_pcie_isr() local
824 u64 address = (u64)fpci << 32 | (signature & 0xfffffffc); in tegra_pcie_isr()
827 dev_dbg(dev, " FPCI address: %10llx\n", address); in tegra_pcie_isr()
829 dev_err(dev, " FPCI address: %10llx\n", address); in tegra_pcie_isr()
836 * FPCI map is as follows:
H A Dpcie-xilinx-nwl.c621 /* setup AFI/FPCI range */ in nwl_pcie_enable_msi()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dtegra-xudc.c205 /* FPCI registers */
499 void __iomem *fpci; member
563 return readl(xudc->fpci + offset); in fpci_readl()
569 writel(val, xudc->fpci + offset); in fpci_writel()
3752 xudc->fpci = devm_platform_ioremap_resource_byname(pdev, "fpci"); in tegra_xudc_probe()
3753 if (IS_ERR(xudc->fpci)) in tegra_xudc_probe()
3754 return PTR_ERR(xudc->fpci); in tegra_xudc_probe()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_tegra.c56 /* FPCI */
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/nvidia/
H A Dtegra210.dtsi1009 reg-names = "hcd", "fpci", "ipfs";
1296 reg-names = "base", "fpci", "ipfs";
H A Dtegra186.dtsi788 reg-names = "hcd", "fpci";
821 reg-names = "base", "fpci";
H A Dtegra194.dtsi909 reg-names = "base", "fpci";
927 reg-names = "hcd", "fpci";
H A Dtegra132.dtsi659 reg-names = "hcd", "fpci", "ipfs";
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dtegra124.dtsi649 reg-names = "hcd", "fpci", "ipfs";
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dtegra124.dtsi679 reg-names = "hcd", "fpci", "ipfs";
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dhpt366.c952 * f_CNT = Fpci * 192 / Fdpll in init_chipset_hpt366()