Searched refs:to3264 (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dpm2fb.c246 static u32 to3264(u32 timing, int bpp, int is64) function
726 hsstart = to3264(info->var.right_margin, depth, data64);
727 hsend = hsstart + to3264(info->var.hsync_len, depth, data64);
728 hbend = hsend + to3264(info->var.left_margin, depth, data64);
729 htotal = to3264(xres, depth, data64) + hbend - 1;
736 stride = to3264(width, depth, 1);
737 base = to3264(info->var.yoffset * xres + info->var.xoffset, depth, 1);
981 base = to3264(var->yoffset * xres + var->xoffset, depth, 1);

Completed in 97 milliseconds