Searched refs:to3264 (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | pm2fb.c | 483 static u32 to3264(u32 timing, int bpp, int is64) { in to3264() function 1202 i->current_par.base=to3264(var->yoffset*i->current_par.width+ in pm2fb_pan_display() 1570 p.hsstart=to3264(var->right_margin, p.depth, data64); in pm2fb_decode_var() 1571 p.hsend=p.hsstart+to3264(var->hsync_len, p.depth, data64); in pm2fb_decode_var() 1572 p.hbend=p.hsend+to3264(var->left_margin, p.depth, data64); in pm2fb_decode_var() 1573 p.htotal=to3264(xres, p.depth, data64)+p.hbend-1; in pm2fb_decode_var() 1578 p.stride=to3264(p.width, p.depth, 1); in pm2fb_decode_var() 1579 p.base=to3264(var->yoffset*xres+var->xoffset, p.depth, 1); in pm2fb_decode_var()
|