Searched refs:PCI_CONF_BGE_MHCR (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/bge/ |
H A D | bge_chip2.c | 370 pci_config_put32(handle, PCI_CONF_BGE_MHCR, 0); in bge_chip_cfg_init() 373 mhcr = pci_config_get32(handle, PCI_CONF_BGE_MHCR); in bge_chip_cfg_init() 483 pci_config_put32(handle, PCI_CONF_BGE_MHCR, mhcr); in bge_chip_cfg_init() 3274 mhcr = pci_config_get32(bgep->cfg_handle, PCI_CONF_BGE_MHCR); in bge_chip_reset_engine() 3275 pci_config_put32(bgep->cfg_handle, PCI_CONF_BGE_MHCR, in bge_chip_reset_engine() 3730 pci_config_put32(bgep->cfg_handle, PCI_CONF_BGE_MHCR, in bge_chip_stop() 3731 (pci_config_get32(bgep->cfg_handle, PCI_CONF_BGE_MHCR) | in bge_chip_stop() 3963 pci_config_put32(bgep->cfg_handle, PCI_CONF_BGE_MHCR, mhcr); in bge_chip_reset() 3996 pci_config_put32(bgep->cfg_handle, PCI_CONF_BGE_MHCR, mhcr); in bge_chip_reset() 4035 pci_config_put32(bgep->cfg_handle, PCI_CONF_BGE_MHCR, mhcr); in bge_chip_reset() [all …]
|
H A D | bge_hw.h | 243 #define PCI_CONF_BGE_MHCR 0x68 macro
|
H A D | bge_kstats.c | 449 (knp++)->value.ui64 = pci_config_get32(handle, PCI_CONF_BGE_MHCR); in bge_driverinfo_update()
|
H A D | bge_main2.c | 3771 pci_config_put32(bgep->cfg_handle, PCI_CONF_BGE_MHCR, 0); 3779 pci_config_put32(bgep->cfg_handle, PCI_CONF_BGE_MHCR, mhcrValue); 4199 bge_reg_set32(bgep, PCI_CONF_BGE_MHCR,
|