Searched full:ipfs (Results 1 – 11 of 11) sorted by relevance
/linux/Documentation/devicetree/bindings/usb/ |
H A D | nvidia,tegra210-xusb.yaml | 24 - description: base and length of the XUSB IPFS registers 30 - const: ipfs 147 reg-names = "hcd", "fpci", "ipfs";
|
H A D | nvidia,tegra124-xusb.yaml | 32 - description: base and length of the XUSB IPFS registers 38 - const: ipfs 164 reg-names = "hcd", "fpci", "ipfs";
|
H A D | nvidia,tegra-xudc.yaml | 39 - const: ipfs 190 reg-names = "base", "fpci", "ipfs";
|
/linux/drivers/usb/host/ |
H A D | xhci-tegra.c | 95 /* IPFS registers */ 208 } ipfs; member 251 u32 *ipfs; member 930 tegra->context.ipfs = devm_kcalloc(tegra->dev, soc->ipfs.num_offsets, in tegra_xusb_init_context() 932 if (!tegra->context.ipfs) in tegra_xusb_init_context() 2013 if (soc->ipfs.num_offsets > 0) { in tegra_xusb_save_context() 2014 for (i = 0; i < soc->ipfs.num_offsets; i++) in tegra_xusb_save_context() 2015 ctx->ipfs[i] = ipfs_readl(tegra, soc->ipfs.offsets[i]); in tegra_xusb_save_context() 2035 if (soc->ipfs.num_offsets > 0) { in tegra_xusb_restore_context() 2036 for (i = 0; i < soc->ipfs.num_offsets; i++) in tegra_xusb_restore_context() [all …]
|
/linux/drivers/ata/ |
H A D | ahci_tegra.c | 311 * Program the following SATA IPFS registers to allow SW accesses to in tegra_ahci_controller_init() 319 /* Program the following SATA IPFS register to enable the SATA */ in tegra_ahci_controller_init() 413 /* Enabling IPFS Clock Gating */ in tegra_ahci_controller_init()
|
/linux/Documentation/devicetree/bindings/ata/ |
H A D | nvidia,tegra-ahci.yaml | 25 - description: SATA configuration and IPFS registers
|
/linux/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 213 /* IPFS registers */ 497 void __iomem *ipfs; member 573 return readl(xudc->ipfs + offset); in ipfs_readl() 579 writel(val, xudc->ipfs + offset); in ipfs_writel() 3792 xudc->ipfs = devm_platform_ioremap_resource_byname(pdev, "ipfs"); in tegra_xudc_probe() 3793 if (IS_ERR(xudc->ipfs)) in tegra_xudc_probe() 3794 return PTR_ERR(xudc->ipfs); in tegra_xudc_probe()
|
/linux/sound/pci/hda/ |
H A D | hda_tegra.c | 47 /* IPFS */
|
/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra210.dtsi | 1013 reg-names = "hcd", "fpci", "ipfs"; 1302 reg-names = "base", "fpci", "ipfs";
|
H A D | tegra132.dtsi | 661 reg-names = "hcd", "fpci", "ipfs";
|
/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra124.dtsi | 708 reg-names = "hcd", "fpci", "ipfs";
|