Searched refs:PCI_MSI_FLAGS (Results 1 - 18 of 18) sorted by relevance

/linux-master/drivers/pci/msi/
H A Dpcidev_msi.c20 pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &ctrl);
22 pci_write_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS,
H A Dmsi.c190 pci_read_config_word(dev, pos + PCI_MSI_FLAGS, &msgctl);
193 pci_write_config_word(dev, pos + PCI_MSI_FLAGS, msgctl);
203 pci_read_config_word(dev, pos + PCI_MSI_FLAGS, &msgctl);
275 pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &control);
279 pci_write_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, control);
291 pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &control);
481 pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &msgctl);
512 pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &control);
517 pci_write_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, control);
/linux-master/arch/mips/pci/
H A Dmsi-octeon.c80 pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &control);
182 pci_write_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, control);
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_pcie.c188 pci_read_config_word(pdev, pos + PCI_MSI_FLAGS, &control);
316 pci_read_config_word(dd->pcidev, pos + PCI_MSI_FLAGS, &control);
319 pci_write_config_word(dd->pcidev, pos + PCI_MSI_FLAGS,
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c239 flags = cdns_pcie_ep_fn_readw(pcie, fn, cap + PCI_MSI_FLAGS);
243 cdns_pcie_ep_fn_writew(pcie, fn, cap + PCI_MSI_FLAGS, flags);
258 flags = cdns_pcie_ep_fn_readw(pcie, fn, cap + PCI_MSI_FLAGS);
393 flags = cdns_pcie_ep_fn_readw(pcie, fn, cap + PCI_MSI_FLAGS);
448 flags = cdns_pcie_ep_fn_readw(pcie, fn, cap + PCI_MSI_FLAGS);
/linux-master/arch/alpha/kernel/
H A Dsys_marvel.c338 pci_read_config_word(dev, msi_loc + PCI_MSI_FLAGS, &msg_ctl);
365 pci_write_config_word(dev, msi_loc + PCI_MSI_FLAGS,
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c1135 if (offset <= PCI_MSI_FLAGS && offset + count >= PCI_MSI_FLAGS) {
1159 if (offset <= PCI_MSI_FLAGS && offset + count >= PCI_MSI_FLAGS) {
1166 pflags = (__le16 *)&vdev->vconfig[start + PCI_MSI_FLAGS];
1183 start + PCI_MSI_FLAGS,
1210 p_setb(perm, PCI_MSI_FLAGS, (u8)ALL_VIRT, (u8)ALL_WRITE);
1236 ret = pci_read_config_word(pdev, pos + PCI_MSI_FLAGS, &flags);
H A Dvfio_pci_core.c750 pos + PCI_MSI_FLAGS, &flags);
/linux-master/drivers/xen/xen-pciback/
H A Dconf_space_capability.c271 .offset = PCI_MSI_FLAGS,
H A Dconf_space.c297 dev->msi_cap + PCI_MSI_FLAGS,
/linux-master/drivers/pci/controller/dwc/
H A Dpci-imx6.c1178 val = dw_pcie_readw_dbi(pci, offset + PCI_MSI_FLAGS);
1183 dw_pcie_writew_dbi(pci, offset + PCI_MSI_FLAGS, val);
1430 val = dw_pcie_readw_dbi(pci, offset + PCI_MSI_FLAGS);
1432 dw_pcie_writew_dbi(pci, offset + PCI_MSI_FLAGS, val);
H A Dpcie-designware-ep.c303 reg = ep_func->msi_cap + PCI_MSI_FLAGS;
325 reg = ep_func->msi_cap + PCI_MSI_FLAGS;
471 reg = ep_func->msi_cap + PCI_MSI_FLAGS;
/linux-master/drivers/pci/controller/
H A Dpcie-microchip-host.c396 reg = readw_relaxed(ecam + MC_MSI_CAP_CTRL_OFFSET + PCI_MSI_FLAGS);
398 writew_relaxed(reg, ecam + MC_MSI_CAP_CTRL_OFFSET + PCI_MSI_FLAGS);
403 writew_relaxed(reg, ecam + MC_MSI_CAP_CTRL_OFFSET + PCI_MSI_FLAGS);
/linux-master/drivers/net/can/esd/
H A Desd_402_pci-core.c121 err = pci_read_config_word(pdev, PCI402_PCICFG_MSICAP + PCI_MSI_FLAGS, &csr);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dpci.c394 pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &control);
401 pci_write_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, control);
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dpci.c724 pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &control);
731 pci_write_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, control);
/linux-master/include/uapi/linux/
H A Dpci_regs.h307 #define PCI_MSI_FLAGS 0x02 /* Message Control */ macro
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c9068 tp->msi_cap + PCI_MSI_FLAGS,
9071 tp->msi_cap + PCI_MSI_FLAGS,

Completed in 261 milliseconds