Home
last modified time | relevance | path

Searched refs:nvc_bar_hdl (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c645 &nvc->nvc_bar_hdl[bar]); in nv_attach()
770 bar5_hdl = nvp->nvp_ctlp->nvc_bar_hdl[5]; in nv_attach()
884 ddi_regs_map_free(&nvc->nvc_bar_hdl[bar]); in nv_attach()
936 ddi_regs_map_free(&nvc->nvc_bar_hdl[i]); in nv_detach()
1505 nv_put32(nvp->nvp_ctlp->nvc_bar_hdl[5], nvp->nvp_serror, 0xffffffff); in nv_sata_start()
1935 ddi_acc_handle_t bar5_hdl = nvp->nvp_ctlp->nvc_bar_hdl[5]; in nv_sata_activate()
1953 bar5_hdl = nvp->nvp_ctlp->nvc_bar_hdl[5]; in nv_sata_activate()
2055 sactive = nv_get32(nvc->nvc_bar_hdl[5], in nv_start_common()
2058 nv_put32(nvc->nvc_bar_hdl[5], nvp->nvp_sactive, on_bit); in nv_start_common()
2339 ddi_acc_handle_t bar5_hdl = nvp->nvp_ctlp->nvc_bar_hdl[5]; in nv_reset()
[all …]
/illumos-gate/usr/src/uts/common/sys/sata/adapters/nv_sata/
H A Dnv_sata.h79 ddi_acc_handle_t nvc_bar_hdl[6]; member