Searched refs:diw_height (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 Dpvr2fb.c541 unsigned int diw_height, diw_width, diw_modulo = 1; local
552 diw_height = (par->is_interlaced ? var->yres / 2 : var->yres);
554 fb_writel((diw_modulo << 20) | (--diw_height << 10) | --diw_width,

Completed in 42 milliseconds