OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rbg
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
rng200.c
53
uint32_t ctl, rng,
rbg
;
local
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
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
200
rbg
= bg & ~rmask;
204
tmp1 = (rp[1] & rmask) |
rbg
;
rasops_bitops.h
57
uint32_t bg, lbg,
rbg
, lmask, rmask, tmp;
local
116
rbg
= bg & ~rmask;
130
*dp = (*dp & rmask) |
rbg
;
Completed in 23 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026