Searched refs:hde_off (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 Datafb.c944 int hdb_off, hde_off, base_off; local
1245 hde_off = 0;
1249 hde_off = ((128 / bpp + 2) * plen);
1269 par->HDE = gend1 - par->HHT - 2 - hde_off / prescale;
1271 if (hde_off % prescale)
1393 int hdb_off, hde_off, base_off; local
1496 hde_off = 0;
1499 hde_off = ((128 / var->bits_per_pixel + 2) * plen);
1512 var->right_margin = prescale * (hw->hht + 2 - hw->hde) - hde_off;

Completed in 48 milliseconds