Home
last modified time | relevance | path

Searched refs:sync_on_green (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/video/
H A Dtgafb.h218 u32 sync_on_green; /* set if sync is on green */ member
/kernel/linux/linux-6.6/include/video/
H A Dtgafb.h218 u32 sync_on_green; /* set if sync is on green */ member
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dtgafb.c263 par->sync_on_green = !!(info->var.sync & FB_SYNC_ON_GREEN);
282 (par->sync_on_green ? 0x0 : 0x00010000),
308 BT485_WRITE(par, 0xa2 | (par->sync_on_green ? 0x8 : 0x0),
337 (par->sync_on_green ? 0xc0 : 0x40));
358 (par->sync_on_green ? 0xc0 : 0x40));
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dtgafb.c270 par->sync_on_green = !!(info->var.sync & FB_SYNC_ON_GREEN);
289 (par->sync_on_green ? 0x0 : 0x00010000),
315 BT485_WRITE(par, 0xa2 | (par->sync_on_green ? 0x8 : 0x0),
344 (par->sync_on_green ? 0xc0 : 0x40));
365 (par->sync_on_green ? 0xc0 : 0x40));

Completed in 6 milliseconds