Searched refs:tf (Results 1 – 4 of 4) sorted by relevance
218 struct ata_taskfile *tf, const u8 *cdb,231 const struct ata_taskfile *tf);233 const struct ata_taskfile *tf);241 const struct ata_taskfile *tf);250 static void ata_tf_read(struct ata_port *ap, struct ata_taskfile *tf);731 struct ata_taskfile tf; in ata_dev_read_id() local748 memset(&tf, 0, sizeof(tf)); in ata_dev_read_id()751 tf.ctl = ap->ctl; in ata_dev_read_id()752 tf.device = ATA_DEVICE_OBS; in ata_dev_read_id()753 tf.command = ATA_CMD_ID_ATA; in ata_dev_read_id()[all …]
61 struct ata_taskfile tf; member
616 static inline int is_multi_taskfile(struct ata_taskfile *tf) in is_multi_taskfile() argument618 return (tf->command == ATA_CMD_READ_MULTI) || in is_multi_taskfile()619 (tf->command == ATA_CMD_WRITE_MULTI) || in is_multi_taskfile()620 (tf->command == ATA_CMD_READ_MULTI_EXT) || in is_multi_taskfile()621 (tf->command == ATA_CMD_WRITE_MULTI_EXT) || in is_multi_taskfile()622 (tf->command == ATA_CMD_WRITE_MULTI_FUA_EXT); in is_multi_taskfile()
15 @echo "make -f build-tf.mak build"