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

  /src/sys/dev/ic/
aic77xxreg.h 36 #define INTDEF 0x5c /* Interrupt Definition Register */
aic77xx.c 59 u_int8_t intdef; local in function:ahc_aic77xx_irq
66 intdef = bus_space_read_1(iot, ioh, INTDEF);
67 irq = (intdef & INTDEF_IRQ_MASK);
77 printf("ahc_aic77xx_irq: illegal irq setting %d\n", intdef);
  /src/sys/dev/eisa/
ahbreg.h 60 #define INTDEF 0x42
63 /**** bit definitions for INTDEF ****/
ahc_eisa.c 114 u_char intdef; local in function:ahc_eisa_attach
161 intdef = bus_space_read_1(iot, ioh, INTDEF);
163 if (intdef & EDGE_TRIG) {
ahb.c 610 u_char intdef; local in function:ahb_find
653 intdef = bus_space_read_1(iot, ioh, INTDEF);
654 switch (intdef & 0x07) {
674 printf("illegal int setting %x\n", intdef);
687 if (intdef & INTHIGH) {
693 bus_space_write_1(iot, ioh, INTDEF, (intdef | INTEN)); /* make sure we can interrupt */
  /src/sys/arch/i386/isa/
ahc_isa.c 368 u_char intdef; local in function:ahc_isa_attach
420 intdef = bus_space_read_1(iot, ioh, INTDEF);
422 if (intdef & EDGE_TRIG) {
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.reg 1536 INTDEF {
aic7xxx_reg.h 467 ahc_print_register(NULL, 0, "INTDEF", 0x5c, regvalue, cur_col, wrap)
1416 #define INTDEF 0x5c

Completed in 18 milliseconds