Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-davinci/
Dpsc.c45 mdctl = REG_P(PSC_MDCTL_BASE + (id * 4)); in lpsc_transition()
135 REG(PSC_MDCTL_BASE + (DAVINCI_LPSC_GEM * 4)) |= 0x03; in dsp_on()
136 REG(PSC_MDCTL_BASE + (DAVINCI_LPSC_GEM * 4)) &= 0xfffffeff; in dsp_on()
137 REG(PSC_MDCTL_BASE + (DAVINCI_LPSC_IMCOP * 4)) |= 0x03; in dsp_on()
138 REG(PSC_MDCTL_BASE + (DAVINCI_LPSC_IMCOP * 4)) &= 0xfffffeff; in dsp_on()
/external/u-boot/arch/arm/mach-davinci/include/mach/
Dhardware.h313 #define PSC_MDCTL_BASE (0x01c41a00) macro