Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c2208 ddi_acc_handle_t cmdhdl = nvp->nvp_cmd_hdl; in nv_read_signature()
2340 ddi_acc_handle_t cmdhdl = nvp->nvp_cmd_hdl; in nv_reset()
2434 nv_put8(nvp->nvp_cmd_hdl, nvp->nvp_error, 0); in nv_reset()
2974 nvp->nvp_cmd_hdl = nvc->nvc_bar_hdl[bar]; in nv_common_reg_init()
3573 (void) nv_get8(nvp->nvp_cmd_hdl, nvp->nvp_status); in mcp5x_packet_complete_intr()
3612 ddi_acc_handle_t cmdhdl = nvp->nvp_cmd_hdl; in mcp5x_packet_complete_intr()
4189 ddi_acc_handle_t cmdhdl = nvp->nvp_cmd_hdl; in nv_program_taskfile_regs()
4320 ddi_acc_handle_t cmdhdl = nvp->nvp_cmd_hdl; in nv_start_nodata()
4403 ddi_acc_handle_t cmdhdl = nvp->nvp_cmd_hdl; in nv_start_dma()
4515 ddi_acc_handle_t cmdhdl = nvp->nvp_cmd_hdl; in nv_start_pio_in()
[all …]
/illumos-gate/usr/src/uts/common/sys/sata/adapters/nv_sata/
H A Dnv_sata.h132 ddi_acc_handle_t nvp_cmd_hdl; member