Home
last modified time | relevance | path

Searched refs:fbdepth (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/hpcmips/tx/
H A Dtx3912video.c303 int fbdepth, reverse, error; in tx3912video_init() local
309 fbdepth = 1 << (TX3912_VIDEOCTRL1_BITSEL(reg)); in tx3912video_init()
311 switch (fbdepth) { in tx3912video_init()
317 fbdepth = 2; in tx3912video_init()
330 chip->vc_fbdepth = fbdepth; in tx3912video_init()
350 bootinfo->fb_line_bytes = (chip->vc_fbwidth * fbdepth) / NBBY; in tx3912video_init()
/netbsd-src/sys/dev/hpc/
H A Dvideo_subr.c64 u_int32_t fbdepth = vc->vc_fbdepth; \
72 addr = fbaddr + (((y * fbwidth + x) * fbdepth) >> 3); \