Searched refs:PCI_MSI_CTL (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/arm/cortex/
H A Dgic_v2m.c133 ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
135 pci_conf_write(pc, tag, off + PCI_MSI_CTL, ctl);
137 ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
140 pci_conf_write(pc, tag, off + PCI_MSI_CTL, ctl);
145 ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
158 pci_conf_write(pc, tag, off + PCI_MSI_CTL, ctl);
173 ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
175 pci_conf_write(pc, tag, off + PCI_MSI_CTL, ctl);
H A Dgicv3_its.c406 ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
409 pci_conf_write(pc, tag, off + PCI_MSI_CTL, ctl);
412 ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
428 pci_conf_write(pc, tag, off + PCI_MSI_CTL, ctl);
443 ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
445 pci_conf_write(pc, tag, off + PCI_MSI_CTL, ctl);
/netbsd-current/sys/arch/x86/pci/
H A Dmsipic.c353 ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
360 pci_conf_write16(pc, tag, off + PCI_MSI_CTL + 2, ctl >> 16);
403 ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
439 pci_conf_write16(pc, tag, off + PCI_MSI_CTL + 2, ctl >> 16);
441 pci_conf_write(pc, tag, off + PCI_MSI_CTL, ctl);
824 ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
827 pci_conf_write(pc, tag, off + PCI_MSI_CTL, ctl);
/netbsd-current/sys/arch/arm/apple/
H A Dapple_pcie.c476 ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
478 pci_conf_write(pc, tag, off + PCI_MSI_CTL, ctl);
480 ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
483 pci_conf_write(pc, tag, off + PCI_MSI_CTL, ctl);
488 ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
501 pci_conf_write(pc, tag, off + PCI_MSI_CTL, ctl);
516 ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
518 pci_conf_write(pc, tag, off + PCI_MSI_CTL, ctl);
/netbsd-current/sys/dev/pci/
H A Dpci.c618 reg = pci_conf_read(pc, tag, offset + PCI_MSI_CTL);
997 pcs->msi_ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
1078 reg = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
1079 pci_conf_write(pc, tag, off + PCI_MSI_CTL,
1104 pci_conf_write(pc, tag, off + PCI_MSI_CTL, pcs->msi_ctl);
H A Dpcireg.h691 #define PCI_MSI_CTL 0x0 /* Message Control Register offset */ macro

Completed in 222 milliseconds