Searched refs:hob_lbal (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.h142 buf[i++] = tf->hob_lbal;
H A Dsata_svw.c161 writew(tf->lbal | (((u16)tf->hob_lbal) << 8),
204 tf->hob_lbal = lbal >> 8;
H A Dsata_vsc.c179 writew(tf->lbal | (((u16)tf->hob_lbal) << 8),
222 tf->hob_lbal = lbal >> 8;
H A Dpata_ns87415.c253 tf->hob_lbal = ioread8(ioaddr->lbal_addr);
H A Dpata_samsung_cf.c170 ata_outb(ap->host, tf->hob_lbal, ioaddr->lbal_addr);
207 tf->hob_lbal = ata_inb(ap->host, ioaddr->lbal_addr);
H A Dpata_via.c382 iowrite8(tf->hob_lbal, ioaddr->lbal_addr);
388 tf->hob_lbal,
H A Dpata_octeon_cf.c368 tf->hob_lbal = blob >> 8;
436 __raw_writew(tf->hob_nsect | tf->hob_lbal << 8, base + 2);
441 tf->hob_lbal,
H A Dpata_scc.c291 out_be32(ioaddr->lbal_addr, tf->hob_lbal);
297 tf->hob_lbal,
360 tf->hob_lbal = in_be32(ioaddr->lbal_addr);
H A Dsata_inic162x.c196 u8 hob_lbal; /* ATA Ex. Sector Number */ member in struct:inic_cpb
501 cpb->hob_lbal = qc->tf.hob_lbal;
H A Dpata_bf54x.c696 write_atapi_register(base, ATA_REG_LBAL, tf->hob_lbal);
703 tf->hob_lbal,
766 tf->hob_lbal = read_atapi_register(base, ATA_REG_LBAL);
H A Dlibata-core.c562 fis[8] = tf->hob_lbal;
599 tf->hob_lbal = fis[8];
701 block |= (u64)tf->hob_lbal << 24;
773 tf->hob_lbal = (block >> 24) & 0xff;
798 tf->hob_lbal = (block >> 24) & 0xff;
1356 sectors |= ((u64)(tf->hob_lbal & 0xff)) << 24;
1454 tf.hob_lbal = (new_sectors >> 24) & 0xff;
H A Dpdc_adma.c350 buf[i++] = qc->tf.hob_lbal;
H A Dlibata-eh.c1447 tf->hob_lbal = buf[8];
2385 cmd->hob_lbal, cmd->hob_lbam, cmd->hob_lbah,
2390 res->hob_lbal, res->hob_lbam, res->hob_lbah,
H A Dlibata-scsi.c1007 desc[6] = tf->hob_lbal;
1544 tf->hob_lbal = (block >> 24) & 0xff;
2822 tf->hob_lbal = cdb[7];
H A Dlibata-sff.c428 iowrite8(tf->hob_lbal, ioaddr->lbal_addr);
434 tf->hob_lbal,
492 tf->hob_lbal = ioread8(ioaddr->lbal_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.c2037 mv_crqb_pack_cmd(cw++, tf->hob_lbal, ATA_REG_LBAL, 0);
2106 (tf->hob_lbal << 0) |
H A Dsata_nv.c757 cpb[idx++] = cpu_to_le16((ATA_REG_LBAL << 8) | tf->hob_lbal);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Data.h483 u8 hob_lbal; 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.h497 u8 hob_lbal; member in struct:ipr_ioarcb_ata_regs
608 u8 hob_lbal; member in struct:ipr_ioasa_gata
H A Dipr.c5905 regs->hob_lbal = tf->hob_lbal;
6142 tf->hob_lbal = g->hob_lbal;

Completed in 249 milliseconds