Searched refs:gtf_length (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-acpi.c203 * @gtf_length: number of bytes of _GTF data returned at @gtf_address
212 * The returned @gtf_length and @gtf_address are only valid if the
216 unsigned int *gtf_length, unsigned long *gtf_address,
224 *gtf_length = 0;
277 *gtf_length = out_obj->buffer.length;
280 DEBPRINT("returning gtf_length=%d, gtf_address=0x%lx, obj_loc=0x%lx\n",
281 *gtf_length, *gtf_address, *obj_loc);
290 * @gtf_length: total number of bytes of _GTF taskfiles
293 * Write {gtf_address, length gtf_length} in groups of
297 unsigned int gtf_length,
215 do_drive_get_GTF(ide_drive_t *drive, unsigned int *gtf_length, unsigned long *gtf_address, unsigned long *obj_loc) argument
296 do_drive_set_taskfiles(ide_drive_t *drive, unsigned int gtf_length, unsigned long gtf_address) argument
354 unsigned int gtf_length; local
[all...]

Completed in 56 milliseconds