Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dfdc-io.h74 #define ST0_INT_MASK (ST0_INTR)
75 #define FDC_INT_NORMAL (ST0_INTR & 0x00)
76 #define FDC_INT_ABNORMAL (ST0_INTR & 0x40)
77 #define FDC_INT_INVALID (ST0_INTR & 0x80)
78 #define FDC_INT_READYCH (ST0_INTR & 0xC0)
/linux-2.4.37.9/include/linux/
Dfdreg.h49 #define ST0_INTR 0xC0 /* Interrupt code mask */ macro
/linux-2.4.37.9/drivers/block/
Dfloppy.c1447 switch (ST0 & ST0_INTR) { in interpret_errors()