Searched refs:ST1_OR (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/uapi/linux/ | ||
D | fdreg.h | 52 #define ST1_OR 0x10 /* OverRun */ macro |
/linux-6.1.9/drivers/block/ | ||
D | floppy.c | 1453 } else if (reply_buffer[ST1] & ST1_OR) { in interpret_errors() |