Searched refs:pci_config (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-mgmtaux.c | 1170 xge_hal_mgmt_pci_config_t pci_config; in xge_hal_aux_pci_config_read() local 1175 status = xge_hal_mgmt_pci_config(devh, &pci_config, in xge_hal_aux_pci_config_read() 1181 __HAL_AUX_ENTRY("vendor_id", pci_config.vendor_id, "0x%04X"); in xge_hal_aux_pci_config_read() 1182 __HAL_AUX_ENTRY("device_id", pci_config.device_id, "0x%04X"); in xge_hal_aux_pci_config_read() 1183 __HAL_AUX_ENTRY("command", pci_config.command, "0x%04X"); in xge_hal_aux_pci_config_read() 1184 __HAL_AUX_ENTRY("status", pci_config.status, "0x%04X"); in xge_hal_aux_pci_config_read() 1185 __HAL_AUX_ENTRY("revision", pci_config.revision, "0x%02X"); in xge_hal_aux_pci_config_read() 1186 __HAL_AUX_ENTRY("pciClass1", pci_config.pciClass[0], "0x%02X"); in xge_hal_aux_pci_config_read() 1187 __HAL_AUX_ENTRY("pciClass2", pci_config.pciClass[1], "0x%02X"); in xge_hal_aux_pci_config_read() 1188 __HAL_AUX_ENTRY("pciClass3", pci_config.pciClass[2], "0x%02X"); in xge_hal_aux_pci_config_read() [all …]
|
H A D | xgehal-mgmt.c | 689 xge_hal_mgmt_pci_config_t *pci_config, int size) in xge_hal_mgmt_pci_config() argument 708 xge_os_memcpy(pci_config, &hldev->pci_config_space, in xge_hal_mgmt_pci_config()
|
/titanic_44/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_attach.c | 556 &soft_state->pci_config); in hci1394_pci_init() 585 global_swap = pci_config_get32(soft_state->pci_config, in hci1394_pci_init() 591 pci_config_put32(soft_state->pci_config, in hci1394_pci_init() 595 global_swap = pci_config_get32(soft_state->pci_config, in hci1394_pci_init() 641 (uint_t)pci_config_get16(soft_state->pci_config, PCI_CONF_VENID); in hci1394_pci_init() 643 (uint_t)pci_config_get16(soft_state->pci_config, PCI_CONF_DEVID); in hci1394_pci_init() 645 (uint_t)pci_config_get8(soft_state->pci_config, PCI_CONF_REVID); in hci1394_pci_init() 676 global_swap = pci_config_get32(soft_state->pci_config, in hci1394_pci_resume() 681 pci_config_put32(soft_state->pci_config, in hci1394_pci_resume()
|
H A D | hci1394_detach.c | 252 pci_config_teardown(&soft_state->pci_config); in hci1394_pci_fini()
|
H A D | hci1394_ohci.c | 139 cmdreg = pci_config_get16(soft_state->pci_config, PCI_CONF_COMM); in hci1394_ohci_init() 143 pci_config_put16(soft_state->pci_config, PCI_CONF_COMM, cmdreg); in hci1394_ohci_init()
|
/titanic_44/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_state.h | 89 ddi_acc_handle_t pci_config; member
|
/titanic_44/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-mgmt.h | 139 xge_hal_mgmt_pci_config_t *pci_config, int size);
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_power.c | 353 OFFSETOF(reg_space_t, pci_config.pcicfg_pm_csr), in set_d0_power_state() 360 OFFSETOF(reg_space_t, pci_config.pcicfg_pm_csr), in set_d0_power_state()
|