Lines Matching refs:ehci_readl
137 tmp = ehci_readl(reg_ptr); in ehci_set_usbmode()
155 int max_ports = HCS_N_PORTS(ehci_readl(&ctrl->hccr->cr_hcsparams)); in ehci_get_portsc_register()
171 result = ehci_readl(ptr); in handshake()
188 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_reset()
202 cmd = ehci_readl(&ctrl->hcor->or_txfilltuning); in ehci_reset()
215 int max_ports = HCS_N_PORTS(ehci_readl(&ctrl->hccr->cr_hcsparams)); in ehci_shutdown()
217 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_shutdown()
228 reg = ehci_readl(&ctrl->hcor->or_portsc[i]); in ehci_shutdown()
310 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_enable_async()
334 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_disable_async()
603 usbsts = ehci_readl(&ctrl->hcor->or_usbsts); in ehci_submit_async()
687 dev->devnum, ehci_readl(&ctrl->hcor->or_usbsts), in ehci_submit_async()
688 ehci_readl(&ctrl->hcor->or_portsc[0]), in ehci_submit_async()
689 ehci_readl(&ctrl->hcor->or_portsc[1])); in ehci_submit_async()
806 reg = ehci_readl(status_reg); in ehci_submit_root()
849 reg = ehci_readl(status_reg); in ehci_submit_root()
857 if (HCS_PPC(ehci_readl(&ctrl->hccr->cr_hcsparams))) { in ehci_submit_root()
898 reg = ehci_readl(status_reg); in ehci_submit_root()
926 (void) ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_submit_root()
929 reg = ehci_readl(status_reg); in ehci_submit_root()
939 if (HCS_PPC(ehci_readl(&ctrl->hccr->cr_hcsparams))) in ehci_submit_root()
957 (void) ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_submit_root()
1034 if (ehci_readl(&ctrl->hccr->cr_hccparams) & 1) in ehci_common_init()
1096 reg = ehci_readl(&ctrl->hccr->cr_hcsparams); in ehci_common_init()
1109 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_common_init()
1120 cmd = ehci_readl(&ctrl->hcor->or_configflag); in ehci_common_init()
1126 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_common_init()
1128 reg = HC_VERSION(ehci_readl(&ctrl->hccr->cr_capbase)); in ehci_common_init()
1232 cmd = ehci_readl(&hcor->or_usbcmd); in enable_periodic()
1253 cmd = ehci_readl(&hcor->or_usbcmd); in disable_periodic()