Lines Matching refs:ifcfg
214 info->ifcfg.clockrate, info->ifcfg.select_timeout, in fas216_dumpinfo()
215 info->ifcfg.asyncperiod, info->ifcfg.sync_max_depth); in fas216_dumpinfo()
449 int value = (info->ifcfg.clockrate * ns) / 1000; in fas216_syncperiod()
558 if (msg[4] > info->ifcfg.sync_max_depth) in fas216_handlesync()
559 msg[4] = info->ifcfg.sync_max_depth; in fas216_handlesync()
560 if (msg[3] < 1000 / info->ifcfg.clockrate) in fas216_handlesync()
561 msg[3] = 1000 / info->ifcfg.clockrate; in fas216_handlesync()
584 if (msg[4] <= info->ifcfg.sync_max_depth && in fas216_handlesync()
585 msg[3] >= 1000 / info->ifcfg.clockrate) { in fas216_handlesync()
612 dev->period = info->ifcfg.asyncperiod / 4; in fas216_handlesync()
1609 if (info->ifcfg.capabilities & (FASCAP_DMA|FASCAP_PSEUDODMA)) in fas216_bus_reset()
1618 info->device[i].disconnect_ok = info->ifcfg.disconnect_ok; in fas216_bus_reset()
1620 info->device[i].period = info->ifcfg.asyncperiod / 4; in fas216_bus_reset()
1688 fas216_writeb(info, REG_STIM, info->ifcfg.select_timeout); in __fas216_start_command()
1812 1000 / info->ifcfg.clockrate, in fas216_start_command()
1813 info->ifcfg.sync_max_depth); in fas216_start_command()
1872 fas216_writeb(info, REG_STIM, info->ifcfg.select_timeout); in fas216_do_bus_device_reset()
2641 unsigned int clock = ((info->ifcfg.clockrate - 1) / 5 + 1) & 7; in fas216_init_chip()
2646 fas216_writeb(info, REG_STIM, info->ifcfg.select_timeout); in fas216_init_chip()
2852 info->scsi.cfg[2] = info->ifcfg.cntl3 | in fas216_init()
2854 info->scsi.async_stp = fas216_syncperiod(info, info->ifcfg.asyncperiod); in fas216_init()
2891 if (info->ifcfg.clockrate <= 10 || info->ifcfg.clockrate > 40) { in fas216_add()
2893 info->ifcfg.clockrate); in fas216_add()