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

/freebsd-11-stable/sys/dev/ed/
H A Dif_ed_cbus.c1004 rman_res_t conf_irq, junk; local
1107 error = bus_get_resource(dev, SYS_RES_IRQ, 0, &conf_irq, &junk);
1111 switch (conf_irq) {
1132 "%s for %s\n", conf_irq, "3,5,6,9,12,13", "CNET98");
1160 rman_res_t conf_irq, junk; local
1206 error = bus_get_resource(dev, SYS_RES_IRQ, 0, &conf_irq, &junk);
1210 switch (conf_irq) {
1227 "%s for %s\n", conf_irq, "3,5,6", "CNET98E/L");
1254 rman_res_t conf_irq, junk; local
1267 error = bus_get_resource(dev, SYS_RES_IRQ, 0, &conf_irq,
1306 rman_res_t conf_irq, junk; local
1430 rman_res_t conf_irq, junk; local
[all...]
H A Dif_ed_hpp.c129 rman_res_t conf_maddr, conf_msize, conf_irq, junk; local
225 error = bus_get_resource(dev, SYS_RES_IRQ, 0, &conf_irq, &junk);
229 if (conf_irq != ed_hpp_intr_val[irq])

Completed in 81 milliseconds