Lines Matching refs:val_h
789 u8 val_h, val_l; in lt6911uxe_get_detected_timings() local
808 val_h = i2c_rd8(sd, HTOTAL_H); in lt6911uxe_get_detected_timings()
810 htotal = ((val_h << 8) | val_l) * 2; in lt6911uxe_get_detected_timings()
812 val_h = i2c_rd8(sd, VTOTAL_H); in lt6911uxe_get_detected_timings()
814 vtotal = (val_h << 8) | val_l; in lt6911uxe_get_detected_timings()
816 val_h = i2c_rd8(sd, HACT_H); in lt6911uxe_get_detected_timings()
818 hact = ((val_h << 8) | val_l) * 2; in lt6911uxe_get_detected_timings()
820 val_h = i2c_rd8(sd, VACT_H); in lt6911uxe_get_detected_timings()
822 vact = (val_h << 8) | val_l; in lt6911uxe_get_detected_timings()
826 val_h = i2c_rd8(sd, HFP_HALF_H); in lt6911uxe_get_detected_timings()
828 hfp = ((val_h << 8) | val_l) * 2; in lt6911uxe_get_detected_timings()
833 val_h = i2c_rd8(sd, VFP_H); in lt6911uxe_get_detected_timings()
835 vfp = (val_h << 8) | val_l; in lt6911uxe_get_detected_timings()