OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STS1_OR
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/
Fdc.h
115
#define
STS1_OR
BIT4 // Overrun/Underrun: Becomes set if FDC does not receive CPU or DMA service within the required time interval
FloppyPeim.c
1154
if ((Result->Status1 & (STS1_EN | STS1_DE |
STS1_OR
| STS1_ND | STS1_NW | STS1_MA)) != 0) {
[
all
...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
IsaFloppy.h
389
#define
STS1_OR
BIT4
IsaFloppyCtrl.c
1233
if ((Result->Status1 & (STS1_EN | STS1_DE |
STS1_OR
| STS1_ND | STS1_NW | STS1_MA)) != 0) {
[
all
...]
Completed in 142 milliseconds