Lines Matching +full:8 +full:- +full:bit
4 * SPDX-License-Identifier: Apache-2.0
15 /* HDATA - Write-Only 32-bit */
20 * EC-only Data/Attributes 16-bit
22 * b[15:8] = data attributes
27 #define MCHP_P80BD_ECDA_APOS 8
30 #define MCHP_P80BD_ECDA_LANE_POS 8
42 #define MCHP_P80BD_ECDA_NE BIT(12)
43 #define MCHP_P80BD_ECDA_OVR BIT(13)
44 #define MCHP_P80BD_ECDA_THR BIT(14)
49 #define MCHP_P80BD_CFG_FLUSH_FIFO BIT(0) /* WO */
50 #define MCHP_P80BD_CFG_SNAP_CLR BIT(1) /* WO */
51 #define MCHP_P80BD_CFG_FIFO_THR_POS 8
61 #define MCHP_P80BD_CFG_SRST BIT(31) /* WO */
63 /* Status and Interrupt Enable 16-bit */
68 #define MCHP_P80BD_SI_NE_STS BIT(0)
69 #define MCHP_P80BD_SI_OVR_STS BIT(1)
70 #define MCHP_P80BD_SI_THR_STS BIT(2)
71 #define MCHP_P80BD_SI_THR_IEN BIT(8)
73 /* Snapshot 32-bit (RO) */
77 /* Capture 32-bit (RO). Current 4-byte Port 80 capture value */
83 uint8_t RSVD1[0x100 - 0x04];
89 uint8_t RSVD2[0x330 - 0x114];
91 uint8_t RSVD3[0x400 - 0x334];
93 uint8_t RSVD4[0x730 - 0x401];
95 uint8_t RSVD5[0x7f0 - 0x734];