Searched refs:hob_feature (Results 1 – 6 of 6) sorted by relevance
134 buf[i++] = tf->hob_feature; in pdc_prep_lba48()
132 writew(tf->feature | (((u16)tf->hob_feature) << 8), ioaddr->feature_addr); in vsc_sata_tf_load()172 tf->hob_feature = feature >> 8; in vsc_sata_tf_read()
118 writew(tf->feature | (((u16)tf->hob_feature) << 8), ioaddr->feature_addr); in k2_sata_tf_load()158 tf->hob_feature = feature >> 8; in k2_sata_tf_read()
110 outb(tf->hob_feature, ioaddr->feature_addr); in ata_tf_load_pio()116 tf->hob_feature, in ata_tf_load_pio()168 writeb(tf->hob_feature, (void __iomem *) ioaddr->feature_addr); in ata_tf_load_mmio()174 tf->hob_feature, in ata_tf_load_mmio()340 tf->hob_feature = inb(ioaddr->error_addr); in ata_tf_read_pio()374 tf->hob_feature = readb((void __iomem *)ioaddr->error_addr); in ata_tf_read_mmio()514 fis[11] = tf->hob_feature; in ata_tf_to_fis()
2220 tf->hob_feature = scsicmd[3]; in ata_scsi_pass_thru()
227 u8 hob_feature; /* additional data */ member