Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dccid-card-passthru.c157 int historical_length, opt_bytes; in check_atr() local
164 historical_length = data[1] & 0xf; in check_atr()
173 while (td && td_count < 2 && opt_bytes + historical_length + 2 < len) { in check_atr()
189 if (len < 2 + historical_length + opt_bytes) { in check_atr()
192 len, historical_length, data[1]); in check_atr()
195 if (len > 2 + historical_length + opt_bytes) { in check_atr()
198 len, historical_length, opt_bytes, data[1]); in check_atr()
203 len, historical_length, opt_bytes); in check_atr()