• Home
  • Raw
  • Download

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

1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (c) 2003-2019, 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 */
134 /* H_CB_WW - Host Circular Buffer (CB) Write Window register */
136 /* H_CSR - Host Control Status register */
138 /* ME_CB_RW - ME Circular Buffer Read Window register (read only) */
140 /* ME_CSR_HA - ME Control Status Host Access register (read only) */
142 /* H_HGC_CSR - PGI register */
144 /* H_D0I3C - D0I3 Control */
147 /* register bits of H_CSR (Host Control Status register) */
148 /* Host Circular Buffer Depth - maximum number of 32-bit entries in CB */
150 /* Host Circular Buffer Write Pointer */
152 /* Host Circular Buffer Read Pointer */
154 /* Host Reset */
156 /* Host Ready */
158 /* Host Interrupt Generate */
160 /* Host Interrupt Status */
162 /* Host Interrupt Enable */
164 /* Host D0I3 Interrupt Enable */
166 /* Host D0I3 Interrupt Status */
173 /* register bits of ME_CSR_HA (ME Control Status Host Access register) */
174 /* ME CB (Circular Buffer) Depth HRA (Host Read Access) - host read only
177 /* ME CB Write Pointer HRA - host read only access to ME_CBWP */
179 /* ME CB Read Pointer HRA - host read only access to ME_CBRP */
181 /* ME Power Gate Isolation Capability HRA - host ready only access */
183 /* ME Reset HRA - host read only access to ME_RST */
185 /* ME Ready HRA - host read only access to ME_RDY */
187 /* ME Interrupt Generate HRA - host read only access to ME_IG */
189 /* ME Interrupt Status HRA - host read only access to ME_IS */
191 /* ME Interrupt Enable HRA - host read only access to ME_IE */