Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c328 if ((temp & STS_HALT) != 0) in ehci_halt()
383 return handshake (&ehci->regs->status, STS_HALT, STS_HALT, 16 * 125); in ehci_halt()
1821 while(((ehci_readl((U32)&ehci->regs->status)&STS_HALT) == 0)&&(time_out++<1000)); in ehci_hub_control()
1840 while(((ehci_readl((U32)&ehci->regs->status)&STS_HALT) == 0)&&(time_out++<1000)); in ehci_hub_control()
7715 while((ehci_readl((U32)&ehci->regs->status)&STS_HALT) == 0); in ehci_suspend()
H A DdrvEHCI.h820 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
H A DdrvEHCIDBG.cpp227 (status & STS_HALT) ? " Halt" : "", in dbg_status_buf()