OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pci_hwpend
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/ixp12x0/
ixp12x0_intr.c
384
uint32_t
pci_hwpend
;
local in function:ixp12x0_intr_dispatch
390
pci_hwpend
= ixp12x0_pci_irq_read();
393
ixp12x0_set_intrmask(imask[ppl] | hwpend, pci_imask[ppl] |
pci_hwpend
);
396
pci_hwpend
&= ~pci_imask[ppl];
413
while (
pci_hwpend
) {
414
irq = ffs(
pci_hwpend
) - 1;
426
pci_hwpend
&= ~ibit;
Completed in 12 milliseconds
Indexes created Mon Oct 13 14:09:54 GMT 2025