Searched refs:intdef (Results 1 – 4 of 4) sorted by relevance
48 u_int intdef; in aic7770_probe() local81 intdef = bus_space_read_1(tag, bsh, INTDEF); in aic7770_probe()82 shared = (intdef & EDGE_TRIG) ? EISA_TRIGGER_EDGE : EISA_TRIGGER_LEVEL; in aic7770_probe()83 irq = intdef & VECTOR; in aic7770_probe()94 eisa_get_slot(dev), intdef); in aic7770_probe()
133 u_int intdef; in aic7770_config() local166 intdef = ahc_inb(ahc, INTDEF); in aic7770_config()167 irq = intdef & VECTOR; in aic7770_config()177 printf("aic7770_config: invalid irq setting %d\n", intdef); in aic7770_config()181 if ((intdef & EDGE_TRIG) != 0) in aic7770_config()
134 u_int intdef; in ahc_isa_probe() local170 intdef = bus_space_read_1(tag, bsh, INTDEF); in ahc_isa_probe()171 irq_num = intdef & VECTOR; in ahc_isa_probe()
204 u_int8_t intdef; in ahbprobe() local217 intdef = inb(INTDEF + iobase); in ahbprobe()218 switch (intdef & 0x7) { in ahbprobe()240 (intdef & 0x7)); in ahbprobe()