Home
last modified time | relevance | path

Searched refs:CMD_RESET (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSBHwCtl.c163 ehci_writel(reg_cmd | CMD_RESET, (U32)&ehci->regs->command); in ResetMstarUsb()
165 while(ehci_readb((U32)&ehci->regs->command) & CMD_RESET); // wait for reset done in ResetMstarUsb()
H A DdrvUSBEntry.c1636 temp |= CMD_RESET; in Usb_host_Init_EX()
1638 while(ehci_readb((U32)&ehci->regs->command) & CMD_RESET); in Usb_host_Init_EX()
H A DdrvEHCI.h795 #define CMD_RESET (1<<1) /* reset Host Controller not bus */ macro
H A DdrvEHCIDBG.cpp321 (command & CMD_RESET) ? " Reset" : "", in dbg_command_buf()
H A DdrvEhciHcd.c392 command |= CMD_RESET; in ehci_reset()
446 command = handshake (&ehci->regs->command, CMD_RESET, 0, 250 * 1000); in ehci_reset()