Home
last modified time | relevance | path

Searched refs:HACTIVE_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/video/intel/
Dintelfbhw.h213 #define HACTIVE_MASK 0x7ff macro
Dintelfbhw.c227 if (var->xres - 1 > HACTIVE_MASK) { in intelfbhw_validate_mode()
230 var->xres, HACTIVE_MASK + 1); in intelfbhw_validate_mode()
986 if (check_overflow(hactive, HACTIVE_MASK, "CRTC hactive")) in intelfbhw_mode_to_hw()