Searched refs:fixed1 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i2c/
H A Dch7006_mode.c39 #define NTSC_LIKE_TIMINGS .vrefresh = 60 * fixed1/1.001, \
44 #define PAL_LIKE_TIMINGS .vrefresh = 50 * fixed1, \
52 .black_level = 0.339 * fixed1,
53 .subc_freq = 3579545 * fixed1,
59 .black_level = 0.286 * fixed1,
60 .subc_freq = 3579545 * fixed1,
66 .black_level = 0.3 * fixed1,
67 .subc_freq = 4433618.75 * fixed1,
73 .black_level = 0.339 * fixed1,
74 .subc_freq = 3575611.433 * fixed1,
[all...]
H A Dch7006_priv.h36 #define fixed1 (1LL << 32) macro
165 return (x + fixed1/2) >> 32;

Completed in 70 milliseconds