Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-u300/
Dclock.c157 val = readw(U300_SYSCON_VBASE + U300_SYSCON_MMCR); in __clk_get()
162 writew(val, U300_SYSCON_VBASE + U300_SYSCON_MMCR); in __clk_get()
165 val = readw(U300_SYSCON_VBASE + U300_SYSCON_MMCR); in __clk_get()
170 writew(val, U300_SYSCON_VBASE + U300_SYSCON_MMCR); in __clk_get()
/linux-3.4.99/arch/arm/mach-u300/include/mach/
Dsyscon.h264 #define U300_SYSCON_MMCR (0x9C) macro