Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/mach-omap1/
Dusb.c638 omap_readw(ULPD_DPLL_CTRL), omap_readw(ULPD_SOFT_REQ)); in omap_1510_usb_init()
644 w = omap_readw(ULPD_DPLL_CTRL); in omap_1510_usb_init()
646 omap_writew(w, ULPD_DPLL_CTRL); in omap_1510_usb_init()
652 while (!(omap_readw(ULPD_DPLL_CTRL) & DPLL_LOCK)) in omap_1510_usb_init()
Dpm.c433 ULPD_SAVE(ULPD_DPLL_CTRL); in omap_pm_debug_show()
485 ULPD_SHOW(ULPD_DPLL_CTRL), in omap_pm_debug_show()
/Linux-v6.1/include/linux/soc/ti/
Domap1-io.h51 #define ULPD_DPLL_CTRL (ULPD_REG_BASE + 0x3c) macro