OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:andmask
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
radeonfb_bios.c
374
uint32_t
andmask
;
local
395
andmask
= GETBIOS32(sc, offset);
400
index,
andmask
, ormask));
401
radeonfb_maskindex(sc, index,
andmask
, ormask);
405
andmask
= GETBIOS32(sc, offset);
410
index,
andmask
, ormask));
411
radeonfb_mask32(sc, index,
andmask
, ormask);
450
uint32_t
andmask
;
local
489
andmask
=
498
shift,
andmask
, ormask))
[
all
...]
radeonfb.c
1519
uint32_t
andmask
, uint32_t ormask)
1526
val = (val &
andmask
) | ormask;
1558
uint32_t
andmask
, uint32_t ormask)
1566
val = (val &
andmask
) | ormask;
1602
uint32_t
andmask
, uint32_t ormask)
1611
val = (val &
andmask
) | ormask;
Completed in 54 milliseconds
Indexes created Tue Sep 15 00:24:42 UTC 2026