Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c2052 if (tp->tprint.period != spi_period(starget) ||
2053 tp->tprint.offset != spi_offset(starget) ||
2054 tp->tprint.width != spi_width(starget) ||
2055 tp->tprint.iu != spi_iu(starget) ||
2056 tp->tprint.dt != spi_dt(starget) ||
2057 tp->tprint.qas != spi_qas(starget) ||
2058 !tp->tprint.check_nego) {
2059 tp->tprint.period = spi_period(starget);
2060 tp->tprint.offset = spi_offset(starget);
2061 tp->tprint.width = spi_width(starget);
[all …]
Dsym_hipd.h425 struct sym_trans tprint; member