HomeSort by: relevance | last modified time | path
    Searched defs: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;
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;

Completed in 23 milliseconds