Searched defs:pcihdl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_gem.c1102 ddi_acc_handle_t pcihdl = adapter->pci_cfg_handle; local
1109 control = pci_config_get32(pcihdl, 0xD0);
1114 control = pci_config_get32(pcihdl, 0xC8);
1115 control = pci_config_get32(pcihdl, 0xC8);
1116 pci_config_put32(pcihdl, 0xC8, c8c9value);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c4827 ddi_acc_handle_t pcihdl = hermon_get_pcihdl(state); local
4876 if (hermon_pci_capability_list(state, pcihdl) != DDI_SUCCESS) {
4937 pci_config_get32(pcihdl, i << 2);
4953 while ((pci_config_get32(pcihdl, 0) & 0x0000FFFF) != PCI_VENID_MLX) {
4968 pci_config_put32(pcihdl, i << 2, state->hs_cfg_data[i]);
5001 pci_config_put32(pcihdl, offset + HERMON_PCI_CAP_DEV_OFFS, data32);
5003 pci_config_put32(pcihdl, offset + HERMON_PCI_CAP_LNK_OFFS, data32);
5006 pci_config_put32(pcihdl, 0x04, (state->hs_cfg_data[1] | 0x0006));

Completed in 112 milliseconds