Home
last modified time | relevance | path

Searched refs:intdef (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/dev/aic7xxx/
Dahc_eisa.c48 u_int intdef; in aic7770_probe() local
81 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()
Daic7770.c133 u_int intdef; in aic7770_config() local
166 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()
Dahc_isa.c134 u_int intdef; in ahc_isa_probe() local
170 intdef = bus_space_read_1(tag, bsh, INTDEF); in ahc_isa_probe()
171 irq_num = intdef & VECTOR; in ahc_isa_probe()
/freebsd-9-stable/sys/dev/ahb/
Dahb.c204 u_int8_t intdef; in ahbprobe() local
217 intdef = inb(INTDEF + iobase); in ahbprobe()
218 switch (intdef & 0x7) { in ahbprobe()
240 (intdef & 0x7)); in ahbprobe()