Lines Matching +full:host +full:- +full:only

1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (c) 2003-2022, Intel Corporation. All rights reserved.
53 #define MEI_DEV_ID_LPT_W 0x8D3A /* Lynx Point - Wellsburg */
127 /* Host Firmware Status Registers in PCI Config Space */
133 # define PCI_CFG_HFS_2_PM_CMOFF_TO_CMX_ERROR 0x1000000 /* CMoff->CMx wake after an error */
147 /* H_CB_WW - Host Circular Buffer (CB) Write Window register */
149 /* H_CSR - Host Control Status register */
151 /* ME_CB_RW - ME Circular Buffer Read Window register (read only) */
153 /* ME_CSR_HA - ME Control Status Host Access register (read only) */
155 /* H_HGC_CSR - PGI register */
157 /* H_D0I3C - D0I3 Control */
165 /* register bits of H_CSR (Host Control Status register) */
166 /* Host Circular Buffer Depth - maximum number of 32-bit entries in CB */
168 /* Host Circular Buffer Write Pointer */
170 /* Host Circular Buffer Read Pointer */
172 /* Host Reset */
174 /* Host Ready */
176 /* Host Interrupt Generate */
178 /* Host Interrupt Status */
180 /* Host Interrupt Enable */
182 /* Host D0I3 Interrupt Enable */
184 /* Host D0I3 Interrupt Status */
191 /* register bits of ME_CSR_HA (ME Control Status Host Access register) */
192 /* ME CB (Circular Buffer) Depth HRA (Host Read Access) - host read only
195 /* ME CB Write Pointer HRA - host read only access to ME_CBWP */
197 /* ME CB Read Pointer HRA - host read only access to ME_CBRP */
199 /* ME Power Gate Isolation Capability HRA - host ready only access */
201 /* ME Reset HRA - host read only access to ME_RST */
203 /* ME Ready HRA - host read only access to ME_RDY */
205 /* ME Interrupt Generate HRA - host read only access to ME_IG */
207 /* ME Interrupt Status HRA - host read only access to ME_IS */
209 /* ME Interrupt Enable HRA - host read only access to ME_IE */