OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fbdepth
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hpcmips/tx/
tx3912video.c
303
int
fbdepth
, reverse, error;
local
309
fbdepth
= 1 << (TX3912_VIDEOCTRL1_BITSEL(reg));
311
switch (
fbdepth
) {
317
fbdepth
= 2;
330
chip->vc_fbdepth =
fbdepth
;
350
bootinfo->fb_line_bytes = (chip->vc_fbwidth *
fbdepth
) / NBBY;
tx3912video.c
303
int
fbdepth
, reverse, error;
local
309
fbdepth
= 1 << (TX3912_VIDEOCTRL1_BITSEL(reg));
311
switch (
fbdepth
) {
317
fbdepth
= 2;
330
chip->vc_fbdepth =
fbdepth
;
350
bootinfo->fb_line_bytes = (chip->vc_fbwidth *
fbdepth
) / NBBY;
Completed in 28 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026