HomeSort by: relevance | last modified time | path
    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