Lines Matching refs:period
868 u32 period; in mptspi_write_spi_device_pg1() local
909 period = (nego_parms & MPI_SCSIDEVPAGE1_RP_MIN_SYNC_PERIOD_MASK) >> in mptspi_write_spi_device_pg1()
911 if (period == 8) { in mptspi_write_spi_device_pg1()
965 static void mptspi_write_period(struct scsi_target *starget, int period) in mptspi_write_period() argument
970 if (period < 8) in mptspi_write_period()
971 period = 8; in mptspi_write_period()
973 if (period > 255) in mptspi_write_period()
974 period = 255; in mptspi_write_period()
979 if (period == 8) { in mptspi_write_period()
982 } else if (period == 9) { in mptspi_write_period()
986 spi_period(starget) = period; in mptspi_write_period()