Lines Matching defs:sfc
32 unsigned int sfc;
38 for (sfc = 0; sfc < CIP_SFC_COUNT; sfc++) {
39 if (amdtp_rate_table[sfc] == rate) {
59 buf[5] = 0x07 & sfc; /* FDF-hi. AM824, frequency */
88 unsigned int sfc;
124 /* check sfc field and pick up rate */
125 sfc = 0x07 & buf[5];
126 if (sfc >= CIP_SFC_COUNT) {
131 *rate = amdtp_rate_table[sfc];