Home
last modified time | relevance | path

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

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