non_ehci          188 drivers/usb/host/ehci-fsl.c 	void __iomem *non_ehci = hcd->regs;
non_ehci          191 drivers/usb/host/ehci-fsl.c 	if (!(ioread32be(non_ehci + FSL_SOC_USB_CTRL) & PHY_CLK_VALID))
non_ehci          203 drivers/usb/host/ehci-fsl.c 	void __iomem *non_ehci = hcd->regs;
non_ehci          220 drivers/usb/host/ehci-fsl.c 			tmp = ioread32be(non_ehci + FSL_SOC_USB_CTRL);
non_ehci          222 drivers/usb/host/ehci-fsl.c 			iowrite32be(tmp, non_ehci + FSL_SOC_USB_CTRL);
non_ehci          225 drivers/usb/host/ehci-fsl.c 			tmp = ioread32be(non_ehci + FSL_SOC_USB_CTRL);
non_ehci          228 drivers/usb/host/ehci-fsl.c 			iowrite32be(tmp, non_ehci + FSL_SOC_USB_CTRL);
non_ehci          261 drivers/usb/host/ehci-fsl.c 			tmp = ioread32be(non_ehci + FSL_SOC_USB_CTRL);
non_ehci          264 drivers/usb/host/ehci-fsl.c 			iowrite32be(tmp, non_ehci + FSL_SOC_USB_CTRL);
non_ehci          271 drivers/usb/host/ehci-fsl.c 			tmp = ioread32be(non_ehci + FSL_SOC_USB_CTRL);
non_ehci          274 drivers/usb/host/ehci-fsl.c 			iowrite32be(tmp, non_ehci + FSL_SOC_USB_CTRL);
non_ehci          292 drivers/usb/host/ehci-fsl.c 		tmp = ioread32be(non_ehci + FSL_SOC_USB_CTRL);
non_ehci          295 drivers/usb/host/ehci-fsl.c 		iowrite32be(tmp, non_ehci + FSL_SOC_USB_CTRL);
non_ehci          305 drivers/usb/host/ehci-fsl.c 	void __iomem *non_ehci = hcd->regs;
non_ehci          318 drivers/usb/host/ehci-fsl.c 			    non_ehci + FSL_SOC_USB_SNOOP1);
non_ehci          321 drivers/usb/host/ehci-fsl.c 			    non_ehci + FSL_SOC_USB_SNOOP2);
non_ehci          353 drivers/usb/host/ehci-fsl.c 		iowrite32be(0x00000008, non_ehci + FSL_SOC_USB_PRICTRL);
non_ehci          354 drivers/usb/host/ehci-fsl.c 		iowrite32be(0x00000080, non_ehci + FSL_SOC_USB_AGECNTTHRSH);
non_ehci          356 drivers/usb/host/ehci-fsl.c 		iowrite32be(0x0000000c, non_ehci + FSL_SOC_USB_PRICTRL);
non_ehci          357 drivers/usb/host/ehci-fsl.c 		iowrite32be(0x00000040, non_ehci + FSL_SOC_USB_AGECNTTHRSH);
non_ehci          359 drivers/usb/host/ehci-fsl.c 		iowrite32be(0x00000001, non_ehci + FSL_SOC_USB_SICTRL);
non_ehci          586 drivers/usb/host/ehci-fsl.c 	void __iomem *non_ehci = hcd->regs;
non_ehci          598 drivers/usb/host/ehci-fsl.c 	ehci_fsl->usb_ctrl = ioread32be(non_ehci + FSL_SOC_USB_CTRL);
non_ehci          607 drivers/usb/host/ehci-fsl.c 	void __iomem *non_ehci = hcd->regs;
non_ehci          621 drivers/usb/host/ehci-fsl.c 	iowrite32be(ehci_fsl->usb_ctrl, non_ehci + FSL_SOC_USB_CTRL);