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

/freebsd-11-stable/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.h95 ((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 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-11-stable/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.c336 cmd->lba_low, cmd->lba_mid, cmd->lba_high, cmd->device,
372 res->lba_low, res->lba_mid, res->lba_high, res->device,
557 ataio->cmd.lba_high = lba >> 16;
584 ataio->cmd.lba_high = lba >> 16;
605 ataio->cmd.lba_high = lba >> 16;
644 ataio->cmd.lba_high = val >> 24;
H A Data_pmp.c623 softc->pm_ports = (ataio->res.lba_high << 24) +
668 softc->caps = (ataio->res.lba_high << 24) +
690 res = (ataio->res.lba_high << 24) +
740 res = (ataio->res.lba_high << 24) +
H A Data_xpt.c847 int sign = (done_ccb->ataio.res.lba_high << 8) +
1215 softc->pm_pid = (done_ccb->ataio.res.lba_high << 24) +
1227 softc->pm_prv = (done_ccb->ataio.res.lba_high << 24) +
/freebsd-11-stable/sys/dev/ata/
H A Data-all.c759 request->u.ata.lba |= ((uint64_t)ccb->ataio.cmd.lba_high << 16) |
923 res->lba_high = request->u.ata.lba >> 16;
1005 res->lba_high = 0;
1008 res->lba_high = 0xeb;
/freebsd-11-stable/sys/dev/mvs/
H A Dmvs.c1158 res->lba_high = ATA_INB(ch->r_mem, ATA_CYL_MSB);
1178 ATA_OUTB(ch->r_mem, ATA_CYL_MSB, cmd->lba_high);
1460 crqb2e->cmd[6] = ccb->ataio.cmd.lba_high;
1514 crqb->cmd[i++] = ccb->ataio.cmd.lba_high;
1876 res->lba_high = data[6];
/freebsd-11-stable/sys/dev/siis/
H A Dsiis.c1236 res->lba_high = ATA_INB(ch->r_mem, offs + 6);
1467 res->lba_high = data[6];
1717 fis[6] = ccb->ataio.cmd.lba_high;
/freebsd-11-stable/sys/dev/ahci/
H A Dahci.c1914 res->lba_high = fis[6];
1930 res->lba_high = sig >> 24;
2188 res->lba_high = data[6];
2515 fis[6] = ccb->ataio.cmd.lba_high;
H A Dahciem.c580 res->lba_high = 0xc3;
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_all.h1439 u_int8_t lba_high; member in struct:ata_pass_12
2001 u_int8_t lba_high; member in struct:ata_pass_16
H A Dscsi_all.c8484 cdb->lba_high = (lba >> 16) & 0xff;
8502 cdb->lba_high = (lba >> 16) & 0xff;
8587 ata_cmd->lba_high = lba >> 16;
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c4744 ccb->ataio.res.lba_high,
5587 *lba = (res->lba_high << 16) |

Completed in 344 milliseconds