OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pos_irq
(Results
1 - 3
of
3
) 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
993
pos_irq
= link->l_irqs[i];
994
if (
pos_irq
< NUM_ISA_INTERRUPTS &&
995
(pci_link_bios_isa_irqs & 1 <<
pos_irq
) == 0)
997
pos_weight = pci_link_interrupt_weights[
pos_irq
];
1000
best_irq =
pos_irq
;
1009
pos_irq
= AcpiGbl_FADT.SciInterrupt;
1010
pos_weight = pci_link_interrupt_weights[
pos_irq
];
1013
best_irq =
pos_irq
;
acpi_pci_link.c
965
u_int8_t best_irq,
pos_irq
;
local in function:acpi_pci_link_choose_irq
993
pos_irq
= link->l_irqs[i];
994
if (
pos_irq
< NUM_ISA_INTERRUPTS &&
995
(pci_link_bios_isa_irqs & 1 <<
pos_irq
) == 0)
997
pos_weight = pci_link_interrupt_weights[
pos_irq
];
1000
best_irq =
pos_irq
;
1009
pos_irq
= AcpiGbl_FADT.SciInterrupt;
1010
pos_weight = pci_link_interrupt_weights[
pos_irq
];
1013
best_irq =
pos_irq
;
acpi_pci_link.c
965
u_int8_t best_irq,
pos_irq
;
local in function:acpi_pci_link_choose_irq
993
pos_irq
= link->l_irqs[i];
994
if (
pos_irq
< NUM_ISA_INTERRUPTS &&
995
(pci_link_bios_isa_irqs & 1 <<
pos_irq
) == 0)
997
pos_weight = pci_link_interrupt_weights[
pos_irq
];
1000
best_irq =
pos_irq
;
1009
pos_irq
= AcpiGbl_FADT.SciInterrupt;
1010
pos_weight = pci_link_interrupt_weights[
pos_irq
];
1013
best_irq =
pos_irq
;
Completed in 1256 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025