Home
last modified time | relevance | path

Searched refs:cr_hcsparams (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-hcd.c151 int max_ports = HCS_N_PORTS(ehci_readl(&ctrl->hccr->cr_hcsparams)); in ehci_get_portsc_register()
211 int max_ports = HCS_N_PORTS(ehci_readl(&ctrl->hccr->cr_hcsparams)); in ehci_shutdown()
809 if (HCS_PPC(ehci_readl(&ctrl->hccr->cr_hcsparams))) { in ehci_submit_root()
887 if (HCS_PPC(ehci_readl(&ctrl->hccr->cr_hcsparams))) in ehci_submit_root()
1044 reg = ehci_readl(&ctrl->hccr->cr_hcsparams); in ehci_common_init()
H A Dehci.h25 uint32_t cr_hcsparams; member