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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-lh7a40x/
H A Dlcd-panel.h64 #define PIX_CLOCK_DIVIDER CLOCK_TO_DIV (PIX_CLOCK_TARGET, HCLK)
65 #define PIX_CLOCK (HCLK/PIX_CLOCK_DIVIDER)
130 #define PIX_CLOCK_DIVIDER CLOCK_TO_DIV (PIX_CLOCK_TARGET, HCLK)
131 #define PIX_CLOCK (HCLK/PIX_CLOCK_DIVIDER)
166 #define PIX_CLOCK_DIVIDER CLOCK_TO_DIV (PIX_CLOCK_TARGET, HCLK)
167 #define PIX_CLOCK (HCLK/PIX_CLOCK_DIVIDER)
199 #define PIX_CLOCK_DIVIDER CLOCK_TO_DIV (PIX_CLOCK_TARGET, HCLK)
200 #define PIX_CLOCK (HCLK/PIX_CLOCK_DIVIDER)
231 /* Note that with a 99993900 Hz HCLK, it is not possible to hit the
246 #define PIX_CLOCK_DIVIDER CLOCK_TO_DIV (PIX_CLOCK_TARGET, HCLK)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/video/
H A Dkyro.h33 u32 HCLK; /* Hor Clock */ member in struct:kyrofb_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-lh7a40x/include/mach/
H A Dconstants.h87 #define MAX_HCLK_KHZ 100000 /* HCLK max limit ~100MHz */
88 #define HCLK (99993600) macro
89 //#define HCLK (119808000)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/kyro/
H A Dfbdev.c496 par->HCLK = (1000000000 + (lineclock / 2)) / lineclock;

Completed in 58 milliseconds