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

  /src/sys/dev/goldfish/
gfpicvar.h 42 void gfpic_enable(struct gfpic_softc *, int);
gfpic.c 52 #define GFPIC_ENABLE (4 << 2) /* enable IRQs (bitmask) */
73 * gfpic_enable --
77 gfpic_enable(struct gfpic_softc *sc, int pirq) function in typeref:typename:void
82 REG_WRITE(sc, GFPIC_ENABLE, (1U << pirq));
  /src/sys/arch/virt68k/virt68k/
intr.c 225 gfpic_enable(pics[pic], IRQ_TO_PIRQ(irq));

Completed in 12 milliseconds