Searched refs:CMD_RESET (Results 1 – 5 of 5) sorted by relevance
163 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()
1636 temp |= CMD_RESET; in Usb_host_Init_EX()1638 while(ehci_readb((U32)&ehci->regs->command) & CMD_RESET); in Usb_host_Init_EX()
795 #define CMD_RESET (1<<1) /* reset Host Controller not bus */ macro
321 (command & CMD_RESET) ? " Reset" : "", in dbg_command_buf()
392 command |= CMD_RESET; in ehci_reset()446 command = handshake (&ehci->regs->command, CMD_RESET, 0, 250 * 1000); in ehci_reset()