Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dlibata-sff.c44 .sff_tf_read = ata_sff_tf_read,
392 void ata_sff_tf_read(struct ata_port *ap, struct ata_taskfile *tf) in ata_sff_tf_read() function
418 EXPORT_SYMBOL_GPL(ata_sff_tf_read);
H A Dsata_nv.c772 ata_sff_tf_read(ap, tf); in nv_adma_tf_read()
/openbmc/linux/include/linux/
H A Dlibata.h1954 extern void ata_sff_tf_read(struct ata_port *ap, struct ata_taskfile *tf);
/openbmc/linux/Documentation/driver-api/
H A Dlibata.rst92 :c:func:`ata_sff_tf_load` and :c:func:`ata_sff_tf_read` for these hooks.