HomeSort by: relevance | last modified time | path
    Searched refs:ISAPNP_IRQ_HIGH (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/isapnp/
isapnpdebug.c 300 switch (v0 & (ISAPNP_IRQ_LEVEL|ISAPNP_IRQ_HIGH)) {
301 case ISAPNP_IRQ_LEVEL|ISAPNP_IRQ_HIGH:
304 case ISAPNP_IRQ_HIGH:
isapnpreg.h 93 #define ISAPNP_IRQ_HIGH 2
isapnp.c 773 v = ISAPNP_IRQ_LEVEL|ISAPNP_IRQ_HIGH;
777 v = ISAPNP_IRQ_HIGH;

Completed in 38 milliseconds