Searched refs:DSS_HFP (Results 1 – 2 of 2) sorted by relevance
52 .timing_h = DSS_HBP(48) | DSS_HFP(16) | DSS_HSW(96),64 .timing_h = DSS_HBP(88) | DSS_HFP(40) | DSS_HSW(128),76 .timing_h = DSS_HBP(160) | DSS_HFP(24) | DSS_HSW(136),88 .timing_h = DSS_HBP(256) | DSS_HFP(64) | DSS_HSW(128),100 .timing_h = DSS_HBP(312) | DSS_HFP(96) | DSS_HSW(112),112 .timing_h = DSS_HBP(248) | DSS_HFP(48) | DSS_HSW(112),124 .timing_h = DSS_HBP(2) | DSS_HFP(2) | DSS_HSW(2),283 panel_cfg.timing_h |= DSS_HFP(num_val); in parse_setting()
217 #define DSS_HFP(fp) (((fp) - 1) << 8) macro223 #define PANEL_TIMING_H(bp, fp, sw) (DSS_HBP(bp) | DSS_HFP(fp) | DSS_HSW(sw))
Completed in 5 milliseconds