Searched refs:tprint (Results 1 – 2 of 2) sorted by relevance
2052 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 …]
425 struct sym_trans tprint; member