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 */
124 /* Host Firmware Status Registers in PCI Config Space */
130 # define PCI_CFG_HFS_2_PM_CMOFF_TO_CMX_ERROR 0x1000000 /* CMoff->CMx wake after an error */
144 /* H_CB_WW - Host Circular Buffer (CB) Write Window register */
146 /* H_CSR - Host Control Status register */
148 /* ME_CB_RW - ME Circular Buffer Read Window register (read only) */
150 /* ME_CSR_HA - ME Control Status Host Access register (read only) */
152 /* H_HGC_CSR - PGI register */
154 /* H_D0I3C - D0I3 Control */
162 /* register bits of H_CSR (Host Control Status register) */
163 /* Host Circular Buffer Depth - maximum number of 32-bit entries in CB */
165 /* Host Circular Buffer Write Pointer */
167 /* Host Circular Buffer Read Pointer */
169 /* Host Reset */
171 /* Host Ready */
173 /* Host Interrupt Generate */
175 /* Host Interrupt Status */
177 /* Host Interrupt Enable */
179 /* Host D0I3 Interrupt Enable */
181 /* Host D0I3 Interrupt Status */
188 /* register bits of ME_CSR_HA (ME Control Status Host Access register) */
189 /* ME CB (Circular Buffer) Depth HRA (Host Read Access) - host read only
192 /* ME CB Write Pointer HRA - host read only access to ME_CBWP */
194 /* ME CB Read Pointer HRA - host read only access to ME_CBRP */
196 /* ME Power Gate Isolation Capability HRA - host ready only access */
198 /* ME Reset HRA - host read only access to ME_RST */
200 /* ME Ready HRA - host read only access to ME_RDY */
202 /* ME Interrupt Generate HRA - host read only access to ME_IG */
204 /* ME Interrupt Status HRA - host read only access to ME_IS */
206 /* ME Interrupt Enable HRA - host read only access to ME_IE */