Searched refs:HBLANKING_MIN (Results 1 – 2 of 2) sorted by relevance
147 #define HBLANKING_MIN 80 macro149 #define HFP_HBP_DEF ((HBLANKING_MIN - SYNC_LEN_DEF) / 2)
2363 if (hblanking < HBLANKING_MIN || (hfp < HP_MIN && hbp < HP_MIN)) { in anx7625_bridge_mode_fixup()2368 if (hblanking < HBLANKING_MIN) { in anx7625_bridge_mode_fixup()2369 delta_adj = HBLANKING_MIN - hblanking; in anx7625_bridge_mode_fixup()2373 delta_adj = hblanking - HBLANKING_MIN; in anx7625_bridge_mode_fixup()