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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c254 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.c383 iowrite8(tf->hob_lbam, ioaddr->lbam_addr);
389 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.c292 out_be32(ioaddr->lbam_addr, tf->hob_lbam);
298 tf->hob_lbam,
361 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
502 cpb->hob_lbam = qc->tf.hob_lbam;
H A Dpata_bf54x.c697 write_atapi_register(base, ATA_REG_LBAM, tf->hob_lbam);
704 tf->hob_lbam,
767 tf->hob_lbam = read_atapi_register(base, ATA_REG_LBAM);
H A Dlibata-core.c563 fis[9] = tf->hob_lbam;
600 tf->hob_lbam = fis[9];
700 block |= (u64)tf->hob_lbam << 32;
772 tf->hob_lbam = (block >> 32) & 0xff;
797 tf->hob_lbam = (block >> 32) & 0xff;
1355 sectors |= ((u64)(tf->hob_lbam & 0xff)) << 32;
1455 tf.hob_lbam = (new_sectors >> 32) & 0xff;
H A Dpdc_adma.c352 buf[i++] = qc->tf.hob_lbam;
H A Dlibata-eh.c1448 tf->hob_lbam = buf[9];
2385 cmd->hob_lbal, cmd->hob_lbam, cmd->hob_lbah,
2390 res->hob_lbal, res->hob_lbam, res->hob_lbah,
H A Dlibata-scsi.c1008 desc[8] = tf->hob_lbam;
1543 tf->hob_lbam = (block >> 32) & 0xff;
2823 tf->hob_lbam = cdb[9];
H A Dlibata-sff.c429 iowrite8(tf->hob_lbam, ioaddr->lbam_addr);
435 tf->hob_lbam,
493 tf->hob_lbam = ioread8(ioaddr->lbam_addr);
H A Dsata_dwc_460ex.c345 "hob_lbal: 0x%x hob_lbam: 0x%x hob_lbah: 0x%x\n",
346 tf->hob_feature, tf->hob_nsect, tf->hob_lbal, tf->hob_lbam,
H A Dsata_mv.c2039 mv_crqb_pack_cmd(cw++, tf->hob_lbam, ATA_REG_LBAM, 0);
2107 (tf->hob_lbam << 8) |
H A Dsata_nv.c758 cpb[idx++] = cpu_to_le16((ATA_REG_LBAM << 8) | tf->hob_lbam);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Data.h484 u8 hob_lbam; member in struct:ata_taskfile
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dipr.h498 u8 hob_lbam; member in struct:ipr_ioarcb_ata_regs
609 u8 hob_lbam; member in struct:ipr_ioasa_gata
H A Dipr.c5906 regs->hob_lbam = tf->hob_lbam;
6143 tf->hob_lbam = g->hob_lbam;

Completed in 216 milliseconds