HomeSort by: relevance | last modified time | path
    Searched refs:gpp_irqbase (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/arm/marvell/
mvsocgppvar.h 37 return intr_establish(gpp_irqbase + pin, ipl, type, func, arg);
mvsocvar.h 47 extern int gpp_npins, gpp_irqbase;
mvsocgpp.c 105 int gpp_irqbase = 0; variable in typeref:typename:int
179 pic_add(gpio_pic, gpp_irqbase + i);
181 gpp_irqbase + i, gpp_irqbase + i + 7);
308 pin = pic->pic_irqbase + is->is_irq - gpp_irqbase;
mv78xx0.c 119 gpp_irqbase = 64; /* Main Low(32) + High(32) */
orion.c 105 gpp_irqbase = 64; /* Main(32) + Bridge(32) */
kirkwood.c 142 gpp_irqbase = 96; /* Main Low(32) + High(32) + Bridge(32) */
dove.c 184 gpp_irqbase = 96; /* Main(32) + Second Main(32) + Bridge(32) */

Completed in 16 milliseconds