Home
last modified time | relevance | path

Searched refs:pci_cap_get (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dpci_cap.h79 pci_cap_get(h, PCI_CAP_CFGSZ_8, i, b, o))
81 pci_cap_get(h, PCI_CAP_CFGSZ_16, i, b, o))
83 pci_cap_get(h, PCI_CAP_CFGSZ_32, i, b, o))
93 pci_cap_get(h, PCI_CAP_CFGSZ_8, PCI_CAP_XCFG_SPC(i), b, o))
95 pci_cap_get(h, PCI_CAP_CFGSZ_16, PCI_CAP_XCFG_SPC(i), b, o))
97 pci_cap_get(h, PCI_CAP_CFGSZ_32, PCI_CAP_XCFG_SPC(i), b, o))
110 extern uint32_t pci_cap_get(ddi_acc_handle_t h, pci_cap_config_size_t size,
/titanic_50/usr/src/uts/common/io/
H A Dpci_cap.c252 pci_cap_get(ddi_acc_handle_t h, pci_cap_config_size_t size, in pci_cap_get() function