Lines Matching refs:ehci_readl

132 	tmp = ehci_readl(reg_ptr);  in ehci_set_usbmode()
150 int max_ports = HCS_N_PORTS(ehci_readl(&ctrl->hccr->cr_hcsparams)); in ehci_get_portsc_register()
166 result = ehci_readl(ptr); in handshake()
183 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_reset()
197 cmd = ehci_readl(&ctrl->hcor->or_txfilltuning); in ehci_reset()
210 int max_ports = HCS_N_PORTS(ehci_readl(&ctrl->hccr->cr_hcsparams)); in ehci_shutdown()
212 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_shutdown()
223 reg = ehci_readl(&ctrl->hcor->or_portsc[i]); in ehci_shutdown()
557 usbsts = ehci_readl(&ctrl->hcor->or_usbsts); in ehci_submit_async()
561 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_submit_async()
609 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_submit_async()
653 dev->devnum, ehci_readl(&ctrl->hcor->or_usbsts), in ehci_submit_async()
654 ehci_readl(&ctrl->hcor->or_portsc[0]), in ehci_submit_async()
655 ehci_readl(&ctrl->hcor->or_portsc[1])); in ehci_submit_async()
772 reg = ehci_readl(status_reg); in ehci_submit_root()
815 reg = ehci_readl(status_reg); in ehci_submit_root()
823 if (HCS_PPC(ehci_readl(&ctrl->hccr->cr_hcsparams))) { in ehci_submit_root()
864 reg = ehci_readl(status_reg); in ehci_submit_root()
892 (void) ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_submit_root()
895 reg = ehci_readl(status_reg); in ehci_submit_root()
905 if (HCS_PPC(ehci_readl(&ctrl->hccr->cr_hcsparams))) in ehci_submit_root()
923 (void) ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_submit_root()
1000 if (ehci_readl(&ctrl->hccr->cr_hccparams) & 1) in ehci_common_init()
1062 reg = ehci_readl(&ctrl->hccr->cr_hcsparams); in ehci_common_init()
1075 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_common_init()
1086 cmd = ehci_readl(&ctrl->hcor->or_configflag); in ehci_common_init()
1092 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_common_init()
1094 reg = HC_VERSION(ehci_readl(&ctrl->hccr->cr_capbase)); in ehci_common_init()
1198 cmd = ehci_readl(&hcor->or_usbcmd); in enable_periodic()
1219 cmd = ehci_readl(&hcor->or_usbcmd); in disable_periodic()