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 */
120 /* Host Firmware Status Registers in PCI Config Space */
137 /* H_CB_WW - Host Circular Buffer (CB) Write Window register */
139 /* H_CSR - Host Control Status register */
141 /* ME_CB_RW - ME Circular Buffer Read Window register (read only) */
143 /* ME_CSR_HA - ME Control Status Host Access register (read only) */
145 /* H_HGC_CSR - PGI register */
147 /* H_D0I3C - D0I3 Control */
155 /* register bits of H_CSR (Host Control Status register) */
156 /* Host Circular Buffer Depth - maximum number of 32-bit entries in CB */
158 /* Host Circular Buffer Write Pointer */
160 /* Host Circular Buffer Read Pointer */
162 /* Host Reset */
164 /* Host Ready */
166 /* Host Interrupt Generate */
168 /* Host Interrupt Status */
170 /* Host Interrupt Enable */
172 /* Host D0I3 Interrupt Enable */
174 /* Host D0I3 Interrupt Status */
181 /* register bits of ME_CSR_HA (ME Control Status Host Access register) */
182 /* ME CB (Circular Buffer) Depth HRA (Host Read Access) - host read only
185 /* ME CB Write Pointer HRA - host read only access to ME_CBWP */
187 /* ME CB Read Pointer HRA - host read only access to ME_CBRP */
189 /* ME Power Gate Isolation Capability HRA - host ready only access */
191 /* ME Reset HRA - host read only access to ME_RST */
193 /* ME Ready HRA - host read only access to ME_RDY */
195 /* ME Interrupt Generate HRA - host read only access to ME_IG */
197 /* ME Interrupt Status HRA - host read only access to ME_IS */
199 /* ME Interrupt Enable HRA - host read only access to ME_IE */