Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-omap1/
H A Dusb.c618 omap_readw(ULPD_DPLL_CTRL), omap_readw(ULPD_SOFT_REQ)); in omap_1510_usb_init()
624 w = omap_readw(ULPD_DPLL_CTRL); in omap_1510_usb_init()
626 omap_writew(w, ULPD_DPLL_CTRL); in omap_1510_usb_init()
632 while (!(omap_readw(ULPD_DPLL_CTRL) & DPLL_LOCK)) in omap_1510_usb_init()
H A Dpm.c407 ULPD_SAVE(ULPD_DPLL_CTRL); in omap_pm_debug_show()
452 ULPD_SHOW(ULPD_DPLL_CTRL), in omap_pm_debug_show()
/openbmc/linux/include/linux/soc/ti/
H A Domap1-io.h51 #define ULPD_DPLL_CTRL (ULPD_REG_BASE + 0x3c) macro