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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-acpi.c207 * @gtf_length: number of bytes of _GTF data returned at @gtf_address
216 * The returned @gtf_length and @gtf_address are only valid if the
220 unsigned int *gtf_length, unsigned long *gtf_address,
231 *gtf_length = 0;
323 *gtf_length = out_obj->buffer.length;
326 DEBPRINT("returning gtf_length=%d, gtf_address=0x%lx, obj_loc=0x%lx\n",
327 *gtf_length, *gtf_address, *obj_loc);
381 * @gtf_length: total number of bytes of _GTF taskfiles
384 * Write {gtf_address, length gtf_length} in groups of
388 unsigned int gtf_length,
219 do_drive_get_GTF(ide_drive_t *drive, unsigned int *gtf_length, unsigned long *gtf_address, unsigned long *obj_loc) argument
387 do_drive_set_taskfiles(ide_drive_t *drive, unsigned int gtf_length, unsigned long gtf_address) argument
445 unsigned int gtf_length; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-acpi.c274 * @gtf_length: number of bytes of _GTF data returned at @gtf_address
285 * The returned @gtf_length and @gtf_address are only valid if the
288 static int do_drive_get_GTF(struct ata_device *dev, unsigned int *gtf_length, argument
302 *gtf_length = 0;
436 *gtf_length = out_obj->buffer.length;
441 "gtf_length=%d, gtf_address=0x%lx, obj_loc=0x%lx\n",
442 __FUNCTION__, *gtf_length, *gtf_address, *obj_loc);
509 * @gtf_length: total number of bytes of _GTF taskfiles
514 * Write {gtf_address, length gtf_length} in groups of
518 unsigned int gtf_length,
517 do_drive_set_taskfiles(struct ata_device *dev, unsigned int gtf_length, unsigned long gtf_address) argument
570 unsigned int gtf_length; local
[all...]

Completed in 53 milliseconds