HomeSort by: relevance | last modified time | path
    Searched defs:best_irq (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/acpi/
acpi_pci_link.c 965 u_int8_t best_irq, pos_irq; local in function:acpi_pci_link_choose_irq
990 best_irq = PCI_INVALID_IRQ;
1000 best_irq = pos_irq;
1008 if (link->l_isa_irq && !PCI_INTERRUPT_VALID(best_irq)) {
1013 best_irq = pos_irq;
1017 if (PCI_INTERRUPT_VALID(best_irq)) {
1019 sc->pl_name, best_irq, best_weight);
1022 return best_irq;

Completed in 23 milliseconds