Home
last modified time | relevance | path

Searched refs:PCI_CONF_BGE_MHCR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c373 pci_config_put32(handle, PCI_CONF_BGE_MHCR, 0); in bge_chip_cfg_init()
376 mhcr = pci_config_get32(handle, PCI_CONF_BGE_MHCR); in bge_chip_cfg_init()
488 pci_config_put32(handle, PCI_CONF_BGE_MHCR, mhcr); in bge_chip_cfg_init()
3346 pci_config_put32(bgep->cfg_handle, PCI_CONF_BGE_MHCR, in bge_chip_reset_engine()
3803 pci_config_put32(bgep->cfg_handle, PCI_CONF_BGE_MHCR, in bge_chip_stop()
3804 (pci_config_get32(bgep->cfg_handle, PCI_CONF_BGE_MHCR) | in bge_chip_stop()
4069 pci_config_put32(bgep->cfg_handle, PCI_CONF_BGE_MHCR, mhcr); in bge_chip_reset()
5019 pci_config_put32(bgep->cfg_handle, PCI_CONF_BGE_MHCR, in bge_chip_start()
5028 bge_cfg_clr32(bgep, PCI_CONF_BGE_MHCR, in bge_chip_start()
5192 bge_reg_set32(bgep, PCI_CONF_BGE_MHCR, in bge_intr()
[all …]
H A Dbge_kstats.c449 (knp++)->value.ui64 = pci_config_get32(handle, PCI_CONF_BGE_MHCR); in bge_driverinfo_update()
H A Dbge_main2.c3760 pci_config_put32(bgep->cfg_handle, PCI_CONF_BGE_MHCR, 0);
3768 pci_config_put32(bgep->cfg_handle, PCI_CONF_BGE_MHCR, mhcrValue);
4175 bge_reg_set32(bgep, PCI_CONF_BGE_MHCR,
H A Dbge_hw.h270 #define PCI_CONF_BGE_MHCR 0x68 macro