Home
last modified time | relevance | path

Searched refs:BIT (Results 1 – 3 of 3) sorted by relevance

/pciutils/
H A Dls-caps-vendor.c134 printf(" EccDis%c", FLAG(l, BIT(25))); in show_vendor_caps_intel()
136 printf(" VTdDis%c", FLAG(l, BIT(23))); in show_vendor_caps_intel()
145 printf(" 1NDis%c", FLAG(l, BIT(17))); in show_vendor_caps_intel()
146 printf(" CDDis%c", FLAG(l, BIT(15))); in show_vendor_caps_intel()
149 printf(" PDCDis%c", FLAG(l, BIT(12))); in show_vendor_caps_intel()
150 printf(" IGDis%c", FLAG(l, BIT(11))); in show_vendor_caps_intel()
155 printf(" OCEn%c", FLAG(l, BIT(2))); in show_vendor_caps_intel()
157 printf(" DDR3LEn%c", FLAG(l, BIT(0))); in show_vendor_caps_intel()
187 printf(" GmmDis%c", FLAG(l, BIT(8))); in show_vendor_caps_intel()
214 printf(" SgxDis%c", FLAG(l, BIT(9))); in show_vendor_caps_intel()
[all …]
H A Dbitops.h25 #define BIT(at) ((u64)1 << (at)) macro
/pciutils/lmr/
H A Dmargin.c34 #define LMR_PLD_VOLT_SUPPORT BIT(8)
35 #define LMR_PLD_IND_U_D_VOLT BIT(9)
36 #define LMR_PLD_IND_L_R_TIM BIT(10)
37 #define LMR_PLD_SAMPLE_REPORT_METHOD BIT(11)
38 #define LMR_PLD_IND_ERR_SAMPLER BIT(12)
48 #define LMR_PLD_T_GO_LEFT BIT(14)
52 #define LMR_PLD_V_GO_DOWN BIT(15)