Searched refs:frame_lines (Results 1 – 1 of 1) sorted by relevance
538 static int xc_get_frame_lines(struct xc5000_priv *priv, u16 *frame_lines) in xc_get_frame_lines() argument 540 return xc5000_readreg(priv, XREG_FRAME_LINES, frame_lines); in xc_get_frame_lines() 629 u16 frame_lines; in xc_debug_dump() local 664 xc_get_frame_lines(priv, &frame_lines); in xc_debug_dump() 665 dprintk(1, "*** Frame lines = %d\n", frame_lines); in xc_debug_dump()