Searched refs:frame_lines (Results 1 – 1 of 1) sorted by relevance
461 static int xc_get_frame_lines(struct xc4000_priv *priv, u16 *frame_lines) in xc_get_frame_lines() argument463 return xc4000_readreg(priv, XREG_FRAME_LINES, frame_lines); in xc_get_frame_lines()1094 u16 frame_lines = 0; in xc_debug_dump() local1122 xc_get_frame_lines(priv, &frame_lines); in xc_debug_dump()1123 dprintk(1, "*** Frame lines = %d\n", frame_lines); in xc_debug_dump()