Home
last modified time | relevance | path

Searched refs:u32ResetEnd (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c372 (pEhci->u32ResetEnd[0] && ms_time_after_eq( in ms_hub_status_data()
373 jiffies, pEhci->u32ResetEnd[0]))) in ms_hub_status_data()
615 pEhci->u32ResetEnd [u16Index])) in ms_hub_control()
618 pEhci->u32ResetEnd [u16Index] = 0; // patch from Linux 2.6.28 in ms_hub_control()
693 pEhci->u32ResetEnd[u16Index] = 0; in ms_hub_control()
775 pEhci->u32ResetEnd [u16Index] = jiffies in ms_hub_control()
2722 pEhci->u32ResetEnd[0] == pHcd->saved_ehci_state.reset_done && in ms_ehci_irq()
2733 pHcd->saved_ehci_state.reset_done = pEhci->u32ResetEnd[0]; in ms_ehci_irq()
2783 pEhci->u32ResetEnd[0] == 0)) in ms_ehci_irq()
2788 pEhci->u32ResetEnd [0] = jiffies + ((20 /* msec */ * HZ) / 1000); in ms_ehci_irq()
[all …]
H A DdrvMSC.c1068 … ehci reset done = %x, isRootHubPortReset = %x\n", (unsigned int)ehci->u32ResetEnd[0], hcd->isRoot… in ms_bSCSI_Read_10()
1344 … ehci reset done = %x, isRootHubPortReset = %x\n", (unsigned int)ehci->u32ResetEnd[0], hcd->isRoot… in ms_bSCSI_Write_10()
H A DdrvEHCI.h150 U32 u32ResetEnd [EHCI_MAX_ROOT_PORTS]; member