Searched refs:DPLL_CTL (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/arch/arm/mach-omap1/ |
D | reset.c | 18 omap_writew(omap_readw(DPLL_CTL) & ~(1 << 4), DPLL_CTL); in omap1_restart()
|
D | sram.S | 28 mov r2, #OMAP1_IO_ADDRESS(DPLL_CTL) & 0xff000000 29 orr r2, r2, #OMAP1_IO_ADDRESS(DPLL_CTL) & 0x00ff0000 30 orr r2, r2, #OMAP1_IO_ADDRESS(DPLL_CTL) & 0x0000ff00
|
D | board-voiceblue.c | 228 omap_writew(omap_readw(DPLL_CTL) & ~(1 << 4), DPLL_CTL); in voiceblue_restart()
|
D | clock_data.c | 851 "0x%04x\n", omap_readw(ARM_SYSST), omap_readw(DPLL_CTL), in omap1_clk_init() 865 unsigned pll_ctl_val = omap_readw(DPLL_CTL); in omap1_clk_init()
|
/linux-3.4.99/arch/arm/plat-omap/include/plat/ |
D | hardware.h | 89 #define DPLL_CTL (0xfffecf00) macro
|