Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dtgafb.h72 #define TGA_VERT_FP 0x0000f800 macro
Dtgafb.c369 par->vtimings |= (var->lower_margin << 11) & TGA_VERT_FP; in tgafb_decode_var()
404 var->lower_margin = ((par->vtimings & TGA_VERT_FP) >> 11); in tgafb_encode_var()