Home
last modified time | relevance | path

Searched refs:SW_SYNC_DOS5 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/
Din2000.h122 #define SW_SYNC_DOS5 0x20 /* bit 5 used by Always BIOS */ macro
Din2000.c2052 if (s1 == 0x41564f4e && (switches & SW_SYNC_DOS5)) in in2000_detect()
2107 …hostdata->io_base, (switches & SW_FLOPPY) ? "Yes" : "No", (switches & SW_SYNC_DOS5) ? "Yes" : "No"… in in2000_detect()