Home
last modified time | relevance | path

Searched refs:LVDSVBS (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/xgifb/
Dvb_setmode.c4216 unsigned short LVDSVT, LVDSVBS, LVDSVRS, LVDSVRE, LVDSVBE; in xgifb_set_lvds() local
4265 LVDSVBS = yres + (xgifb_info->lvds_data.LVDSVDE - yres) / 2; in xgifb_set_lvds()
4267 LVDSVBS += yres / 2; in xgifb_set_lvds()
4269 if (LVDSVBS > LVDSVT) in xgifb_set_lvds()
4270 LVDSVBS -= LVDSVT; in xgifb_set_lvds()
4272 LVDSVRS = LVDSVBS + xgifb_info->lvds_data.LVDSVFP; in xgifb_set_lvds()
4280 LVDSVBE = LVDSVBS + LVDSVT - xgifb_info->lvds_data.LVDSVDE; in xgifb_set_lvds()
4331 value = LVDSVBS - 1; in xgifb_set_lvds()