HomeSort by: relevance | last modified time | path
    Searched refs:fbdepth (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpcmips/tx/
tx3912video.c 303 int fbdepth, reverse, error; local in function:tx3912video_init
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;
  /src/sys/dev/hpc/
video_subr.c 64 u_int32_t fbdepth = vc->vc_fbdepth; \
72 addr = fbaddr + (((y * fbwidth + x) * fbdepth) >> 3); \

Completed in 12 milliseconds