Searched refs:hsync_pos (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/video/fbdev/ |
| H A D | sh_mobile_lcdcfb.c | 725 unsigned long h_total, hsync_pos, display_h_total; in sh_mobile_lcdc_geometry() local 749 hsync_pos = mode->xres + mode->right_margin; in sh_mobile_lcdc_geometry() 750 tmp = hsync_pos / 8; /* HSYNP */ in sh_mobile_lcdc_geometry() 768 | ((mode->hsync_len & 7) << 8) | (hsync_pos & 7); in sh_mobile_lcdc_geometry()
|
| /linux/drivers/media/i2c/ |
| H A D | tda1997x.c | 1103 u16 hper, hsync_pos, hsper, interlaced; in tda1997x_detect_std() local 1114 hsync_pos = hper & MASK_HPER_SYNC_POS; in tda1997x_detect_std() 1136 htot, hact, hfront, hsync, hback, hsync_pos ? '+' : '-', in tda1997x_detect_std() 1153 timings->bt.polarities |= hsync_pos ? V4L2_DV_HSYNC_POS_POL : 0; in tda1997x_detect_std()
|