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

/freebsd-11-stable/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.h91 ((SATA_FIS_REG_D2H_T*)(the_reg_fis))->lba_low
129 ((SATA_FIS_REG_H2D_T*)(the_reg_fis))->lba_low = (value)
185 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-11-stable/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.c176 switch (cmd->lba_low) {
336 cmd->lba_low, cmd->lba_mid, cmd->lba_high, cmd->device,
372 res->lba_low, res->lba_mid, res->lba_high, res->device,
555 ataio->cmd.lba_low = lba;
582 ataio->cmd.lba_low = lba;
603 ataio->cmd.lba_low = lba;
642 ataio->cmd.lba_low = val >> 8;
H A Data_pmp.c625 (ataio->res.lba_low << 8) +
670 (ataio->res.lba_low << 8) +
692 (ataio->res.lba_low << 8) +
742 (ataio->res.lba_low << 8) +
H A Data_xpt.c1217 (done_ccb->ataio.res.lba_low << 8) +
1229 (done_ccb->ataio.res.lba_low << 8) +
/freebsd-11-stable/sys/dev/ahci/
H A Dahciem.c405 if (ccb->ataio.cmd.lba_low == 0x02 &&
421 if (ccb->ataio.cmd.lba_low == 0x02 &&
452 if (ccb->ataio.cmd.lba_low == 0x02 &&
484 if (ccb->ataio.cmd.lba_low == 0x82 &&
515 if (ccb->ataio.cmd.lba_low == 0x02 &&
534 if (ccb->ataio.cmd.lba_low == 0x02 &&
H A Dahci.c1912 res->lba_low = fis[4];
1932 res->lba_low = sig >> 8;
2140 ataio->cmd.lba_low = 0x10;
2186 res->lba_low = data[4];
2513 fis[4] = ccb->ataio.cmd.lba_low;
/freebsd-11-stable/sys/dev/siis/
H A Dsiis.c1234 res->lba_low = ATA_INB(ch->r_mem, offs + 4);
1421 ataio->cmd.lba_low = 0x10;
1465 res->lba_low = data[4];
1715 fis[4] = ccb->ataio.cmd.lba_low;
/freebsd-11-stable/sys/dev/ata/
H A Data-all.c761 (uint64_t)ccb->ataio.cmd.lba_low;
921 res->lba_low = request->u.ata.lba;
/freebsd-11-stable/sys/dev/mvs/
H A Dmvs.c1156 res->lba_low = ATA_INB(ch->r_mem, ATA_SECTOR);
1174 ATA_OUTB(ch->r_mem, ATA_SECTOR, cmd->lba_low);
1458 crqb2e->cmd[4] = ccb->ataio.cmd.lba_low;
1506 crqb->cmd[i++] = ccb->ataio.cmd.lba_low;
1827 ataio->cmd.lba_low = 0x10;
1874 res->lba_low = data[4];
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_all.h1437 u_int8_t lba_low; member in struct:ata_pass_12
1997 u_int8_t lba_low; member in struct:ata_pass_16
H A Dscsi_all.c8482 cdb->lba_low = lba & 0xff;
8500 cdb->lba_low = lba & 0xff;
8585 ata_cmd->lba_low = lba;
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c4742 ccb->ataio.res.lba_low,
5589 (res->lba_low);

Completed in 376 milliseconds