Lines Matching refs:ifcfg

211 		info->ifcfg.clockrate, info->ifcfg.select_timeout,  in fas216_dumpinfo()
212 info->ifcfg.asyncperiod, info->ifcfg.sync_max_depth); in fas216_dumpinfo()
446 int value = (info->ifcfg.clockrate * ns) / 1000; in fas216_syncperiod()
555 if (msg[4] > info->ifcfg.sync_max_depth) in fas216_handlesync()
556 msg[4] = info->ifcfg.sync_max_depth; in fas216_handlesync()
557 if (msg[3] < 1000 / info->ifcfg.clockrate) in fas216_handlesync()
558 msg[3] = 1000 / info->ifcfg.clockrate; in fas216_handlesync()
581 if (msg[4] <= info->ifcfg.sync_max_depth && in fas216_handlesync()
582 msg[3] >= 1000 / info->ifcfg.clockrate) { in fas216_handlesync()
609 dev->period = info->ifcfg.asyncperiod / 4; in fas216_handlesync()
1603 if (info->ifcfg.capabilities & (FASCAP_DMA|FASCAP_PSEUDODMA)) in fas216_bus_reset()
1612 info->device[i].disconnect_ok = info->ifcfg.disconnect_ok; in fas216_bus_reset()
1614 info->device[i].period = info->ifcfg.asyncperiod / 4; in fas216_bus_reset()
1682 fas216_writeb(info, REG_STIM, info->ifcfg.select_timeout); in __fas216_start_command()
1805 1000 / info->ifcfg.clockrate, in fas216_start_command()
1806 info->ifcfg.sync_max_depth); in fas216_start_command()
1877 fas216_writeb(info, REG_STIM, info->ifcfg.select_timeout); in fas216_do_bus_device_reset()
2639 unsigned int clock = ((info->ifcfg.clockrate - 1) / 5 + 1) & 7; in fas216_init_chip()
2644 fas216_writeb(info, REG_STIM, info->ifcfg.select_timeout); in fas216_init_chip()
2850 info->scsi.cfg[2] = info->ifcfg.cntl3 | in fas216_init()
2852 info->scsi.async_stp = fas216_syncperiod(info, info->ifcfg.asyncperiod); in fas216_init()
2889 if (info->ifcfg.clockrate <= 10 || info->ifcfg.clockrate > 40) { in fas216_add()
2891 info->ifcfg.clockrate); in fas216_add()