Home
last modified time | relevance | path

Searched refs:rtf (Results 1 – 3 of 3) sorted by relevance

/drivers/ata/
Dlibata-acpi.c651 struct ata_taskfile tf, ptf, rtf; in ata_acpi_run_tf() local
672 rtf = tf; in ata_acpi_run_tf()
673 err_mask = ata_exec_internal(dev, &rtf, NULL, in ata_acpi_run_tf()
692 rtf.status, rtf.error); in ata_acpi_run_tf()
702 err_mask, rtf.status, rtf.error); in ata_acpi_run_tf()
Dsata_inic162x.c573 struct ata_taskfile *rtf = &qc->result_tf; in inic_qc_fill_rtf() local
588 rtf->status = tf.status; in inic_qc_fill_rtf()
589 rtf->error = tf.error; in inic_qc_fill_rtf()
/drivers/media/dvb-frontends/
Dstv0299.c237 s8 rtf; in stv0299_get_symbolrate() local
242 stv0299_readregs (state, 0x1a, (u8 *)&rtf, 1); in stv0299_get_symbolrate()
248 offset = (s32) rtf * (srate / 4096L); in stv0299_get_symbolrate()