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