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

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_sunmod.h91 ddi_acc_handle_t mis_cfg_hdl; member in struct:drm_instance_state
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_sunmod.h114 ddi_acc_handle_t mis_cfg_hdl; member in struct:drm_instance_state
H A Ddrm_sunmod.c121 mstate->mis_cfg_hdl = pci_cfg_handle;
149 if (mstate->mis_cfg_hdl)
150 pci_config_teardown(&mstate->mis_cfg_hdl);
878 irq = pci_config_get8(mstate->mis_cfg_hdl, PCI_CONF_ILINE);
895 if ((pci_config_get16(mstate->mis_cfg_hdl, PCI_CONF_STAT) &
899 caps_ptr = pci_config_get8(mstate->mis_cfg_hdl, PCI_CONF_CAP_PTR);
901 cap = pci_config_get32(mstate->mis_cfg_hdl, caps_ptr);
904 caps_ptr = pci_config_get8(mstate->mis_cfg_hdl,

Completed in 28 milliseconds