Lines Matching +full:dsp +full:- +full:reset
8 * SPDX-License-Identifier: GPL-2.0+
17 * CPU. Those inputs are the module's: clock; reset signal; and sometimes
19 * are active, and the module is out of reset.
21 * DaVinci chips may include two separate power domains: "Always On" and "DSP".
22 * Chips without a DSP generally have only one domain.
28 * A separate domain called the "DSP" domain houses the C64x+ and other video
29 * hardware such as VICP. In some chips, the "DSP" domain is not always on.
30 * The "DSP" power domain is powered by the CVDDDSP pins (on DM644X).
43 return; /* Don't work on DSP Power Domain */ in lpsc_transition()
54 mdstat = &psc_regs->psc0.mdstat[id]; in lpsc_transition()
55 mdctl = &psc_regs->psc0.mdctl[id]; in lpsc_transition()
57 id -= DAVINCI_LPSC_PSC1_BASE; in lpsc_transition()
61 mdstat = &psc_regs->psc1.mdstat[id]; in lpsc_transition()
62 mdctl = &psc_regs->psc1.mdctl[id]; in lpsc_transition()
64 ptstat = &psc_regs->ptstat; in lpsc_transition()
65 ptcmd = &psc_regs->ptcmd; in lpsc_transition()
121 /* Not all DaVinci chips have a DSP power domain. */
124 /* If DSPLINK is used, we don't want U-Boot to power on the DSP. */
160 #endif /* have a DSP */