Searched refs:phy_base (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/drivers/clk/ux500/ |
D | clk-prcc.c | 96 resource_size_t phy_base, in clk_reg_prcc() argument 114 clk->base = ioremap(phy_base, SZ_4K); in clk_reg_prcc() 144 resource_size_t phy_base, in clk_reg_prcc_pclk() argument 148 return clk_reg_prcc(name, parent_name, phy_base, cg_sel, flags, in clk_reg_prcc_pclk() 154 resource_size_t phy_base, in clk_reg_prcc_kclk() argument 158 return clk_reg_prcc(name, parent_name, phy_base, cg_sel, flags, in clk_reg_prcc_kclk()
|
D | clk.h | 20 resource_size_t phy_base, 26 resource_size_t phy_base,
|
/linux-4.19.296/drivers/pci/controller/dwc/ |
D | pcie-artpec6.c | 35 void __iomem *phy_base; /* DT phy */ member 172 val = readl(artpec6_pcie->phy_base + PHY_STATUS); in artpec6_pcie_wait_for_phy_a6() 200 phy_status_tx = readw(artpec6_pcie->phy_base + PHY_TX_ASIC_OUT); in artpec6_pcie_wait_for_phy_a7() 201 phy_status_rx = readw(artpec6_pcie->phy_base + PHY_RX_ASIC_OUT); in artpec6_pcie_wait_for_phy_a7() 491 struct resource *phy_base; in artpec6_pcie_probe() local 526 phy_base = platform_get_resource_byname(pdev, IORESOURCE_MEM, "phy"); in artpec6_pcie_probe() 527 artpec6_pcie->phy_base = devm_ioremap_resource(dev, phy_base); in artpec6_pcie_probe() 528 if (IS_ERR(artpec6_pcie->phy_base)) in artpec6_pcie_probe() 529 return PTR_ERR(artpec6_pcie->phy_base); in artpec6_pcie_probe()
|
D | pcie-kirin.c | 84 void __iomem *phy_base; member 111 writel(val, kirin_pcie->phy_base + reg); in kirin_apb_phy_writel() 116 return readl(kirin_pcie->phy_base + reg); in kirin_apb_phy_readl() 161 kirin_pcie->phy_base = devm_ioremap_resource(dev, phy); in kirin_pcie_get_resource() 162 if (IS_ERR(kirin_pcie->phy_base)) in kirin_pcie_get_resource() 163 return PTR_ERR(kirin_pcie->phy_base); in kirin_pcie_get_resource()
|
/linux-4.19.296/include/linux/platform_data/ |
D | arm-ux500-pm.h | 19 void ux500_pm_init(u32 phy_base, u32 size);
|
/linux-4.19.296/include/linux/mfd/ |
D | dbx500-prcmu.h | 215 static inline void prcmu_early_init(u32 phy_base, u32 size) in prcmu_early_init() argument 217 return db8500_prcmu_early_init(phy_base, size); in prcmu_early_init() 405 static inline void prcmu_early_init(u32 phy_base, u32 size) {} in prcmu_early_init() argument
|
D | db8500-prcmu.h | 492 void db8500_prcmu_early_init(u32 phy_base, u32 size); 549 static inline void db8500_prcmu_early_init(u32 phy_base, u32 size) {} in db8500_prcmu_early_init() argument
|
/linux-4.19.296/include/linux/phy/ |
D | omap_usb.h | 43 void __iomem *phy_base; member
|