Home
last modified time | relevance | path

Searched refs:phy_base (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/arch/arm/mach-exynos/
Ddev-ahci.c53 static void __iomem *phy_base, *phy_ctrl; variable
115 phy_base + (exynos4_sataphy_cmu[i].reg * 4)); in ahci_phy_init()
119 phy_base + (LANE0 + exynos4_sataphy_lane[i].reg) * 4); in ahci_phy_init()
123 phy_base + (COM_LANE + exynos4_sataphy_comlane[i].reg) * 4); in ahci_phy_init()
125 __raw_writeb(0x07, phy_base); in ahci_phy_init()
137 __raw_writeb(0x03, phy_base + (COM_LANE * 4)); in ahci_phy_init()
161 phy_base = ioremap(EXYNOS4_PA_SATAPHY, SZ_64K); in exynos4_ahci_init()
162 if (!phy_base) { in exynos4_ahci_init()
229 iounmap(phy_base); in exynos4_ahci_init()
Dcommon.c611 l2x0_saved_regs.phy_base = EXYNOS4_PA_L2CC; in exynos4_l2x0_cache_init()
/linux-3.4.99/drivers/usb/musb/
Dux500_dma.c55 dma_addr_t phy_base; member
92 ux500_channel->controller->phy_base); in ux500_configure_channel()
382 controller->phy_base = (dma_addr_t) iomem->start; in dma_controller_create()
/linux-3.4.99/arch/arm/include/asm/hardware/
Dcache-l2x0.h117 unsigned long phy_base; member
/linux-3.4.99/drivers/pinctrl/
Dpinctrl-pxa3xx.c201 info->phy_base = res->start; in pxa3xx_pinctrl_register()
203 info->virt_base = ioremap(info->phy_base, info->phy_size); in pxa3xx_pinctrl_register()
Dpinctrl-pxa3xx.h63 unsigned int phy_base; member
/linux-3.4.99/drivers/video/omap2/dss/
Dti_hdmi_4xxx_ip.c273 void __iomem *phy_base = hdmi_phy_base(ip_data); in ti_hdmi_4xxx_phy_enable() local
283 hdmi_read_reg(phy_base, HDMI_TXPHY_TX_CTRL); in ti_hdmi_4xxx_phy_enable()
289 REG_FLD_MOD(phy_base, HDMI_TXPHY_TX_CTRL, 0x1, 31, 30); in ti_hdmi_4xxx_phy_enable()
292 hdmi_write_reg(phy_base, HDMI_TXPHY_DIGITAL_CTRL, 0xF0000000); in ti_hdmi_4xxx_phy_enable()
295 REG_FLD_MOD(phy_base, HDMI_TXPHY_POWER_CTRL, 0xB, 3, 0); in ti_hdmi_4xxx_phy_enable()
298 REG_FLD_MOD(phy_base, HDMI_TXPHY_PAD_CFG_CTRL, 0x1, 27, 27); in ti_hdmi_4xxx_phy_enable()
/linux-3.4.99/arch/arm/kernel/
Dasm-offsets.c97 DEFINE(L2X0_R_PHY_BASE, offsetof(struct l2x0_regs, phy_base)); in main()
/linux-3.4.99/arch/arm/mm/
Dcache-l2x0.c571 l2x0_saved_regs.phy_base = res.start; in l2x0_of_init()