Home
last modified time | relevance | path

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

/linux-5.19.10/include/video/
Dpermedia2.h200 #define PM2F_HSYNC_MASK 0x18 macro
/linux-5.19.10/drivers/video/fbdev/
Dpm2fb.c528 vsync &= ~(PM2F_HSYNC_MASK | PM2F_VSYNC_MASK); in set_video()
537 if ((video & PM2F_HSYNC_MASK) == PM2F_HSYNC_ACT_LOW) in set_video()
545 if ((video & PM2F_HSYNC_MASK) == PM2F_HSYNC_ACT_LOW) in set_video()
1025 video &= ~(PM2F_HSYNC_MASK | PM2F_BLANK_LOW); in pm2fb_blank()
1029 video &= ~(PM2F_VSYNC_MASK | PM2F_HSYNC_MASK | PM2F_BLANK_LOW); in pm2fb_blank()