OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dc_log2_depth
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/iomd/
vidcvideo.c
92
int
dc_log2_depth
; /* log2 of bits per pixel */
member in struct:fb_devconfig
216
dc->
dc_log2_depth
= dc->mode_info.log2_bpp;
217
dc->dc_depth = 1 << dc->
dc_log2_depth
;
620
rgbdat = ri_col_data[dc->
dc_log2_depth
];
vidcvideo.c
92
int
dc_log2_depth
; /* log2 of bits per pixel */
member in struct:fb_devconfig
216
dc->
dc_log2_depth
= dc->mode_info.log2_bpp;
217
dc->dc_depth = 1 << dc->
dc_log2_depth
;
620
rgbdat = ri_col_data[dc->
dc_log2_depth
];
Completed in 221 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025