OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vc_fbwidth
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/hpc/
video_subr.h
51
int
vc_fbwidth
;
member in struct:video_chip
video_subr.c
63
u_int32_t fbwidth = vc->
vc_fbwidth
; \
136
addr = vc->vc_fbvaddr + (((y * vc->
vc_fbwidth
+ x) * \
223
x = vc->
vc_fbwidth
- 40;
/src/sys/arch/hpcarm/dev/
epsonlcd.c
189
fb->hf_width = vc->
vc_fbwidth
;
194
fb->hf_bytes_per_line = (vc->
vc_fbwidth
* vc->vc_fbdepth) / NBBY;
256
vc->
vc_fbwidth
= bootinfo->fb_width;
/src/sys/arch/hpcmips/tx/
tx3912video.c
253
fb->hf_width = chip->
vc_fbwidth
;
258
fb->hf_bytes_per_line = (chip->
vc_fbwidth
* chip->vc_fbdepth)
331
chip->
vc_fbwidth
= bootinfo->fb_width;
350
bootinfo->fb_line_bytes = (chip->
vc_fbwidth
* fbdepth) / NBBY;
366
size = (chip->
vc_fbwidth
* chip->vc_fbheight * chip->vc_fbdepth) /
443
h = chip->
vc_fbwidth
;
/src/sys/arch/hpcsh/dev/hd64461/
hd64461video.c
245
on_screen_size = (vc->
vc_fbwidth
* vc->vc_fbheight * vc->vc_fbdepth) /
333
int width = vc->
vc_fbwidth
;
435
(hvc->vc.
vc_fbwidth
- 1) & HD64461_LCDGRDOR_MASK);
652
width = sc->sc_vc->vc.
vc_fbwidth
;
700
width = sc->sc_vc->vc.
vc_fbwidth
;
765
width = sc->sc_vc->vc.
vc_fbwidth
;
1026
vc->
vc_fbwidth
= width;
/src/sys/arch/hpcmips/dev/
plumvideo.c
240
int width = chip->
vc_fbwidth
;
356
chip->
vc_fbwidth
= width = bootinfo->fb_width =
Completed in 16 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025