Lines Matching refs:__iomem

78 	void __iomem *phy_reg;  in usb_internal_phy_clock_gate()
83 phy_reg = (void __iomem *)phy_bases[index]; in usb_internal_phy_clock_gate()
91 struct usbphy_regs __iomem *usbphy = in usb_power_config()
92 (struct usbphy_regs __iomem *)USB_PHY0_BASE_ADDR; in usb_power_config()
104 struct anatop_regs __iomem *anatop = in usb_power_config()
105 (struct anatop_regs __iomem *)ANATOP_BASE_ADDR; in usb_power_config()
106 void __iomem *chrg_detect; in usb_power_config()
107 void __iomem *pll_480_ctrl_clr; in usb_power_config()
108 void __iomem *pll_480_ctrl_set; in usb_power_config()
150 void __iomem *phy_reg; in usb_phy_enable()
151 void __iomem *phy_ctrl; in usb_phy_enable()
152 void __iomem *usb_cmd; in usb_phy_enable()
158 phy_reg = (void __iomem *)phy_bases[index]; in usb_phy_enable()
159 phy_ctrl = (void __iomem *)(phy_reg + USBPHY_CTRL); in usb_phy_enable()
160 usb_cmd = (void __iomem *)&ehci->usbcmd; in usb_phy_enable()
192 void __iomem *phy_reg; in usb_phy_mode()
193 void __iomem *phy_ctrl; in usb_phy_mode()
196 phy_reg = (void __iomem *)phy_bases[port]; in usb_phy_mode()
197 phy_ctrl = (void __iomem *)(phy_reg + USBPHY_CTRL); in usb_phy_mode()
244 void __iomem *phy_cfg2 = (void __iomem *)(&usbnc->phy_cfg2); in usb_power_config()
257 void __iomem *status = (void __iomem *)(&usbnc->phy_status); in usb_phy_mode()
274 void __iomem *ctrl = (void __iomem *)(&usbnc->ctrl[index]); in usb_oc_config()
278 void __iomem *ctrl = (void __iomem *)(&usbnc->ctrl1); in usb_oc_config()
467 void *__iomem addr = (void *__iomem)devfdt_get_addr(dev); in ehci_usb_phy_mode()
468 void *__iomem phy_ctrl, *__iomem phy_status; in ehci_usb_phy_mode()
484 addr = (void __iomem *)fdtdec_get_addr(blob, phy_off, in ehci_usb_phy_mode()
489 phy_ctrl = (void __iomem *)(addr + USBPHY_CTRL); in ehci_usb_phy_mode()
497 phy_status = (void __iomem *)(addr + in ehci_usb_phy_mode()