Home
last modified time | relevance | path

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

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