/freebsd/sys/dev/isci/scil/ |
H A D | sati_read_capacity.c | 205 U32 lba_high = 0; in sati_read_capacity_10_translate_data() local 212 &lba_high, in sati_read_capacity_10_translate_data() 221 if ((lba_low == 0) && (lba_high == 0)) in sati_read_capacity_10_translate_data() 222 lba_high -= 1; in sati_read_capacity_10_translate_data() 225 if(lba_high != 0) in sati_read_capacity_10_translate_data() 263 U32 lba_high = 0; in sati_read_capacity_16_translate_data() local 280 &lba_high, in sati_read_capacity_16_translate_data() 289 if ((lba_low == 0) && (lba_high == 0)) in sati_read_capacity_16_translate_data() 290 lba_high -= 1; in sati_read_capacity_16_translate_data() 295 sati_set_data_byte(sequence, scsi_io, 0, (U8)((lba_high >> 24) & 0xFF)); in sati_read_capacity_16_translate_data() [all …]
|
H A D | sati_mode_sense_10.c | 161 U32 lba_high = 0; in sati_mode_sense_10_build_llba_block_descriptor() local 167 identify, &lba_low, &lba_high, §or_size in sati_mode_sense_10_build_llba_block_descriptor() 171 sati_set_data_byte(sequence, scsi_io, offset, (U8)((lba_high>>24) & 0xFF)); in sati_mode_sense_10_build_llba_block_descriptor() 172 sati_set_data_byte(sequence, scsi_io, offset+1, (U8)((lba_high>>16) & 0xFF)); in sati_mode_sense_10_build_llba_block_descriptor() 173 sati_set_data_byte(sequence, scsi_io, offset+2, (U8)((lba_high>>8) & 0xFF)); in sati_mode_sense_10_build_llba_block_descriptor() 174 sati_set_data_byte(sequence, scsi_io, offset+3, (U8)(lba_high & 0xFF)); in sati_mode_sense_10_build_llba_block_descriptor()
|
H A D | intel_sata.h | 121 U32 lba_high :8; member 150 U8 lba_high; member 257 U32 lba_high :8; member
|
H A D | sati_util.h | 95 ((SATA_FIS_REG_D2H_T*)(the_reg_fis))->lba_high 133 ((SATA_FIS_REG_H2D_T*)(the_reg_fis))->lba_high = (value) 184 U32 * lba_high,
|
H A D | sati_util.c | 307 U32 * lba_high, in sati_ata_identify_device_get_sector_info() argument 320 *lba_high = identify->max_48bit_lba[7] << 24; in sati_ata_identify_device_get_sector_info() 321 *lba_high |= identify->max_48bit_lba[6] << 16; in sati_ata_identify_device_get_sector_info() 322 *lba_high |= identify->max_48bit_lba[5] << 8; in sati_ata_identify_device_get_sector_info() 323 *lba_high |= identify->max_48bit_lba[4]; in sati_ata_identify_device_get_sector_info() 334 *lba_high = 0; in sati_ata_identify_device_get_sector_info()
|
H A D | sati_mode_sense.c | 358 U32 lba_high = 0; in sati_mode_sense_build_std_block_descriptor() local 364 identify, &lba_high, &lba_low, §or_size in sati_mode_sense_build_std_block_descriptor()
|
H A D | scic_sds_remote_device.c | 917 && (signature_fis->lba_high == 0xEB) in scic_sds_remote_device_is_atapi()
|
/freebsd/sys/cam/ata/ |
H A D | ata_all.c | 335 cmd->lba_low, cmd->lba_mid, cmd->lba_high, cmd->device, in ata_cmd_sbuf() 371 res->lba_low, res->lba_mid, res->lba_high, res->device, in ata_res_sbuf() 637 ataio->cmd.lba_high = lba >> 16; in ata_28bit_cmd() 664 ataio->cmd.lba_high = lba >> 16; in ata_48bit_cmd() 685 ataio->cmd.lba_high = lba >> 16; in ata_ncq_cmd() 724 ataio->cmd.lba_high = val >> 24; in ata_pm_write_cmd()
|
H A D | ata_all.h | 55 uint8_t lba_high; member 77 uint8_t lba_high; member
|
H A D | ata_pmp.c | 622 softc->pm_ports = (ataio->res.lba_high << 24) + in pmpdone() 667 softc->caps = (ataio->res.lba_high << 24) + in pmpdone() 689 res = (ataio->res.lba_high << 24) + in pmpdone() 739 res = (ataio->res.lba_high << 24) + in pmpdone()
|
H A D | ata_xpt.c | 843 int sign = (done_ccb->ataio.res.lba_high << 8) + in aprobedone() 1193 softc->pm_pid = (done_ccb->ataio.res.lba_high << 24) + in aprobedone() 1205 softc->pm_prv = (done_ccb->ataio.res.lba_high << 24) + in aprobedone()
|
/freebsd/sys/dev/ata/ |
H A D | ata-all.c | 760 request->u.ata.lba |= ((uint64_t)ccb->ataio.cmd.lba_high << 16) | in ata_cam_begin_transaction() 924 res->lba_high = request->u.ata.lba >> 16; in ata_cam_end_transaction() 1006 res->lba_high = 0; in ataaction() 1009 res->lba_high = 0xeb; in ataaction()
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | fsl_sata.c | 1198 res->lba_high = fis[6]; in fsl_sata_end_transaction() 1209 res->lba_high = sig >> 24; in fsl_sata_end_transaction() 1465 res->lba_high = data[6]; in fsl_sata_process_read_log() 1672 fis[6] = ccb->ataio.cmd.lba_high; in fsl_sata_setup_fis()
|
/freebsd/sys/dev/mvs/ |
H A D | mvs.c | 1152 res->lba_high = ATA_INB(ch->r_mem, ATA_CYL_MSB); in mvs_tfd_read() 1172 ATA_OUTB(ch->r_mem, ATA_CYL_MSB, cmd->lba_high); in mvs_tfd_write() 1451 crqb2e->cmd[6] = ccb->ataio.cmd.lba_high; in mvs_execute_transaction() 1506 crqb->cmd[i++] = ccb->ataio.cmd.lba_high; in mvs_execute_transaction() 1870 res->lba_high = data[6]; in mvs_process_read_log()
|
/freebsd/sys/dev/siis/ |
H A D | siis.c | 1234 res->lba_high = ATA_INB(ch->r_mem, offs + 6); in siis_end_transaction() 1466 res->lba_high = data[6]; in siis_process_read_log() 1716 fis[6] = ccb->ataio.cmd.lba_high; in siis_setup_fis()
|
/freebsd/sys/dev/ahci/ |
H A D | ahci.c | 1973 res->lba_high = fis[6]; in ahci_end_transaction() 1989 res->lba_high = sig >> 24; in ahci_end_transaction() 2248 res->lba_high = data[6]; in ahci_process_read_log() 2575 fis[6] = ccb->ataio.cmd.lba_high; in ahci_setup_fis()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_all.h | 1459 uint8_t lba_high; member 2047 uint8_t lba_high; member
|
H A D | scsi_all.c | 8623 cdb->lba_high = (lba >> 16) & 0xff; in scsi_ata_pass() 8641 cdb->lba_high = (lba >> 16) & 0xff; in scsi_ata_pass() 8726 ata_cmd->lba_high = lba >> 16; in scsi_ata_pass_16()
|
/freebsd/sbin/camcontrol/ |
H A D | camcontrol.c | 4983 ccb->ataio.res.lba_high, in scsicmd() 5858 *lba = (res->lba_high << 16) | in get_ata_status()
|