Lines Matching refs:ehci_readl
133 tmp = ehci_readl(reg_ptr); in ehci_set_usbmode()
151 int max_ports = HCS_N_PORTS(ehci_readl(&ctrl->hccr->cr_hcsparams)); in ehci_get_portsc_register()
167 result = ehci_readl(ptr); in handshake()
184 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_reset()
198 cmd = ehci_readl(&ctrl->hcor->or_txfilltuning); in ehci_reset()
211 int max_ports = HCS_N_PORTS(ehci_readl(&ctrl->hccr->cr_hcsparams)); in ehci_shutdown()
213 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_shutdown()
224 reg = ehci_readl(&ctrl->hcor->or_portsc[i]); in ehci_shutdown()
549 usbsts = ehci_readl(&ctrl->hcor->or_usbsts); in ehci_submit_async()
553 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_submit_async()
639 dev->devnum, ehci_readl(&ctrl->hcor->or_usbsts), in ehci_submit_async()
640 ehci_readl(&ctrl->hcor->or_portsc[0]), in ehci_submit_async()
641 ehci_readl(&ctrl->hcor->or_portsc[1])); in ehci_submit_async()
758 reg = ehci_readl(status_reg); in ehci_submit_root()
801 reg = ehci_readl(status_reg); in ehci_submit_root()
809 if (HCS_PPC(ehci_readl(&ctrl->hccr->cr_hcsparams))) { in ehci_submit_root()
846 reg = ehci_readl(status_reg); in ehci_submit_root()
874 (void) ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_submit_root()
877 reg = ehci_readl(status_reg); in ehci_submit_root()
887 if (HCS_PPC(ehci_readl(&ctrl->hccr->cr_hcsparams))) in ehci_submit_root()
905 (void) ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_submit_root()
982 if (ehci_readl(&ctrl->hccr->cr_hccparams) & 1) in ehci_common_init()
1044 reg = ehci_readl(&ctrl->hccr->cr_hcsparams); in ehci_common_init()
1059 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_common_init()
1070 cmd = ehci_readl(&ctrl->hcor->or_configflag); in ehci_common_init()
1076 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_common_init()
1078 reg = HC_VERSION(ehci_readl(&ctrl->hccr->cr_capbase)); in ehci_common_init()
1182 cmd = ehci_readl(&hcor->or_usbcmd); in enable_periodic()
1203 cmd = ehci_readl(&hcor->or_usbcmd); in disable_periodic()