Searched refs:fpci (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-tegra.c | 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 in tegra_xusb_restore_context() [all...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-tegra.c | 213 } fpci; member 252 u32 *fpci; member 935 tegra->context.fpci = devm_kcalloc(tegra->dev, soc->fpci.num_offsets, in tegra_xusb_init_context() 937 if (!tegra->context.fpci) in tegra_xusb_init_context() 2018 if (soc->fpci.num_offsets > 0) { in tegra_xusb_save_context() 2019 for (i = 0; i < soc->fpci.num_offsets; i++) in tegra_xusb_save_context() 2020 ctx->fpci[i] = fpci_readl(tegra, soc->fpci.offsets[i]); in tegra_xusb_save_context() 2030 if (soc->fpci in tegra_xusb_restore_context() [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 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()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 498 void __iomem *fpci; member 562 return readl(xudc->fpci + offset); in fpci_readl() 568 writel(val, xudc->fpci + offset); in fpci_writel() 3787 xudc->fpci = devm_platform_ioremap_resource_byname(pdev, "fpci"); in tegra_xudc_probe() 3788 if (IS_ERR(xudc->fpci)) in tegra_xudc_probe() 3789 return PTR_ERR(xudc->fpci); in tegra_xudc_probe()
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pci-tegra.c | 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()
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pci-tegra.c | 804 u32 fpci = afi_readl(pcie, AFI_UPPER_FPCI_ADDRESS) & 0xff; in tegra_pcie_isr() local 805 u64 address = (u64)fpci << 32 | (signature & 0xfffffffc); in tegra_pcie_isr()
|
Completed in 23 milliseconds