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