Searched refs:ata_tf_init (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/drivers/ata/ |
D | libata-pmp.c | 45 ata_tf_init(pmp_dev, &tf); in sata_pmp_read() 81 ata_tf_init(pmp_dev, &tf); in sata_pmp_write()
|
D | libata-core.c | 1217 ata_tf_init(dev, &tf); in ata_read_native_max_address() 1269 ata_tf_init(dev, &tf); in ata_set_max_sectors() 1757 ata_tf_init(dev, &tf); in ata_do_simple_cmd() 1876 ata_tf_init(dev, &tf); in ata_dev_read_id() 4417 ata_tf_init(dev, &tf); in ata_dev_set_xfermode() 4460 ata_tf_init(dev, &tf); in ata_dev_set_feature() 4498 ata_tf_init(dev, &tf); in ata_dev_init_params()
|
D | libata-eh.c | 1472 ata_tf_init(dev, &tf); in ata_read_log_page() 1560 ata_tf_init(dev, &tf); in atapi_eh_tur() 1607 ata_tf_init(dev, &tf); in atapi_eh_request_sense() 2969 ata_tf_init(dev, &tf); in ata_eh_park_issue_cmd() 3259 ata_tf_init(dev, &tf); in ata_eh_maybe_retry_flush()
|
D | libata-acpi.c | 588 ata_tf_init(dev, tf); in ata_acpi_gtf_to_tf()
|
D | libahci.c | 1263 ata_tf_init(link->device, &tf); in ahci_do_softreset() 1348 ata_tf_init(link->device, &tf); in ahci_hardreset()
|
D | ahci.c | 591 ata_tf_init(link->device, &tf); in ahci_p5wdh_hardreset()
|
D | sata_fsl.c | 864 ata_tf_init(link->device, &tf); in sata_fsl_softreset()
|
D | sata_sil24.c | 679 ata_tf_init(link->device, &tf); /* doesn't really matter */ in sil24_softreset()
|
/linux-2.6.39/include/linux/ |
D | libata.h | 1454 static inline void ata_tf_init(struct ata_device *dev, struct ata_taskfile *tf) in ata_tf_init() function 1481 ata_tf_init(qc->dev, &qc->tf); in ata_qc_reinit()
|