Home | History | Annotate | Download | only in AtapiPassThruDxe

Lines Matching refs:BIT7

923   // bit7 and bit5 are both set to 1 for backward compatibility

925 DeviceSelect = (UINT8) (((BIT7 | BIT5) | (Target << 4)));
1439 // bit7 and bit5 are both set to 1 for backward compatibility
1441 DeviceSelect = (UINT8) ((BIT7 | BIT5) | (TargetId << 4));