Home
last modified time | relevance | path

Searched refs:tprint (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c2039 if (tp->tprint.period != spi_period(starget) ||
2040 tp->tprint.offset != spi_offset(starget) ||
2041 tp->tprint.width != spi_width(starget) ||
2042 tp->tprint.iu != spi_iu(starget) ||
2043 tp->tprint.dt != spi_dt(starget) ||
2044 tp->tprint.qas != spi_qas(starget) ||
2045 !tp->tprint.check_nego) {
2046 tp->tprint.period = spi_period(starget);
2047 tp->tprint.offset = spi_offset(starget);
2048 tp->tprint.width = spi_width(starget);
[all …]
Dsym_hipd.h412 struct sym_trans tprint; member