Searched refs:PCI_CAP_CFGSZ_32 (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | pci_cap.h | 69 PCI_CAP_CFGSZ_32 = 2 enumerator 83 pci_cap_get(h, PCI_CAP_CFGSZ_32, i, b, o)) 90 pci_cap_put(h, PCI_CAP_CFGSZ_32, i, b, o, d)) 97 pci_cap_get(h, PCI_CAP_CFGSZ_32, PCI_CAP_XCFG_SPC(i), b, o)) 104 pci_cap_put(h, PCI_CAP_CFGSZ_32, PCI_CAP_XCFG_SPC(i), b, o, d))
|
/titanic_50/usr/src/uts/common/io/ |
H A D | pci_cap.c | 275 case PCI_CAP_CFGSZ_32: in pci_cap_get() 313 case PCI_CAP_CFGSZ_32: in pci_cap_put()
|