Lines Matching +full:host +full:- +full:wake
4 /* Capability Registers Base Address - section 2.2 */
5 #define CAPLENGTH 0x0000 /* 1-byte, 0x0001 reserved */
6 #define HCIVERSION 0x0002 /* 2-bytes, i/f version # */
7 #define HCSPARAMS 0x0004 /* 4-bytes, structural params */
8 #define HCCPARAMS 0x0008 /* 4-bytes, capability params */
21 #define USBCMD_LHCR (1 << 7) // Light Host Controller Reset
33 #define USBSTS_HSE (1 << 4) // Host System Error
56 * Bits that are reserved or are read-only are masked out of values
61 #define PORTSC_WKOC_E (1 << 22) // Wake on Over Current Enable
62 #define PORTSC_WKDS_E (1 << 21) // Wake on Disconnect Enable
63 #define PORTSC_WKCN_E (1 << 20) // Wake on Connect Enable