Home
last modified time | relevance | path

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

/arch/arm/mach-omap1/
Dpm.c278 ULPD_SAVE(ULPD_CLOCK_CTRL); in omap1_pm_suspend()
365 ULPD_RESTORE(ULPD_CLOCK_CTRL); in omap1_pm_suspend()
429 ULPD_SAVE(ULPD_CLOCK_CTRL); in omap_pm_debug_show()
482 ULPD_SHOW(ULPD_CLOCK_CTRL), in omap_pm_debug_show()
Dusb.c102 w = omap_readw(ULPD_CLOCK_CTRL); in omap_otg_init()
105 omap_writew(w, ULPD_CLOCK_CTRL); in omap_otg_init()
Dclock_data.c512 .enable_reg = OMAP1_IO_ADDRESS(ULPD_CLOCK_CTRL),
866 omap_writel(omap_readl(ULPD_CLOCK_CTRL) | in omap1_clk_init()
868 ULPD_CLOCK_CTRL); in omap1_clk_init()
/arch/arm/mach-omap1/include/mach/
Dhardware.h140 #define ULPD_CLOCK_CTRL (ULPD_REG_BASE + 0x30) macro