Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-acpi.c227 unsigned int *gtf_length, unsigned long *gtf_address, in do_drive_get_GTF() argument
235 *gtf_length = 0; in do_drive_get_GTF()
288 *gtf_length = out_obj->buffer.length; in do_drive_get_GTF()
292 *gtf_length, *gtf_address, *obj_loc); in do_drive_get_GTF()
308 unsigned int gtf_length, in do_drive_set_taskfiles() argument
312 int gtf_count = gtf_length / REGS_PER_GTF; in do_drive_set_taskfiles()
316 gtf_length, gtf_length, gtf_count, gtf_address); in do_drive_set_taskfiles()
365 unsigned int gtf_length; in ide_acpi_exec_tfs() local
371 ret = do_drive_get_GTF(drive, &gtf_length, &gtf_address, &obj_loc); in ide_acpi_exec_tfs()
379 ret = do_drive_set_taskfiles(drive, gtf_length, gtf_address); in ide_acpi_exec_tfs()