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)
2328 if (hblanking < HBLANKING_MIN || (hfp < HP_MIN && hbp < HP_MIN)) { in anx7625_bridge_mode_fixup()2333 if (hblanking < HBLANKING_MIN) { in anx7625_bridge_mode_fixup()2334 delta_adj = HBLANKING_MIN - hblanking; in anx7625_bridge_mode_fixup()2338 delta_adj = hblanking - HBLANKING_MIN; in anx7625_bridge_mode_fixup()