Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/clk/
H A Dat91_pmc.h28 #define AT91_PMC_PCK0 (1 << 8) /* Programmable Clock 0 */ macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_pmc.h177 #define AT91_PMC_PCK0 (1 << 8) /* Programmable Clock 0 */ macro
/OK3568_Linux_fs/kernel/arch/arm/mach-at91/
H A Dpm.c255 if ((scsr & (AT91_PMC_PCK0 << i)) == 0) in at91_pm_verify_clocks()