Searched refs:gtf_count (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.c392 int gtf_count = gtf_length / REGS_PER_GTF; local
403 if (!gtf_count) /* shouldn't be here */
406 DEBPRINT("total GTF bytes=%u (0x%x), gtf_count=%d, addr=0x%lx\n",
407 gtf_length, gtf_length, gtf_count, gtf_address);
416 for (ix = 0; ix < gtf_count; ix++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-acpi.c523 int gtf_count = gtf_length / REGS_PER_GTF; local
536 if (!gtf_count) /* shouldn't be here */
547 for (ix = 0; ix < gtf_count; ix++) {

Completed in 54 milliseconds