Searched refs:ata_tf_load (Results 1 – 11 of 11) 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_sis.c | 107 .tf_load = ata_tf_load,
|
D | sata_via.c | 116 .tf_load = ata_tf_load,
|
D | sata_sil.c | 156 .tf_load = ata_tf_load,
|
D | sata_nv.c | 243 .tf_load = ata_tf_load,
|
D | sata_promise.c | 555 ata_tf_load(ap, tf); in pdc_tf_load_mmio()
|
D | sata_qstor.c | 153 .tf_load = ata_tf_load,
|
D | sata_sx4.c | 905 ata_tf_load(ap, tf); in pdc_tf_load_mmio()
|
D | libata-core.c | 225 void ata_tf_load(struct ata_port *ap, const struct ata_taskfile *tf) in ata_tf_load() function 4925 EXPORT_SYMBOL_GPL(ata_tf_load);
|
/linux-2.4.37.9/include/linux/ |
D | libata.h | 452 extern void ata_tf_load(struct ata_port *ap, const struct ata_taskfile *tf);
|