Searched refs:gtf_address (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
208 * @gtf_address: buffer containing _GTF taskfile arrays
216 * The returned @gtf_length and @gtf_address are only valid if the
220 unsigned int *gtf_length, unsigned long *gtf_address,
232 *gtf_address = 0UL;
324 *gtf_address = (unsigned long)out_obj->buffer.pointer;
326 DEBPRINT("returning gtf_length=%d, gtf_address=0x%lx, obj_loc=0x%lx\n",
327 *gtf_length, *gtf_address, *obj_loc);
382 * @gtf_address: location of _GTF taskfile arrays
384 * Write {gtf_address, lengt
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
446 unsigned long gtf_address; 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
275 * @gtf_address: buffer containing _GTF taskfile arrays
285 * The returned @gtf_length and @gtf_address are only valid if the
289 unsigned long *gtf_address, unsigned long *obj_loc)
303 *gtf_address = 0UL;
437 *gtf_address = (unsigned long)out_obj->buffer.pointer;
441 "gtf_length=%d, gtf_address=0x%lx, obj_loc=0x%lx\n",
442 __FUNCTION__, *gtf_length, *gtf_address, *obj_loc);
510 * @gtf_address: location of _GTF taskfile arrays
514 * Write {gtf_address, lengt
288 do_drive_get_GTF(struct ata_device *dev, unsigned int *gtf_length, unsigned long *gtf_address, unsigned long *obj_loc) argument
517 do_drive_set_taskfiles(struct ata_device *dev, unsigned int gtf_length, unsigned long gtf_address) argument
571 unsigned long gtf_address; local
[all...]

Completed in 92 milliseconds