Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbmips/loongson/
H A Dloongson_intr.h49 struct bonito_irqmap { struct
63 extern const struct bonito_irqmap loongson2e_irqmap[BONITO_NDIRECT]; argument
64 extern const struct bonito_irqmap loongson2f_irqmap[BONITO_NDIRECT];
H A Dautoconf.h42 struct bonito_irqmap;
68 const struct bonito_irqmap *irq_map;
H A Dloongson2_machdep.c65 const struct bonito_irqmap loongson2e_irqmap[BONITO_NDIRECT] = {
100 const struct bonito_irqmap loongson2f_irqmap[BONITO_NDIRECT] = {
H A Dloongson_intr.c102 const struct bonito_irqmap *irqmap; in evbmips_intr_init()