Searched refs:fbdepth (Results 1 – 2 of 2) sorted by relevance
303 int fbdepth, reverse, error; in tx3912video_init() local309 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()
64 u_int32_t fbdepth = vc->vc_fbdepth; \72 addr = fbaddr + (((y * fbwidth + x) * fbdepth) >> 3); \