Searched refs:intdef (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/eisa/
H A Dahc_eisa.c73 u_char intdef; local
80 intdef = bus_space_read_1(iot, ioh, INTDEF);
81 switch (irq = (intdef & VECTOR)) {
90 printf("ahc_eisa_irq: illegal irq setting %d\n", intdef);
146 u_int intdef; local
202 intdef = ahc_inb(ahc, INTDEF);
203 if ((intdef & EDGE_TRIG) != 0)
/openbsd-current/sys/arch/i386/isa/
H A Dahc_isa.c151 u_char intdef; local
158 intdef = bus_space_read_1(iot, ioh, INTDEF);
159 switch (irq = (intdef & VECTOR)) {
168 printf("ahc_isa_irq: illegal irq setting %d\n", intdef);
343 u_int intdef; local
392 intdef = ahc_inb(ahc, INTDEF);
393 if ((intdef & EDGE_TRIG) != 0)

Completed in 163 milliseconds