Searched refs:gtf_address (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | ide-acpi.c | 214 * @gtf_length: number of bytes of _GTF data returned at @gtf_address 215 * @gtf_address: buffer containing _GTF taskfile arrays 223 * The returned @gtf_length and @gtf_address are only valid if the 227 unsigned int *gtf_length, unsigned long *gtf_address, in do_drive_get_GTF() 236 *gtf_address = 0UL; in do_drive_get_GTF() 289 *gtf_address = (unsigned long)out_obj->buffer.pointer; in do_drive_get_GTF() 291 DEBPRINT("returning gtf_length=%d, gtf_address=0x%lx, obj_loc=0x%lx\n", in do_drive_get_GTF() 292 *gtf_length, *gtf_address, *obj_loc); in do_drive_get_GTF() 302 * @gtf_address: location of _GTF taskfile arrays 304 * Write {gtf_address, lengt 226 do_drive_get_GTF(ide_drive_t *drive, unsigned int *gtf_length, unsigned long *gtf_address, unsigned long *obj_loc) do_drive_get_GTF() argument 307 do_drive_set_taskfiles(ide_drive_t *drive, unsigned int gtf_length, unsigned long gtf_address) do_drive_set_taskfiles() argument 366 unsigned long gtf_address; ide_acpi_exec_tfs() local [all...] |
Completed in 2 milliseconds