Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/i2c/
Dtda1997x.c1103 u16 hper, hsync_pos, hsper, interlaced; in tda1997x_detect_std() local
1111 hper = io_read16(sd, REG_H_PER); in tda1997x_detect_std()
1114 hsync_pos = hper & MASK_HPER_SYNC_POS; in tda1997x_detect_std()
1117 hper &= MASK_HPER; in tda1997x_detect_std()
1119 v4l2_dbg(1, debug, sd, "Signal Timings: %u/%u/%u\n", vper, hper, hsper); in tda1997x_detect_std()
1640 u16 hper; in tda1997x_g_input_status() local
1645 hper = io_read16(sd, REG_H_PER) & MASK_HPER; in tda1997x_g_input_status()
1660 vper, hper, hsper); in tda1997x_g_input_status()
1663 else if (!vper || !hper || !hsper) in tda1997x_g_input_status()