Searched refs:get_period (Results 1 – 4 of 4) sorted by relevance
2227 unsigned char get_period = data->msginbuf[3]; in nsp32_analyze_sdtr() local2279 if (get_period < data->synct[0].period_num) { in nsp32_analyze_sdtr()2287 entry = nsp32_search_period_entry(data, target, get_period); in nsp32_analyze_sdtr()2314 if (get_period < data->synct[0].period_num) { in nsp32_analyze_sdtr()2315 get_period = data->synct[0].period_num; in nsp32_analyze_sdtr()2318 entry = nsp32_search_period_entry(data, target, get_period); in nsp32_analyze_sdtr()2325 nsp32_build_sdtr(SCpnt, get_period, get_offset); in nsp32_analyze_sdtr()2329 target->period = get_period; in nsp32_analyze_sdtr()
490 if (i->f->get_period) in show_spi_transport_period()491 i->f->get_period(starget); in show_spi_transport_period()772 if (i->f->get_period) in spi_dv_retrain()773 i->f->get_period(sdev->sdev_target); in spi_dv_retrain()
95 void (*get_period)(struct scsi_target *); member
1204 .get_period = mptspi_read_parameters,