Home
last modified time | relevance | path

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

/linux-6.12.1/sound/usb/6fire/
Dfirmware.c56 unsigned int txt_offset; /* current position in txt_data */ member
89 while (record->txt_offset < record->txt_length in usb6fire_fw_ihex_next_record()
90 && record->txt_data[record->txt_offset] != ':') in usb6fire_fw_ihex_next_record()
91 record->txt_offset++; in usb6fire_fw_ihex_next_record()
92 if (record->txt_offset == record->txt_length) in usb6fire_fw_ihex_next_record()
96 record->txt_offset++; in usb6fire_fw_ihex_next_record()
97 if (record->txt_offset + 8 > record->txt_length) { in usb6fire_fw_ihex_next_record()
103 record->txt_offset, &crc); in usb6fire_fw_ihex_next_record()
104 record->txt_offset += 2; in usb6fire_fw_ihex_next_record()
106 record->txt_offset, &crc) << 8; in usb6fire_fw_ihex_next_record()
[all …]