• Home
  • Raw
  • Download

Lines Matching refs:period

1653 		if (tinfo->curr.period != tinfo->goal.period  in ahc_send_async()
1677 if (tinfo->curr.period == spi_period(starget) in ahc_send_async()
1684 spi_period(starget) = tinfo->curr.period; in ahc_send_async()
2372 static void ahc_linux_set_period(struct scsi_target *starget, int period) in ahc_linux_set_period() argument
2390 if (period < 9) in ahc_linux_set_period()
2391 period = 9; /* 12.5ns is our minimum */ in ahc_linux_set_period()
2392 if (period == 9) { in ahc_linux_set_period()
2397 period = 10; in ahc_linux_set_period()
2409 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_period()
2411 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_linux_set_period()
2427 unsigned int period = 0; in ahc_linux_set_offset() local
2434 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_offset()
2435 period = tinfo->goal.period; in ahc_linux_set_offset()
2439 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_linux_set_offset()
2456 unsigned int period = tinfo->goal.period; in ahc_linux_set_dt() local
2465 } else if (period == 9) in ahc_linux_set_dt()
2466 period = 10; /* if resetting DT, period must be >= 25ns */ in ahc_linux_set_dt()
2470 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,AHC_SYNCRATE_DT); in ahc_linux_set_dt()
2472 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset, in ahc_linux_set_dt()
2494 unsigned int period = tinfo->goal.period;
2503 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2505 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset,
2522 unsigned int period = tinfo->goal.period;
2531 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2533 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset,