Lines Matching refs:bus_on
250 int bus_on; /* This adapter's BUS_ON time */ member
302 short bus_on; /* Time that WD7000 spends on the AT-bus when */ member
381 unchar bus_on; /* Bus on time, x 125ns (see below) */ member
681 configs[wd7000_card_num].bus_on = BUS_ON; in wd7000_setup()
683 configs[wd7000_card_num].bus_on = ints[4] / 125; in wd7000_setup()
685 configs[wd7000_card_num].bus_on = BUS_ON; in wd7000_setup()
717 …card_num].dma, configs[wd7000_card_num].iobase, configs[wd7000_card_num].bus_on * 125, configs[wd7… in wd7000_setup()
1183 host->bus_on, in wd7000_adapter_reset()
1325 seq_printf(m, " BUS_ON time: %d nanoseconds\n", adapter->bus_on * 125); in wd7000_show_info()
1489 host->bus_on = configs[pass].bus_on; in wd7000_detect()
1517 printk(" BUS_ON time: %dns, BUS_OFF time: %dns\n", host->bus_on * 125, host->bus_off * 125); in wd7000_detect()