Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dpci_intr_lib.c223 PCI_CAP_PUT32(h, NULL, caps_ptr, PCI_MSI_ADDR_OFFSET, addr); in pci_msi_configure()
229 PCI_CAP_PUT32(h, NULL, caps_ptr, PCI_MSI_ADDR_OFFSET in pci_msi_configure()
312 PCI_CAP_PUT32(h, NULL, caps_ptr, PCI_MSI_ADDR_OFFSET, 0); in pci_msi_unconfigure()
317 PCI_CAP_PUT32(h, NULL, caps_ptr, PCI_MSI_ADDR_OFFSET in pci_msi_unconfigure()
516 PCI_CAP_PUT32(cfg_hdle, NULL, caps_ptr, offset, mask_bits); in pci_msi_set_mask()
579 PCI_CAP_PUT32(cfg_hdle, NULL, caps_ptr, offset, mask_bits); in pci_msi_clr_mask()
/titanic_41/usr/src/uts/common/sys/
H A Dpci_cap.h89 #define PCI_CAP_PUT32(h, i, b, o, d) ((uint32_t) \ macro
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c3457 PCI_CAP_PUT32(pci_cfg_hdl, NULL, caps_ctrl, in tavor_intr_disable()