Lines Matching +full:host +full:- +full:wake
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
45 #define PCI_EHCI_PORTWAKECAP 0x62 /* RW Port wake caps (opt) */
59 * (least-significant byte) and
92 #define EHCI_CMD_LHCR 0x00000080 /* RW light host ctrl reset */
105 #define EHCI_STS_HCH 0x00001000 /* RO host controller halted */
107 #define EHCI_STS_HSE 0x00000010 /* RWC host system error */
124 #define EHCI_INTR_HSEE 0x00000010 /* host system error ena */
141 #define EHCI_PS_WKOC_E 0x00400000 /* RW wake on over current ena */
142 #define EHCI_PS_WKDSCNNT_E 0x00200000 /* RW wake on disconnect ena */
143 #define EHCI_PS_WKCNNT_E 0x00100000 /* RW wake on connect ena */
174 #define EHCI_UM_CM_HOST 0x3 /* Host Controller */
176 #define EHCI_UM_ES_LE 0x0 /* Little-endian byte alignment */
177 #define EHCI_UM_ES_BE 0x4 /* Big-endian byte alignment */
184 #define EHCI_HOSTC(n) (0x80+(4*(n))) /* RO, RW Host mode control reg */