Home
last modified time | relevance | path

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

/Linux-v4.19/sound/usb/6fire/
Dfirmware.c60 unsigned int txt_offset; /* current position in txt_data */ member
93 while (record->txt_offset < record->txt_length in usb6fire_fw_ihex_next_record()
94 && record->txt_data[record->txt_offset] != ':') in usb6fire_fw_ihex_next_record()
95 record->txt_offset++; in usb6fire_fw_ihex_next_record()
96 if (record->txt_offset == record->txt_length) in usb6fire_fw_ihex_next_record()
100 record->txt_offset++; in usb6fire_fw_ihex_next_record()
101 if (record->txt_offset + 8 > record->txt_length) { in usb6fire_fw_ihex_next_record()
107 record->txt_offset, &crc); in usb6fire_fw_ihex_next_record()
108 record->txt_offset += 2; in usb6fire_fw_ihex_next_record()
110 record->txt_offset, &crc) << 8; in usb6fire_fw_ihex_next_record()
[all …]