Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpci_cap.h86 pci_cap_put(h, PCI_CAP_CFGSZ_8, i, b, o, d)
88 pci_cap_put(h, PCI_CAP_CFGSZ_16, i, b, o, d)
90 pci_cap_put(h, PCI_CAP_CFGSZ_32, i, b, o, d)
100 pci_cap_put(h, PCI_CAP_CFGSZ_8, PCI_CAP_XCFG_SPC(i), b, o, d)
102 pci_cap_put(h, PCI_CAP_CFGSZ_16, PCI_CAP_XCFG_SPC(i), b, o, d)
104 pci_cap_put(h, PCI_CAP_CFGSZ_32, PCI_CAP_XCFG_SPC(i), b, o, d)
113 extern int pci_cap_put(ddi_acc_handle_t h, pci_cap_config_size_t size,
/illumos-gate/usr/src/uts/common/io/
H A Dpci_cap.c304 pci_cap_put(ddi_acc_handle_t h, pci_cap_config_size_t size, in pci_cap_put() function