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

  /src/sys/dev/ic/
rng200.c 53 uint32_t ctl, rng, rbg; local in function:rng200_reset
55 /* Disable RBG */
63 /* Reset RNG and RBG */
64 rbg = READ4(sc, RNG200_RBG_RESET);
66 WRITE4(sc, RNG200_RBG_RESET, rbg | RBG_RESET);
69 WRITE4(sc, RNG200_RBG_RESET, rbg);
71 /* Enable RBG */
  /src/sys/dev/rasops/
rasops1-4_putchar.h 92 uint32_t bg, fg, lbg, rbg, clr[2], lmask, rmask, tmp; local in function:NAME
210 rbg = bg & ~rmask;
224 *bp = (*bp & rmask) | rbg;
rasops1.c 97 uint32_t bg, fg, lbg, rbg, fb, lmask, rmask, tmp, tmp0, tmp1; local in function:rasops1_putchar
200 rbg = bg & ~rmask;
204 tmp1 = (rp[1] & rmask) | rbg;
rasops_bitops.h 57 uint32_t bg, lbg, rbg, lmask, rmask, tmp; local in function:NAME
116 rbg = bg & ~rmask;
130 *dp = (*dp & rmask) | rbg;

Completed in 33 milliseconds