Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dtgafb.h71 #define TGA_VERT_SYNC 0x003f0000 macro
Dtgafb.c371 par->vtimings |= (var->vsync_len << 16) & TGA_VERT_SYNC; in tgafb_decode_var()
406 var->vsync_len = ((par->vtimings & TGA_VERT_SYNC) >> 16); in tgafb_encode_var()