Searched refs:GRAPH_DPMS_VSYNC_MASK (Results 1 – 2 of 2) sorted by relevance
341 Dpms &= ~(GRAPH_DPMS_HSYNC_MASK | GRAPH_DPMS_VSYNC_MASK); in Pc98VidSetPowerState()351 Dpms = (Dpms | GRAPH_DPMS_HSYNC_MASK) & ~GRAPH_DPMS_VSYNC_MASK; in Pc98VidSetPowerState()357 Dpms = (Dpms | GRAPH_DPMS_VSYNC_MASK) & ~GRAPH_DPMS_HSYNC_MASK; in Pc98VidSetPowerState()364 Dpms |= GRAPH_DPMS_HSYNC_MASK | GRAPH_DPMS_VSYNC_MASK; in Pc98VidSetPowerState()
357 #define GRAPH_DPMS_VSYNC_MASK 0x80 macro