Searched refs:hob_lbam (Results 1 - 20 of 20) sorted by relevance

/drivers/ata/
H A Dsata_promise.h146 buf[i++] = tf->hob_lbam;
H A Dsata_svw.c163 writew(tf->lbam | (((u16)tf->hob_lbam) << 8),
205 tf->hob_lbam = lbam >> 8;
H A Dsata_vsc.c181 writew(tf->lbam | (((u16)tf->hob_lbam) << 8),
223 tf->hob_lbam = lbam >> 8;
H A Dpata_ns87415.c281 tf->hob_lbam = ioread8(ioaddr->lbam_addr);
H A Dpata_samsung_cf.c171 ata_outb(ap->host, tf->hob_lbam, ioaddr->lbam_addr);
208 tf->hob_lbam = ata_inb(ap->host, ioaddr->lbam_addr);
H A Dpata_via.c415 iowrite8(tf->hob_lbam, ioaddr->lbam_addr);
421 tf->hob_lbam,
H A Dpata_octeon_cf.c371 tf->hob_lbam = blob & 0xff;
437 __raw_writew(tf->hob_lbam | tf->hob_lbah << 8, base + 4);
442 tf->hob_lbam,
H A Dpata_scc.c293 out_be32(ioaddr->lbam_addr, tf->hob_lbam);
299 tf->hob_lbam,
362 tf->hob_lbam = in_be32(ioaddr->lbam_addr);
H A Dsata_inic162x.c198 u8 hob_lbam; /* ATA Ex. Cylinder Low */ member in struct:inic_cpb
501 cpb->hob_lbam = qc->tf.hob_lbam;
H A Dpata_bf54x.c687 write_atapi_register(base, ATA_REG_LBAM, tf->hob_lbam);
694 tf->hob_lbam,
757 tf->hob_lbam = read_atapi_register(base, ATA_REG_LBAM);
H A Dlibata-core.c560 fis[9] = tf->hob_lbam;
597 tf->hob_lbam = fis[9];
697 block |= (u64)tf->hob_lbam << 32;
769 tf->hob_lbam = (block >> 32) & 0xff;
794 tf->hob_lbam = (block >> 32) & 0xff;
1177 sectors |= ((u64)(tf->hob_lbam & 0xff)) << 32;
1278 tf.hob_lbam = (new_sectors >> 32) & 0xff;
H A Dpdc_adma.c350 buf[i++] = qc->tf.hob_lbam;
H A Dlibata-eh.c1536 tf->hob_lbam = buf[9];
2473 cmd->hob_lbal, cmd->hob_lbam, cmd->hob_lbah,
2478 res->hob_lbal, res->hob_lbam, res->hob_lbah,
H A Dlibata-scsi.c993 desc[8] = tf->hob_lbam;
1560 tf->hob_lbam = (block >> 32) & 0xff;
2870 tf->hob_lbam = cdb[9];
H A Dlibata-sff.c430 iowrite8(tf->hob_lbam, ioaddr->lbam_addr);
436 tf->hob_lbam,
494 tf->hob_lbam = ioread8(ioaddr->lbam_addr);
H A Dsata_dwc_460ex.c384 "hob_lbal: 0x%x hob_lbam: 0x%x hob_lbah: 0x%x\n",
385 tf->hob_feature, tf->hob_nsect, tf->hob_lbal, tf->hob_lbam,
H A Dsata_mv.c2082 mv_crqb_pack_cmd(cw++, tf->hob_lbam, ATA_REG_LBAM, 0);
2150 (tf->hob_lbam << 8) |
H A Dsata_nv.c813 cpb[idx++] = cpu_to_le16((ATA_REG_LBAM << 8) | tf->hob_lbam);
/drivers/scsi/
H A Dipr.h512 u8 hob_lbam; member in struct:ipr_ioarcb_ata_regs
623 u8 hob_lbam; member in struct:ipr_ioasa_gata
H A Dipr.c6044 regs->hob_lbam = tf->hob_lbam;
6279 tf->hob_lbam = g->hob_lbam;

Completed in 283 milliseconds