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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Din2000.h122 #define SW_SYNC_DOS5 0x20 /* bit 5 used by Always BIOS */ macro
H A Din2000.c1924 if (s1 == 0x41564f4e && (switches & SW_SYNC_DOS5))
1977 printk("dip_switch=%02x irq=%d ioport=%02x floppy=%s sync/DOS5=%s ", (switches & 0x7f), instance->irq, hostdata->io_base, (switches & SW_FLOPPY) ? "Yes" : "No", (switches & SW_SYNC_DOS5) ? "Yes" : "No");

Completed in 36 milliseconds