Searched refs:gtf_count (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/ide/ |
H A D | ide-acpi.c | 311 int gtf_count = gtf_length / REGS_PER_GTF; do_drive_set_taskfiles() local 314 DEBPRINT("total GTF bytes=%u (0x%x), gtf_count=%d, addr=0x%lx\n", do_drive_set_taskfiles() 315 gtf_length, gtf_length, gtf_count, gtf_address); do_drive_set_taskfiles() 318 for (ix = 0; ix < gtf_count; ix++) { do_drive_set_taskfiles()
|
/linux-4.1.27/drivers/ata/ |
H A D | libata-acpi.c | 467 ata_dev_dbg(dev, "%s: returning gtf=%p, gtf_count=%d\n", ata_dev_get_GTF() 728 int gtf_count, i, rc; ata_acpi_exec_tfs() local 734 gtf_count = rc; ata_acpi_exec_tfs() 737 for (i = 0; i < gtf_count; i++, gtf++) { ata_acpi_exec_tfs()
|
Completed in 97 milliseconds