Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Damifb.c562 #define div8(v) ((v)>>3) macro
986 #define ddfstrt2hw(ddfstrt) div8(ddfstrt)
987 #define ddfstop2hw(ddfstop) div8(ddfstop)
991 #define hsstrt2hw(hsstrt) (div8(hsstrt))
992 #define hsstop2hw(hsstop) (div8(hsstop))
993 #define htotal2hw(htotal) (div8(htotal)-1)
997 #define hcenter2hw(htotal) (div8(htotal))
1955 fix->line_length = div8(upx(16<<maxfmode, par->vxres)); in ami_encode_fix()
2288 par->next_plane = div8(upx(16<<maxfmode, par->vxres)); in ami_decode_var()
2295 par->next_line = div8(upx(16<<maxfmode, par->vxres)); in ami_decode_var()
[all …]