Searched refs:mis_cfg_hdl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_sunmod.h134 ddi_acc_handle_t mis_cfg_hdl; member in struct:drm_instance_state
H A Ddrm_sunmod.c207 mstate->mis_cfg_hdl = pci_cfg_handle;
252 if (mstate->mis_cfg_hdl)
253 pci_config_teardown(&mstate->mis_cfg_hdl);
979 irq = pci_config_get8(mstate->mis_cfg_hdl, PCI_CONF_ILINE);
996 if ((pci_config_get16(mstate->mis_cfg_hdl, PCI_CONF_STAT) &
1000 caps_ptr = pci_config_get8(mstate->mis_cfg_hdl, PCI_CONF_CAP_PTR);
1002 cap = pci_config_get32(mstate->mis_cfg_hdl, caps_ptr);
1005 caps_ptr = pci_config_get8(mstate->mis_cfg_hdl,

Completed in 45 milliseconds