/src/sys/dev/ic/ |
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);
|
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/ |
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) {
|
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 */
|
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) {
|
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) {
|