Home
last modified time | relevance | path

Searched refs:satacmd_lba_high_lsb (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/sys/sata/
H A Dsata_hba.h362 uint8_t satacmd_lba_high_lsb; /* LBA High LSB */ member
/titanic_44/usr/src/uts/common/io/sata/impl/
H A Dsata.c1874 scmd->satacmd_lba_high_lsb = regv >> 24 & 0xff; in sata_get_rdwr_pmult_pkt()
4330 scmd->satacmd_lba_high_lsb = 0x55; in sata_txlt_start_stop_unit()
5773 scmd->satacmd_lba_high_lsb = (lba >> 16) & 0xff; in sata_txlt_ata_pass_thru()
6240 scmd->satacmd_lba_high_lsb = (lba >> 16) & 0xff; in sata_txlt_read()
6509 scmd->satacmd_lba_high_lsb = (lba >> 16) & 0xff; in sata_txlt_write()
6699 scmd->satacmd_lba_high_lsb = 0; in sata_txlt_write_buffer()
6907 scmd->satacmd_lba_high_lsb = 0; in sata_txlt_synchronize_cache()
7305 *lba = (*lba << 8) | sata_cmd->satacmd_lba_high_lsb; in sata_extract_error_lba()
7880 ata_ret_desc->ars_lba_high_lsb = scmd->satacmd_lba_high_lsb; in sata_fill_ata_return_desc()
8436 scmd->satacmd_lba_high_lsb = SMART_MAGIC_VAL_2; in sata_mode_select_page_1c()
[all …]
/titanic_44/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c4224 nv_put8(cmdhdl, nvp->nvp_hcyl, satacmd->satacmd_lba_high_lsb); in nv_program_taskfile_regs()
4242 nv_put8(cmdhdl, nvp->nvp_hcyl, satacmd->satacmd_lba_high_lsb); in nv_program_taskfile_regs()
4283 nv_put8(cmdhdl, nvp->nvp_hcyl, satacmd->satacmd_lba_high_lsb); in nv_program_taskfile_regs()
4297 nv_put8(cmdhdl, nvp->nvp_hcyl, satacmd->satacmd_lba_high_lsb); in nv_program_taskfile_regs()
4633 nv_put8(cmdhdl, nvp->nvp_hcyl, satacmd->satacmd_lba_high_lsb); in nv_start_pkt_pio()
5792 ((uint64_t)satacmd->satacmd_lba_high_lsb << 16) | in nv_timeout()
6190 scmd->satacmd_lba_high_lsb = nv_get8(cmdhdl, nvp->nvp_hcyl); in nv_copy_registers()
/titanic_44/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c2622 SET_FIS_CYL_HI(prb->prb_fis, cmd->satacmd_lba_high_lsb); in si_deliver_satapkt()
2637 SET_FIS_CYL_HI(prb->prb_fis, cmd->satacmd_lba_high_lsb); in si_deliver_satapkt()
5996 scmd->satacmd_lba_high_lsb = GET_FIS_CYL_HI(prb->prb_fis); in si_copy_out_regs()
5999 scmd->satacmd_lba_high_lsb); in si_copy_out_regs()
/titanic_44/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c2183 SET_FIS_CYL_HI(h2d_register_fisp, scmd->satacmd_lba_high_lsb); in ahci_deliver_satapkt()
2198 SET_FIS_CYL_HI(h2d_register_fisp, scmd->satacmd_lba_high_lsb); in ahci_deliver_satapkt()
4411 *pregv = scmd->satacmd_lba_high_lsb << 24 | in ahci_rdwr_pmult()
9887 scmd->satacmd_lba_high_lsb = GET_RFIS_CYL_HI(rfisp); in ahci_copy_err_cnxt()
9912 scmd->satacmd_lba_high_lsb = ncq_err_page->ncq_cyl_high; in ahci_copy_ncq_err_page()
9939 scmd->satacmd_lba_high_lsb = GET_RFIS_CYL_HI(rfisp); in ahci_copy_out_regs()
10005 cmd.satacmd_lba_mid_lsb, cmd.satacmd_lba_high_lsb, in ahci_dump_commands()