Searched refs:irqs (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_irq.c46 uint32_t irqs = RADEON_READ(RADEON_GEN_INT_STATUS) & mask; local
47 if (irqs)
48 RADEON_WRITE(RADEON_GEN_INT_STATUS, irqs);
49 return (irqs);
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpsm_common.h88 uint32_t *irqs; member in struct:acpi_irqlist
/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Dpsm_common.c261 * is present, its values are used to "reserve" irqs so that later ACPI
262 * configuration won't choose those irqs.
330 * here but there's no other way to find the irqs for
685 if (irqlistp->irqs[i] == irq) {
708 kmem_free(irqlistp->irqs, irqlistp->num_irqs *
731 newent->irqs = irqlist;
H A Duppc.c81 * irqs (returned by _PRS) for the device.
735 "list of possible irqs for this device. Picking one from "
748 irq = irqlistp->irqs[i];
802 "suitable irq from the list of possible irqs for device "
/illumos-gate/usr/src/boot/sys/i386/include/pc/
H A Dbios.h184 u_int16_t irqs; member in struct:PIR_intpin
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c803 irq->irqs = GET_BYTE(tp) & 0x0ff;
804 irq->irqs |= (GET_BYTE(tp) << 8)&0x0ff00;
806 irq->irqs = (1<< (tpce_ir&0x0f));
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_uppc.c64 * irqs (returned by _PRS) for the device.
497 "list of possible irqs for this device. Picking one from "
510 irq = irqlistp->irqs[i];
565 "suitable irq from the list of possible irqs for device "
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h812 uint32_t irqs; /* bit mask for each allowed IRQ */ member in struct:cistpl_cftable_entry_irq_t
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c197 * irqs (returned by _PRS) for the device.
1415 * See if two irqs are compatible for sharing a vector.
1858 * apic_choose_irqs_from_prs returns a list of irqs selected from the list of
1859 * irqs returned by the link device's _PRS method. The irqs are chosen
1863 * of irqs to use, with the highest priority given to interrupt controller
1865 * must be shared, apic_choose_irqs_from_prs adds the possible irqs to the
1883 irq = irqlistent->irqs[i];
2055 "list of possible irqs for this device. Picking one from "
2064 "suitable irq from the list of possible irqs fo
[all...]

Completed in 87 milliseconds