Lines Matching defs:tinfo
94 ahc_format_transinfo(struct seq_file *m, struct ahc_transinfo *tinfo)
102 if (tinfo->offset != 0) {
103 freq = ahc_calc_syncsrate(tinfo->period);
106 speed *= (0x01 << tinfo->width);
116 (tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0
117 ? " DT" : "", tinfo->offset);
120 if (tinfo->width > 0) {
126 seq_printf(m, "%dbit)", 8 * (0x01 << tinfo->width));
139 struct ahc_initiator_tinfo *tinfo;
143 tinfo = ahc_fetch_transinfo(ahc, channel, our_id,
149 ahc_format_transinfo(m, &tinfo->user);
155 ahc_format_transinfo(m, &tinfo->goal);
157 ahc_format_transinfo(m, &tinfo->curr);