Lines Matching defs:nv_get8

547 nv_get8(ddi_acc_handle_t handle, uint8_t *dev_addr)
559 #define nv_get8 ddi_get8
2209 nvp->nvp_signature = nv_get8(cmdhdl, nvp->nvp_count);
2210 nvp->nvp_signature |= (nv_get8(cmdhdl, nvp->nvp_sect) << 8);
2211 nvp->nvp_signature |= (nv_get8(cmdhdl, nvp->nvp_lcyl) << 16);
2212 nvp->nvp_signature |= (nv_get8(cmdhdl, nvp->nvp_hcyl) << 24);
2364 bmicx = nv_get8(nvp->nvp_bm_hdl, nvp->nvp_bmicx);
2677 reg8_save = nv_get8(bar5_hdl,
2684 reg8 = nv_get8(bar5_hdl,
3105 status = nv_get8(nvp->nvp_ctl_hdl, nvp->nvp_status);
3120 bmstatus = nv_get8(bmhdl, nvp->nvp_bmisx);
3128 status = nv_get8(nvp->nvp_ctl_hdl, nvp->nvp_altstatus);
3217 intr_status = nv_get8(bar5_hdl, nvc->nvc_ck804_int_status);
3228 intr_status = nv_get8(bar5_hdl,
3403 status = nv_get8(nvp->nvp_ctl_hdl, nvp->nvp_altstatus);
3404 bmstatus = nv_get8(nvp->nvp_bm_hdl, nvp->nvp_bmisx);
3488 bmicx = nv_get8(bmhdl, nvp->nvp_bmicx);
3522 bmstatus = nv_get8(bmhdl, nvp->nvp_bmisx);
3545 status = nv_get8(nvp->nvp_ctl_hdl, nvp->nvp_altstatus);
3568 (void) nv_get8(nvp->nvp_cmd_hdl, nvp->nvp_status);
3613 (void) nv_get8(cmdhdl, nvp->nvp_status);
4337 ret = status = nv_get8(bmhdl, nvp->nvp_bmisx);
4656 if (nv_get8(cmdhdl, nvp->nvp_status) &
4711 status = nv_get8(cmdhdl, nvp->nvp_status);
4718 sata_cmdp->satacmd_status_reg = nv_get8(ctlhdl,
4720 sata_cmdp->satacmd_error_reg = nv_get8(cmdhdl, nvp->nvp_error);
4742 status = nv_get8(cmdhdl, nvp->nvp_status);
4747 sata_cmdp->satacmd_status_reg = nv_get8(ctlhdl,
4749 sata_cmdp->satacmd_error_reg = nv_get8(cmdhdl, nvp->nvp_error);
4817 status = nv_get8(cmdhdl, nvp->nvp_status);
4825 sata_cmdp->satacmd_status_reg = nv_get8(ctlhdl,
4827 sata_cmdp->satacmd_error_reg = nv_get8(cmdhdl, nvp->nvp_error);
4912 status = nv_get8(cmdhdl, nvp->nvp_status);
4945 sata_cmdp->satacmd_status_reg = nv_get8(ctlhdl,
4947 sata_cmdp->satacmd_error_reg = nv_get8(cmdhdl,
4973 sata_cmdp->satacmd_status_reg = nv_get8(ctlhdl,
4975 sata_cmdp->satacmd_error_reg = nv_get8(cmdhdl,
5000 (uint16_t)nv_get8(cmdhdl, nvp->nvp_hcyl) << 8;
5001 ctlr_count |= nv_get8(cmdhdl, nvp->nvp_lcyl);
5070 ctlr_count = (uint16_t)nv_get8(cmdhdl, nvp->nvp_hcyl) << 8;
5071 ctlr_count |= nv_get8(cmdhdl, nvp->nvp_lcyl);
5159 bmicx = nv_get8(bmhdl, nvp->nvp_bmicx);
5165 status = nv_get8(cmdhdl, nvp->nvp_status);
5186 sata_cmdp->satacmd_status_reg = nv_get8(ctlhdl,
5188 sata_cmdp->satacmd_error_reg = nv_get8(cmdhdl, nvp->nvp_error);
5219 val = nv_get8(ctlhdl, nvp->nvp_altstatus);
5295 val = nv_get8(ctlhdl, nvp->nvp_altstatus);
5807 status = nv_get8(nvp->nvp_ctl_hdl,
5809 bmstatus = nv_get8(nvp->nvp_bm_hdl,
5920 int_en = nv_get8(bar5_hdl,
5940 intr_status = nv_get8(nvc->nvc_bar_hdl[5],
5958 int_en = nv_get8(bar5_hdl,
5968 int_en = nv_get8(bar5_hdl,
6115 status = scmd->satacmd_status_reg = nv_get8(ctlhdl,
6145 nv_get8(cmdhdl, nvp->nvp_count);
6150 nv_get8(cmdhdl, nvp->nvp_sect);
6155 nv_get8(cmdhdl, nvp->nvp_lcyl);
6160 nv_get8(cmdhdl, nvp->nvp_hcyl);
6173 scmd->satacmd_sec_count_lsb = nv_get8(cmdhdl, nvp->nvp_count);
6177 scmd->satacmd_lba_low_lsb = nv_get8(cmdhdl, nvp->nvp_sect);
6181 scmd->satacmd_lba_mid_lsb = nv_get8(cmdhdl, nvp->nvp_lcyl);
6185 scmd->satacmd_lba_high_lsb = nv_get8(cmdhdl, nvp->nvp_hcyl);
6192 scmd->satacmd_device_reg = nv_get8(cmdhdl, nvp->nvp_drvhd);
6199 scmd->satacmd_error_reg = nv_get8(cmdhdl, nvp->nvp_error);
6335 if (nv_get8(cmdhdl, nvp->nvp_status) &