Searched refs:BUS_ON (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/scsi/ |
D | wd7000.c | 292 #define BUS_ON 64 /* x 125ns = 8000ns (BIOS default) */ macro 313 {15, 6, 0x350, BUS_ON, BUS_OFF}, /* defaults for single adapter */ 314 {11, 5, 0x320, BUS_ON, BUS_OFF}, /* defaults for second adapter */ 315 {7, 6, 0x350, BUS_ON, BUS_OFF}, /* My configuration (Zaga) */ 316 {-1, -1, 0x0, BUS_ON, BUS_OFF} /* Empty slot */ 681 configs[wd7000_card_num].bus_on = BUS_ON; in wd7000_setup() 685 configs[wd7000_card_num].bus_on = BUS_ON; in wd7000_setup()
|