Lines Matching defs:msic
1380 int base, error, i, msic, msixc;
1533 msic = pci_msi_count(dev);
1536 device_printf(dev, "MSI count : %d\n", msic);
1540 if (msic > 1)
1541 msic = 1;
1551 if (msic == 1) {
1560 msic > 0 && pci_alloc_msi(dev, &msic) == 0) {
1561 if (msic == 1) {
1563 "Using %d MSI message(s).\n", msic);
1647 msic = ALC_MSIX_MESSAGES;
1649 msic = ALC_MSI_MESSAGES;
1651 msic = 1;
1652 for (i = 0; i < msic; i++) {
1682 int i, msic;
1711 msic = ALC_MSIX_MESSAGES;
1713 msic = ALC_MSI_MESSAGES;
1715 msic = 1;
1716 for (i = 0; i < msic; i++) {