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