Lines Matching +full:8 +full:bit
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 */