Lines Matching refs:__iomem
80 void __iomem *phy_reg; in usb_internal_phy_clock_gate()
85 phy_reg = (void __iomem *)phy_bases[index]; in usb_internal_phy_clock_gate()
93 struct usbphy_regs __iomem *usbphy = in usb_power_config()
94 (struct usbphy_regs __iomem *)USB_PHY0_BASE_ADDR; in usb_power_config()
106 struct anatop_regs __iomem *anatop = in usb_power_config()
107 (struct anatop_regs __iomem *)ANATOP_BASE_ADDR; in usb_power_config()
108 void __iomem *chrg_detect; in usb_power_config()
109 void __iomem *pll_480_ctrl_clr; in usb_power_config()
110 void __iomem *pll_480_ctrl_set; in usb_power_config()
152 void __iomem *phy_reg; in usb_phy_enable()
153 void __iomem *phy_ctrl; in usb_phy_enable()
154 void __iomem *usb_cmd; in usb_phy_enable()
160 phy_reg = (void __iomem *)phy_bases[index]; in usb_phy_enable()
161 phy_ctrl = (void __iomem *)(phy_reg + USBPHY_CTRL); in usb_phy_enable()
162 usb_cmd = (void __iomem *)&ehci->usbcmd; in usb_phy_enable()
194 void __iomem *phy_reg; in usb_phy_mode()
195 void __iomem *phy_ctrl; in usb_phy_mode()
198 phy_reg = (void __iomem *)phy_bases[port]; in usb_phy_mode()
199 phy_ctrl = (void __iomem *)(phy_reg + USBPHY_CTRL); in usb_phy_mode()
246 void __iomem *phy_cfg2 = (void __iomem *)(&usbnc->phy_cfg2); in usb_power_config()
259 void __iomem *status = (void __iomem *)(&usbnc->phy_status); in usb_phy_mode()
276 void __iomem *ctrl = (void __iomem *)(&usbnc->ctrl[index]); in usb_oc_config()
280 void __iomem *ctrl = (void __iomem *)(&usbnc->ctrl1); in usb_oc_config()
477 void *__iomem addr = dev_read_addr_ptr(dev); in ehci_usb_phy_mode()
478 void *__iomem phy_ctrl, *__iomem phy_status; in ehci_usb_phy_mode()
494 addr = (void __iomem *)fdtdec_get_addr(blob, phy_off, in ehci_usb_phy_mode()
499 phy_ctrl = (void __iomem *)(addr + USBPHY_CTRL); in ehci_usb_phy_mode()
507 phy_status = (void __iomem *)(addr + in ehci_usb_phy_mode()