Lines Matching full:bit1
130 // bit1 in each nibble is Write Enable
134 PciWrite8 (Pam1Address, Pam1 | (BIT1 | BIT0));
195 // bit1: optional information available (must be =1 for VBE v1.2+)
201 VbeModeInfo->ModeAttr = BIT7 | BIT5 | BIT4 | BIT3 | BIT1 | BIT0;
205 // bit1: bit1: readable
208 VbeModeInfo->WindowAAttr = BIT2 | BIT1 | BIT0;
240 // bit1: Bytes in reserved field may be used by application
242 VbeModeInfo->DirectColorModeInfo = BIT1;
264 // Clear Write Enable (bit1), keep Read Enable (bit0) set
266 PciWrite8 (Pam1Address, (Pam1 & ~BIT1) | BIT0);