Home
last modified time | relevance | path

Searched refs:STS1_DE (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/
DFdc.h114 #define STS1_DE BIT5 // Data Error: The FDC detected a CRC error in either the ID field or data fi… macro
DFloppyPeim.c1154 if ((Result->Status1 & (STS1_EN | STS1_DE | STS1_OR | STS1_ND | STS1_NW | STS1_MA)) != 0) { in CheckResult()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
DIsaFloppy.h383 #define STS1_DE BIT5 macro
DIsaFloppyCtrl.c1233 if ((Result->Status1 & (STS1_EN | STS1_DE | STS1_OR | STS1_ND | STS1_NW | STS1_MA)) != 0) { in CheckResult()