Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dehci.h35 #define CMD_LRESET (1 << 7) /* partial reset */ macro
Dxhci.h191 #define CMD_LRESET (1 << 7) macro
Dehci-hcd.c1070 cmd &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_common_init()