Home
last modified time | relevance | path

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

/arch/arm/plat-s3c24xx/
Ds3c244x-clock.c54 dvs = S3C2440_CAMDIVN_DVSEN; in s3c2440_setparent_armclk()
61 camdivn &= ~S3C2440_CAMDIVN_DVSEN; in s3c2440_setparent_armclk()
82 (camdivn & S3C2440_CAMDIVN_DVSEN) ? "on" : "off"); in s3c244x_clk_add()
84 clk_arm.parent = (camdivn & S3C2440_CAMDIVN_DVSEN) ? &clk_h : &clk_f; in s3c244x_clk_add()
/arch/arm/mach-s3c2410/include/mach/
Dregs-clock.h92 #define S3C2440_CAMDIVN_DVSEN (1<<12) macro