Home
last modified time | relevance | path

Searched refs:DPLL_CTL (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm/mach-omap1/
H A Dsram.S25 mov r2, #OMAP1_IO_ADDRESS(DPLL_CTL) & 0xff000000
26 orr r2, r2, #OMAP1_IO_ADDRESS(DPLL_CTL) & 0x00ff0000
27 orr r2, r2, #OMAP1_IO_ADDRESS(DPLL_CTL) & 0x0000ff00
H A Dreset.c33 omap_writew(omap_readw(DPLL_CTL) & ~(1 << 4), DPLL_CTL); in omap1_restart()
H A Dclock_data.c732 omap_readw(ARM_SYSST), omap_readw(DPLL_CTL), in omap1_clk_init()
746 unsigned pll_ctl_val = omap_readw(DPLL_CTL); in omap1_clk_init()
/openbmc/linux/include/linux/soc/ti/
H A Domap1-io.h87 #define DPLL_CTL (0xfffecf00) macro