Home
last modified time | relevance | path

Searched refs:ULPD_APLL_CTRL (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-omap1/
Dusb.c589 pr_debug("APLL %04x DPLL %04x REQ %04x\n", omap_readw(ULPD_APLL_CTRL), in omap_1510_usb_init()
592 w = omap_readw(ULPD_APLL_CTRL); in omap_1510_usb_init()
594 omap_writew(w, ULPD_APLL_CTRL); in omap_1510_usb_init()
/kernel/linux/linux-5.10/arch/arm/mach-omap1/include/mach/
Dhardware.h149 #define ULPD_APLL_CTRL (ULPD_REG_BASE + 0x4c) macro