Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ide/
Dide-acpi.c226 unsigned int *gtf_length, unsigned long *gtf_address, in do_drive_get_GTF() argument
234 *gtf_length = 0; in do_drive_get_GTF()
287 *gtf_length = out_obj->buffer.length; in do_drive_get_GTF()
291 *gtf_length, *gtf_address, *obj_loc); in do_drive_get_GTF()
307 unsigned int gtf_length, in do_drive_set_taskfiles() argument
311 int gtf_count = gtf_length / REGS_PER_GTF; in do_drive_set_taskfiles()
315 gtf_length, gtf_length, gtf_count, gtf_address); in do_drive_set_taskfiles()
364 unsigned int gtf_length; in ide_acpi_exec_tfs() local
370 ret = do_drive_get_GTF(drive, &gtf_length, &gtf_address, &obj_loc); in ide_acpi_exec_tfs()
378 ret = do_drive_set_taskfiles(drive, gtf_length, gtf_address); in ide_acpi_exec_tfs()