HomeSort by: relevance | last modified time | path
    Searched refs:PCI_MSI_MDATA (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/arm/cortex/
gic_v2m.c 155 pci_conf_write(pc, tag, off + PCI_MSI_MDATA, data);
gicv3_its.c 505 pci_conf_write(pc, tag, off + PCI_MSI_MDATA,
  /src/sys/arch/x86/pci/
msipic.c 434 pci_conf_write(pc, tag, off + PCI_MSI_MDATA, data);
  /src/sys/dev/pci/
pci.c 1010 off + (bit64 ? PCI_MSI_MDATA64 : PCI_MSI_MDATA));
1094 off + (bit64 ? PCI_MSI_MDATA64 : PCI_MSI_MDATA),
pcireg.h 701 #define PCI_MSI_MDATA 0x8 /* Message Data Register offset */
  /src/sys/arch/arm/apple/
apple_pcie.c 498 pci_conf_write(pc, tag, off + PCI_MSI_MDATA, data);

Completed in 19 milliseconds