Searched refs:bfe_conf_handle (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/bfe/ |
H A D | bfe.c | 963 bar_orig = pci_config_get32(bfe->bfe_conf_handle, BFE_BAR0_WIN); in bfe_setup_config() 964 pci_config_put32(bfe->bfe_conf_handle, BFE_BAR0_WIN, BFE_REG_PCI); in bfe_setup_config() 980 pci_config_put32(bfe->bfe_conf_handle, BFE_BAR0_WIN, bar_orig); in bfe_setup_config() 2509 vid = pci_config_get16(bfe->bfe_conf_handle, PCI_CONF_VENID); in bfe_identify_hardware() 2510 did = pci_config_get16(bfe->bfe_conf_handle, PCI_CONF_DEVID); in bfe_identify_hardware() 2875 if (pci_config_setup(dip, &bfe->bfe_conf_handle) != DDI_SUCCESS) { in bfe_attach() 2883 ret = pci_config_get16(bfe->bfe_conf_handle, PCI_CONF_COMM); in bfe_attach() 2884 pci_config_put16(bfe->bfe_conf_handle, PCI_CONF_COMM, in bfe_attach() 2966 pci_config_teardown(&bfe->bfe_conf_handle); in bfe_attach() 3026 pci_config_teardown(&bfe->bfe_conf_handle); in bfe_detach()
|
H A D | bfe.h | 299 ddi_acc_handle_t bfe_conf_handle; member
|