Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_dwc.c218 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() local
748 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 …]
H A Dsata_dwc.h61 struct ata_taskfile tf; member
/rk3399_rockchip-uboot/include/
H A Dlibata.h616 static inline int is_multi_taskfile(struct ata_taskfile *tf) in is_multi_taskfile() argument
618 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()
/rk3399_rockchip-uboot/board/hisilicon/hikey/
H A Dbuild-tf.mak15 @echo "make -f build-tf.mak build"