Searched refs:vper (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tda1997x.c | 1095 u32 vper; in tda1997x_detect_std() local 1106 vper = io_read24(sd, REG_V_PER) & MASK_VPER; 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() 1125 /* vper +/- 0.7% */ in tda1997x_detect_std() 1137 vmatch = ((vper <= vmax) && (vper >= vmin)) ? 1 : 0; in tda1997x_detect_std() 1153 vper, hper, hsper); in tda1997x_detect_std() 1623 u32 vper; in tda1997x_g_input_status() local 1628 vper in tda1997x_g_input_status() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tda1997x.c | 1102 u32 vper, vsync_pos; in tda1997x_detect_std() local 1110 vper = io_read24(sd, REG_V_PER); in tda1997x_detect_std() 1113 vsync_pos = vper & MASK_VPER_SYNC_POS; in tda1997x_detect_std() 1116 vper &= MASK_VPER; in tda1997x_detect_std() 1119 v4l2_dbg(1, debug, sd, "Signal Timings: %u/%u/%u\n", vper, hper, hsper); in tda1997x_detect_std() 1160 do_div(timings->bt.pixelclock, vper * 2 /* full frame */); in tda1997x_detect_std() 1165 do_div(timings->bt.pixelclock, vper); in tda1997x_detect_std() 1639 u32 vper; in tda1997x_g_input_status() local 1644 vper = io_read24(sd, REG_V_PER) & MASK_VPER; in tda1997x_g_input_status() 1653 * The vper/hpe in tda1997x_g_input_status() [all...] |
Completed in 5 milliseconds