Searched refs:hper (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tda1997x.c | 1096 u16 hper; in tda1997x_detect_std() local 1107 hper = io_read16(sd, REG_H_PER) & MASK_HPER; in tda1997x_detect_std() 1109 v4l2_dbg(1, debug, sd, "Signal Timings: %u/%u/%u\n", vper, hper, hsper); in tda1997x_detect_std() 1110 if (!vper || !hper || !hsper) in tda1997x_detect_std() 1128 /* hper +/- 1.0% */ in tda1997x_detect_std() 1139 hmatch = ((hper <= hmax) && (hper >= hmin)) ? 1 : 0; in tda1997x_detect_std() 1153 vper, hper, hsper); in tda1997x_detect_std() 1624 u16 hper; in tda1997x_g_input_status() local 1629 hper in tda1997x_g_input_status() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tda1997x.c | 1103 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() 1653 * The vper/hper/hsper registers provide the frame period, line period in tda1997x_g_input_status() 1660 vper, hper, hsper); in tda1997x_g_input_status() 1663 else if (!vper || !hper || !hspe in tda1997x_g_input_status() [all...] |
Completed in 5 milliseconds