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

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dsati_read_capacity.c204 U32 lba_low = 0; local
213 &lba_low,
218 // SCSI wants the last LBA. Make the correction here. lba_low is
221 if ((lba_low == 0) && (lba_high == 0))
223 lba_low -= 1;
236 sati_set_data_byte(sequence, scsi_io, 0, (U8)((lba_low >> 24) & 0xFF));
237 sati_set_data_byte(sequence, scsi_io, 1, (U8)((lba_low >> 16) & 0xFF));
238 sati_set_data_byte(sequence, scsi_io, 2, (U8)((lba_low >> 8) & 0xFF));
239 sati_set_data_byte(sequence, scsi_io, 3, (U8)(lba_low & 0xFF));
262 U32 lba_low local
[all...]
H A Dsati_mode_sense_10.c160 U32 lba_low = 0; local
167 identify, &lba_low, &lba_high, &sector_size
175 sati_set_data_byte(sequence, scsi_io, offset+4, (U8)((lba_low>>24) & 0xFF));
176 sati_set_data_byte(sequence, scsi_io, offset+5, (U8)((lba_low>>16) & 0xFF));
177 sati_set_data_byte(sequence, scsi_io, offset+6, (U8)((lba_low>>8) & 0xFF));
178 sati_set_data_byte(sequence, scsi_io, offset+7, (U8)(lba_low & 0xFF));
H A Dintel_sata.h119 U32 lba_low :8; // word 1 member in struct:SATA_FIS_REG_H2D
148 U8 lba_low; // word 1 member in struct:SATA_FIS_REG_D2H
255 U32 lba_low :8; // word 1 member in struct:SATA_FIS_PIO_SETUP
H A Dsati_mode_sense.c357 U32 lba_low = 0; local
364 identify, &lba_high, &lba_low, &sector_size
368 sati_set_data_byte(sequence, scsi_io, offset, (U8)((lba_low>>24) & 0xFF));
369 sati_set_data_byte(sequence, scsi_io, offset+1, (U8)((lba_low>>16) & 0xFF));
370 sati_set_data_byte(sequence, scsi_io, offset+2, (U8)((lba_low>>8) & 0xFF));
371 sati_set_data_byte(sequence, scsi_io, offset+3, (U8)(lba_low & 0xFF));
H A Dsati_util.h89 ((SATA_FIS_REG_D2H_T*)(the_reg_fis))->lba_low
127 ((SATA_FIS_REG_H2D_T*)(the_reg_fis))->lba_low = (value)
192 U32 * lba_low,
H A Dsati_util.c297 * @param[out] lba_low This parameter specifies the lower 32 bits for the
308 U32 * lba_low,
325 *lba_low = identify->max_48bit_lba[3] << 24;
326 *lba_low |= identify->max_48bit_lba[2] << 16;
327 *lba_low |= identify->max_48bit_lba[1] << 8;
328 *lba_low |= identify->max_48bit_lba[0];
335 *lba_low = identify->total_num_sectors[3] << 24;
336 *lba_low |= identify->total_num_sectors[2] << 16;
337 *lba_low |= identify->total_num_sectors[1] << 8;
338 *lba_low |
305 sati_ata_identify_device_get_sector_info( ATA_IDENTIFY_DEVICE_DATA_T * identify, U32 * lba_high, U32 * lba_low, U32 * sector_size ) argument
[all...]
H A Dscic_sds_remote_device.c915 && (signature_fis->lba_low == 0x01)
/freebsd-10.0-release/sys/cam/ata/
H A Data_all.h53 u_int8_t lba_low; member in struct:ata_cmd
75 u_int8_t lba_low; member in struct:ata_res
H A Data_all.c114 switch (cmd->lba_low) {
189 cmd->lba_low, cmd->lba_mid, cmd->lba_high, cmd->device,
203 res->lba_low, res->lba_mid, res->lba_high, res->device,
383 ataio->cmd.lba_low = lba;
408 ataio->cmd.lba_low = lba;
429 ataio->cmd.lba_low = lba;
468 ataio->cmd.lba_low = val >> 8;
H A Data_pmp.c626 (ataio->res.lba_low << 8) +
671 (ataio->res.lba_low << 8) +
693 (ataio->res.lba_low << 8) +
743 (ataio->res.lba_low << 8) +
H A Data_xpt.c1138 (done_ccb->ataio.res.lba_low << 8) +
1150 (done_ccb->ataio.res.lba_low << 8) +
/freebsd-10.0-release/sys/dev/ahci/
H A Dahciem.c400 if (ccb->ataio.cmd.lba_low == 0x02 &&
415 if (ccb->ataio.cmd.lba_low == 0x02 &&
442 if (ccb->ataio.cmd.lba_low == 0x02 &&
462 if (ccb->ataio.cmd.lba_low == 0x82 &&
493 if (ccb->ataio.cmd.lba_low == 0x02 &&
H A Dahci.c2075 res->lba_low = fis[4];
2095 res->lba_low = sig >> 8;
2304 ataio->cmd.lba_low = 0x10;
2351 res->lba_low = data[4];
2684 fis[4] = ccb->ataio.cmd.lba_low;
/freebsd-10.0-release/sys/dev/siis/
H A Dsiis.c1235 res->lba_low = ATA_INB(ch->r_mem, offs + 4);
1422 ataio->cmd.lba_low = 0x10;
1466 res->lba_low = data[4];
1716 fis[4] = ccb->ataio.cmd.lba_low;
/freebsd-10.0-release/sys/dev/ata/
H A Data-all.c689 (uint64_t)ccb->ataio.cmd.lba_low;
850 res->lba_low = request->u.ata.lba;
/freebsd-10.0-release/sys/dev/mvs/
H A Dmvs.c1159 res->lba_low = ATA_INB(ch->r_mem, ATA_SECTOR);
1177 ATA_OUTB(ch->r_mem, ATA_SECTOR, cmd->lba_low);
1461 crqb2e->cmd[4] = ccb->ataio.cmd.lba_low;
1509 crqb->cmd[i++] = ccb->ataio.cmd.lba_low;
1830 ataio->cmd.lba_low = 0x10;
1877 res->lba_low = data[4];
/freebsd-10.0-release/sbin/camcontrol/
H A Dcamcontrol.c152 u_int8_t lba_low; member in struct:ata_res_pass16
1666 res->lba_low = res_pass16->lba_low;
1759 res->lba_low)) + 1;
1763 res->lba_low) + 1;
4147 ccb->ataio.res.lba_low,
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_all.h936 u_int8_t lba_low; member in struct:ata_pass_12
976 u_int8_t lba_low; member in struct:ata_pass_16
H A Dscsi_all.c6192 ata_cmd->lba_low = lba;

Completed in 182 milliseconds