Searched refs:PCI_CAP_PUT16 (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | pci_intr_lib.c | 217 PCI_CAP_PUT16(h, NULL, caps_ptr, PCI_MSI_CTRL, msi_ctrl); in pci_msi_configure() 236 PCI_CAP_PUT16(h, NULL, caps_ptr, PCI_MSI_64BIT_DATA, in pci_msi_configure() 243 PCI_CAP_PUT16(h, NULL, caps_ptr, PCI_MSI_32BIT_DATA, in pci_msi_configure() 310 PCI_CAP_PUT16(h, NULL, caps_ptr, PCI_MSI_CTRL, msi_ctrl); in pci_msi_unconfigure() 315 PCI_CAP_PUT16(h, NULL, caps_ptr, PCI_MSI_64BIT_DATA, in pci_msi_unconfigure() 320 PCI_CAP_PUT16(h, NULL, caps_ptr, PCI_MSI_32BIT_DATA, in pci_msi_unconfigure() 414 PCI_CAP_PUT16(cfg_hdle, NULL, caps_ptr, PCI_MSI_CTRL, msi_ctrl); in pci_msi_enable_mode() 421 PCI_CAP_PUT16(cfg_hdle, NULL, caps_ptr, PCI_MSIX_CTRL, in pci_msi_enable_mode() 462 PCI_CAP_PUT16(cfg_hdle, NULL, caps_ptr, PCI_MSI_CTRL, msi_ctrl); in pci_msi_disable_mode() 468 PCI_CAP_PUT16(cfg_hdle, NULL, caps_ptr, PCI_MSIX_CTRL, in pci_msi_disable_mode() [all …]
|
/titanic_50/usr/src/uts/sun4u/io/pci/ |
H A D | pcix.c | 81 PCI_CAP_PUT16(handle, NULL, pcix_cap_ptr, 2, pcix_cmd); in pcix_set_cmd_reg()
|
H A D | pci_pci.c | 1406 PCI_CAP_PUT16(ppb->ppb_conf_hdl, NULL, ppb->ppb_pm_cap_ptr, PCI_PMCSR, in ppb_pwr()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | pci_cap.h | 87 #define PCI_CAP_PUT16(h, i, b, o, d) ((uint16_t) \ macro
|
/titanic_50/usr/src/uts/common/io/pciex/ |
H A D | pcieb.c | 347 PCI_CAP_PUT16(cfg_hdl, NULL, cap_ptr, PCIE_DEVCTL, in pcieb_41210_mps_wkrnd()
|
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor.c | 3463 PCI_CAP_PUT16(pci_cfg_hdl, NULL, caps_ctrl, PCI_MSI_CTRL, in tavor_intr_disable()
|
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon.c | 4806 PCI_CAP_PUT16(pci_cfg_hdl, NULL, caps_ctrl, PCI_MSIX_CTRL, in hermon_intr_disable()
|
/titanic_50/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 3978 PCI_CAP_PUT16(h, NULL, cap_ptr, PCIE_DEVCTL, devctl); in pcicfg_disable_bridge_probe_err()
|