Lines Matching defs:data
156 short *data = buf;
169 /* now read in the data */
171 data[c] = __raw_readw(GDROM_DATA_REG);
315 int fentry, lentry, track, data, err;
333 /* Find the first data track */
336 data = gd.toc->entry[track - 1];
337 if (get_entry_q_ctrl(data))
338 break; /* ie a real data track */
343 pr_info("No data on the last session of the CD\n");
349 ms_info->addr.lba = get_entry_lba(data);
446 if (bufstring) /* return addional sense data */