Searched defs:nv_port (Results 1 – 1 of 1) sorted by relevance
120 struct nv_port { struct122 struct nv_ctl *nvp_ctlp; /* back pointer to controller */124 uint8_t nvp_port_num; /* port number, ie 0 or 1 */126 uint8_t nvp_type; /* SATA_DTYPE_{NONE,ATADISK,UNKNOWN} */127 uint32_t nvp_signature; /* sig acquired from task file regs */128 uchar_t *nvp_cmd_addr; /* base addr for cmd regs for port */129 uchar_t *nvp_bm_addr; /* base addr for bus master for port */130 uchar_t *nvp_ctl_addr; /* base addr for ctrl regs for port */132 ddi_acc_handle_t nvp_cmd_hdl;133 uchar_t *nvp_data; /* data register */[all …]