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

  /src/sys/dev/goldfish/
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));

Completed in 10 milliseconds