Lines Matching defs:msictl
1275 pcireg_t msictl;
1284 msictl = pci_conf_read(pa->pa_pc, pa->pa_tag, msioff);
1285 msictl &= ~PCI_MSI_CTL_MSI_ENABLE;
1286 msictl &= ~PCI_MSI_CTL_MME_MASK;
1287 pci_conf_write(pa->pa_pc, pa->pa_tag, msioff, msictl);
1355 pcireg_t msictl;
1360 msictl = pci_conf_read(pa->pa_pc, pa->pa_tag, msioff);
1361 msictl &= ~PCI_MSI_CTL_MSI_ENABLE;
1362 msictl &= ~PCI_MSI_CTL_MME_MASK;
1363 pci_conf_write(pa->pa_pc, pa->pa_tag, msioff, msictl);
1458 pcireg_t cmdsts, msictl;
1473 msictl = pci_conf_read(pc, tag, off);
1486 if (msictl & PCI_MSI_CTL_64BIT_ADDR) {
1503 if (msictl & PCI_MSI_CTL_PERVEC_MASK) {
1521 msictl |= PCI_MSI_CTL_MSI_ENABLE;
1522 pci_conf_write(pc, tag, msih->msih_msioff, msictl);
1578 pcireg_t msictl = pci_conf_read(pc, tag, msih->msih_msioff);
1579 msictl &= ~PCI_MSI_CTL_MSI_ENABLE;
1580 pci_conf_write(pc, tag, msih->msih_msioff, msictl);