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

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dsati_read_capacity.c205 U32 lba_high = 0; local
212 &lba_high,
221 if ((lba_low == 0) && (lba_high == 0))
222 lba_high -= 1;
225 if(lba_high != 0)
263 U32 lba_high = 0; local
280 &lba_high,
289 if ((lba_low == 0) && (lba_high == 0))
290 lba_high -= 1;
295 sati_set_data_byte(sequence, scsi_io, 0, (U8)((lba_high >> 2
[all...]
H A Dsati_mode_sense_10.c161 U32 lba_high = 0; local
167 identify, &lba_low, &lba_high, &sector_size
171 sati_set_data_byte(sequence, scsi_io, offset, (U8)((lba_high>>24) & 0xFF));
172 sati_set_data_byte(sequence, scsi_io, offset+1, (U8)((lba_high>>16) & 0xFF));
173 sati_set_data_byte(sequence, scsi_io, offset+2, (U8)((lba_high>>8) & 0xFF));
174 sati_set_data_byte(sequence, scsi_io, offset+3, (U8)(lba_high & 0xFF));
H A Dintel_sata.h121 U32 lba_high :8; member in struct:SATA_FIS_REG_H2D
150 U8 lba_high; member in struct:SATA_FIS_REG_D2H
257 U32 lba_high :8; member in struct:SATA_FIS_PIO_SETUP
H A Dsati_util.h93 ((SATA_FIS_REG_D2H_T*)(the_reg_fis))->lba_high
131 ((SATA_FIS_REG_H2D_T*)(the_reg_fis))->lba_high = (value)
191 U32 * lba_high,
H A Dsati_util.c293 * @param[out] lba_high This parameter specifies the upper 32 bits for the
307 U32 * lba_high,
320 *lba_high = identify->max_48bit_lba[7] << 24;
321 *lba_high |= identify->max_48bit_lba[6] << 16;
322 *lba_high |= identify->max_48bit_lba[5] << 8;
323 *lba_high |= identify->max_48bit_lba[4];
334 *lba_high = 0;
305 sati_ata_identify_device_get_sector_info( ATA_IDENTIFY_DEVICE_DATA_T * identify, U32 * lba_high, U32 * lba_low, U32 * sector_size ) argument
H A Dsati_mode_sense.c358 U32 lba_high = 0; local
364 identify, &lba_high, &lba_low, &sector_size
H A Dscic_sds_remote_device.c917 && (signature_fis->lba_high == 0xEB)
/freebsd-10.0-release/sys/cam/ata/
H A Data_all.h55 u_int8_t lba_high; member in struct:ata_cmd
77 u_int8_t lba_high; member in struct:ata_res
H A Data_all.c189 cmd->lba_low, cmd->lba_mid, cmd->lba_high, cmd->device,
203 res->lba_low, res->lba_mid, res->lba_high, res->device,
385 ataio->cmd.lba_high = lba >> 16;
410 ataio->cmd.lba_high = lba >> 16;
431 ataio->cmd.lba_high = lba >> 16;
470 ataio->cmd.lba_high = val >> 24;
H A Data_pmp.c624 softc->pm_ports = (ataio->res.lba_high << 24) +
669 softc->caps = (ataio->res.lba_high << 24) +
691 res = (ataio->res.lba_high << 24) +
741 res = (ataio->res.lba_high << 24) +
H A Data_xpt.c794 int sign = (done_ccb->ataio.res.lba_high << 8) +
1136 softc->pm_pid = (done_ccb->ataio.res.lba_high << 24) +
1148 softc->pm_prv = (done_ccb->ataio.res.lba_high << 24) +
/freebsd-10.0-release/sys/dev/ata/
H A Data-all.c687 request->u.ata.lba |= ((uint64_t)ccb->ataio.cmd.lba_high << 16) |
852 res->lba_high = request->u.ata.lba >> 16;
930 res->lba_high = 0;
933 res->lba_high = 0xeb;
/freebsd-10.0-release/sys/dev/ahci/
H A Dahciem.c525 res->lba_high = 0xc3;
H A Dahci.c2077 res->lba_high = fis[6];
2093 res->lba_high = sig >> 24;
2353 res->lba_high = data[6];
2686 fis[6] = ccb->ataio.cmd.lba_high;
/freebsd-10.0-release/sys/dev/mvs/
H A Dmvs.c1161 res->lba_high = ATA_INB(ch->r_mem, ATA_CYL_MSB);
1181 ATA_OUTB(ch->r_mem, ATA_CYL_MSB, cmd->lba_high);
1463 crqb2e->cmd[6] = ccb->ataio.cmd.lba_high;
1517 crqb->cmd[i++] = ccb->ataio.cmd.lba_high;
1879 res->lba_high = data[6];
/freebsd-10.0-release/sys/dev/siis/
H A Dsiis.c1237 res->lba_high = ATA_INB(ch->r_mem, offs + 6);
1468 res->lba_high = data[6];
1718 fis[6] = ccb->ataio.cmd.lba_high;
/freebsd-10.0-release/sbin/camcontrol/
H A Dcamcontrol.c156 u_int8_t lba_high; member in struct:ata_res_pass16
1668 res->lba_high = res_pass16->lba_high;
1758 ((res->lba_high << 16) | (res->lba_mid << 8) |
1762 (res->lba_high << 16) | (res->lba_mid << 8) |
4149 ccb->ataio.res.lba_high,
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_all.h938 u_int8_t lba_high; member in struct:ata_pass_12
980 u_int8_t lba_high; member in struct:ata_pass_16
H A Dscsi_all.c6194 ata_cmd->lba_high = lba >> 16;

Completed in 326 milliseconds