Home
last modified time | relevance | path

Searched refs:confhdl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c273 ddi_acc_handle_t confhdl; local
334 cap_id = pci_config_get8(confhdl,
340 cap_ptr = pci_config_get8(confhdl,
357 hp = impl_acc_hdl_get(confhdl);
369 *p = pci_config_get32(confhdl, offset);
460 pci_config_teardown(&confhdl);
511 cap_reg = pci_config_get16(confhdl,
707 ddi_acc_handle_t confhdl; local
754 pci_config_teardown(&confhdl);
812 pci_config_teardown(&confhdl);
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_impl.h198 #define CAP_ID(confhdl, cap_ptr, xspace) \ argument
199 ((xspace) ? 0 : pci_config_get8((confhdl), (cap_ptr) + PCI_CAP_ID))
201 #define NEXT_CAP(confhdl, cap_ptr, xspace) \ argument
203 pci_config_get8((confhdl), (cap_ptr) + PCI_CAP_NEXT_PTR))
H A Dddi_impldefs.h1268 uint32_t (*cap_save_func)(ddi_acc_handle_t confhdl, uint16_t cap_ptr,