Searched refs:tf_load (Results 1 – 13 of 13) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | ata_piix.c | 195 .tf_load = ata_tf_load, 223 .tf_load = ata_tf_load,
|
D | sata_uli.c | 96 .tf_load = ata_tf_load,
|
D | sata_promise.c | 118 .tf_load = pdc_tf_load_mmio, 141 .tf_load = pdc_tf_load_mmio,
|
D | sata_sis.c | 107 .tf_load = ata_tf_load,
|
D | sata_via.c | 116 .tf_load = ata_tf_load,
|
D | sata_vsc.c | 243 .tf_load = vsc_sata_tf_load,
|
D | sata_sil.c | 156 .tf_load = ata_tf_load,
|
D | sata_svw.c | 312 .tf_load = k2_sata_tf_load,
|
D | sata_nv.c | 243 .tf_load = ata_tf_load,
|
D | sata_qstor.c | 153 .tf_load = ata_tf_load,
|
D | libata-core.c | 310 ap->ops->tf_load(ap, tf); in ata_tf_to_host() 3622 ap->ops->tf_load(ap, &qc->tf); /* load tf registers */ in ata_qc_issue_prot() 3648 ap->ops->tf_load(ap, &qc->tf); /* load tf registers */ in ata_qc_issue_prot()
|
D | sata_sx4.c | 201 .tf_load = pdc_tf_load_mmio,
|
/linux-2.4.37.9/include/linux/ |
D | libata.h | 367 void (*tf_load) (struct ata_port *ap, const struct ata_taskfile *tf); member
|