Searched refs:hob_feature (Results 1 - 19 of 19) sorted by relevance

/drivers/ata/
H A Dsata_promise.h134 buf[i++] = tf->hob_feature;
H A Dsata_svw.c157 writew(tf->feature | (((u16)tf->hob_feature) << 8),
202 tf->hob_feature = feature >> 8;
H A Dsata_vsc.c175 writew(tf->feature | (((u16)tf->hob_feature) << 8),
220 tf->hob_feature = feature >> 8;
H A Dpata_ns87415.c278 tf->hob_feature = ioread8(ioaddr->error_addr);
H A Dpata_samsung_cf.c168 ata_outb(ap->host, tf->hob_feature, ioaddr->feature_addr);
205 tf->hob_feature = ata_inb(ap->host, ioaddr->error_addr);
H A Dpata_via.c412 iowrite8(tf->hob_feature, ioaddr->feature_addr);
418 tf->hob_feature,
H A Dpata_octeon_cf.c364 tf->hob_feature = blob >> 8;
435 __raw_writew(tf->hob_feature << 8, base + 0xc);
439 tf->hob_feature,
H A Dpata_scc.c290 out_be32(ioaddr->feature_addr, tf->hob_feature);
296 tf->hob_feature,
359 tf->hob_feature = in_be32(ioaddr->error_addr);
H A Dsata_inic162x.c190 u8 hob_feature; /* ATA Ex. Feature */ member in struct:inic_cpb
498 cpb->hob_feature = qc->tf.hob_feature;
H A Dpata_bf54x.c683 tf->hob_feature);
691 tf->hob_feature,
754 tf->hob_feature = read_atapi_register(base, ATA_REG_ERR);
H A Dlibata-sff.c427 iowrite8(tf->hob_feature, ioaddr->feature_addr);
433 tf->hob_feature,
491 tf->hob_feature = ioread8(ioaddr->error_addr);
H A Dlibata-eh.c2472 cmd->hob_feature, cmd->hob_nsect,
2477 res->hob_feature, res->hob_nsect,
H A Dlibata-scsi.c2867 tf->hob_feature = cdb[3];
3064 tf->hob_feature = 0;
H A Dsata_dwc_460ex.c383 dev_vdbg(host_pvt.dwc_dev, "hob_feature: 0x%02x hob_nsect: 0x%x "
385 tf->hob_feature, tf->hob_nsect, tf->hob_lbal, tf->hob_lbam,
H A Dlibata-core.c562 fis[11] = tf->hob_feature;
765 tf->hob_feature = (n_block >> 8) & 0xff;
H A Dsata_mv.c2050 * hob_feature for [RW] DMA commands, but they are needed for
2064 mv_crqb_pack_cmd(cw++, tf->hob_feature, ATA_REG_FEATURE, 0);
2152 (tf->hob_feature << 24)
H A Dsata_nv.c810 cpb[idx++] = cpu_to_le16((ATA_REG_ERR << 8) | tf->hob_feature | WNB);
/drivers/scsi/
H A Dipr.h509 u8 hob_feature; member in struct:ipr_ioarcb_ata_regs
H A Dipr.c6041 regs->hob_feature = tf->hob_feature;

Completed in 476 milliseconds