Searched refs:PCI_CAP_PUT32 (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/ |
H A D | pci_intr_lib.c | 223 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 D | pci_cap.h | 89 #define PCI_CAP_PUT32(h, i, b, o, d) ((uint32_t) \ macro
|
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor.c | 3457 PCI_CAP_PUT32(pci_cfg_hdl, NULL, caps_ctrl, in tavor_intr_disable()
|