Lines Matching refs:ifcfg

212 		info->ifcfg.clockrate, info->ifcfg.select_timeout,  in fas216_dumpinfo()
213 info->ifcfg.asyncperiod, info->ifcfg.sync_max_depth); in fas216_dumpinfo()
447 int value = (info->ifcfg.clockrate * ns) / 1000; in fas216_syncperiod()
556 if (msg[4] > info->ifcfg.sync_max_depth) in fas216_handlesync()
557 msg[4] = info->ifcfg.sync_max_depth; in fas216_handlesync()
558 if (msg[3] < 1000 / info->ifcfg.clockrate) in fas216_handlesync()
559 msg[3] = 1000 / info->ifcfg.clockrate; in fas216_handlesync()
582 if (msg[4] <= info->ifcfg.sync_max_depth && in fas216_handlesync()
583 msg[3] >= 1000 / info->ifcfg.clockrate) { in fas216_handlesync()
609 dev->period = info->ifcfg.asyncperiod / 4; in fas216_handlesync()
1597 if (info->ifcfg.capabilities & (FASCAP_DMA|FASCAP_PSEUDODMA)) in fas216_bus_reset()
1606 info->device[i].disconnect_ok = info->ifcfg.disconnect_ok; in fas216_bus_reset()
1608 info->device[i].period = info->ifcfg.asyncperiod / 4; in fas216_bus_reset()
1676 fas216_writeb(info, REG_STIM, info->ifcfg.select_timeout); in __fas216_start_command()
1799 1000 / info->ifcfg.clockrate, in fas216_start_command()
1800 info->ifcfg.sync_max_depth); in fas216_start_command()
1871 fas216_writeb(info, REG_STIM, info->ifcfg.select_timeout); in fas216_do_bus_device_reset()
2632 unsigned int clock = ((info->ifcfg.clockrate - 1) / 5 + 1) & 7; in fas216_init_chip()
2637 fas216_writeb(info, REG_STIM, info->ifcfg.select_timeout); in fas216_init_chip()
2843 info->scsi.cfg[2] = info->ifcfg.cntl3 | in fas216_init()
2845 info->scsi.async_stp = fas216_syncperiod(info, info->ifcfg.asyncperiod); in fas216_init()
2884 if (info->ifcfg.clockrate <= 10 || info->ifcfg.clockrate > 40) { in fas216_add()
2886 info->ifcfg.clockrate); in fas216_add()