Home | History | Annotate | Download | only in mga

Lines Matching defs:rec

59 	const struct ihex_binrec *rec;
93 for (rec = (const struct ihex_binrec *)fw->data;
94 rec;
95 rec = ihex_next_binrec(rec)) {
96 size += WARP_UCODE_SIZE(be16_to_cpu(rec->len));
117 for (rec = (const struct ihex_binrec *)fw->data;
118 rec;
119 rec = ihex_next_binrec(rec)) {
124 src_size = be16_to_cpu(rec->len);
126 memcpy(vcbase, rec->data, src_size);