Home
last modified time | relevance | path

Searched refs:CMD_LRESET (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dehci_def.h81 #define CMD_LRESET (1<<7) /* partial reset (no ports, etc) */ macro
/OK3568_Linux_fs/kernel/drivers/usb/isp1760/
H A Disp1760-regs.h36 #define CMD_LRESET (1 << 7) /* partial reset (no ports, etc) */ macro
H A Disp1760-hcd.c1313 command &= ~(CMD_LRESET|CMD_RESET); in isp1760_run()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci.h37 #define CMD_LRESET (1 << 7) /* partial reset */ macro
H A Dehci-hcd.c1064 cmd &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_common_init()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h192 #define CMD_LRESET (1 << 7) macro
/OK3568_Linux_fs/kernel/drivers/usb/early/
H A Dehci-dbgp.c441 cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET); in dbgp_ehci_startup()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-hcd.c611 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run()
H A Doxu210hp-hcd.c128 #define CMD_LRESET (1<<7) /* partial reset (no ports, etc) */ macro
562 (command & CMD_LRESET) ? " LReset" : "", in dbg_command_buf()
3145 oxu->command &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | in oxu_run()
H A Dehci-dbg.c202 (command & CMD_LRESET) ? " LReset" : "", in dbg_command_buf()
H A Dxhci.h217 #define CMD_LRESET (1 << 7) macro