Searched +full:mpc8641d +full:- +full:pmc (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | pmc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/powerpc/fsl/pmc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - J. Neuschäfer <j.ne@posteo.net> 14 controlling chip-wide low-power states as well as peripheral clock gating. 17 example `sleep = <&pmc 0x00000030>`. Any cells after the &pmc phandle are 20 For "fsl,mpc8349-pmc", sleep specifiers consist of one cell. For each bit that 25 For "fsl,mpc8536-pmc", sleep specifiers consist of three cells, the third of 27 resume. The first two cells are as described for fsl,mpc8548-pmc. This [all …]
|
/linux/arch/powerpc/sysdev/ |
H A D | fsl_pmc.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 36 setbits32(&pmc_regs->pmcsr, PMCSR_SLP); in pmc_suspend_enter() 40 ret = spin_event_timeout((in_be32(&pmc_regs->pmcsr) & PMCSR_SLP) == 0, in pmc_suspend_enter() 41 10000, 10) ? 0 : -ETIMEDOUT; in pmc_suspend_enter() 61 pmc_regs = of_iomap(ofdev->dev.of_node, 0); in pmc_probe() 63 return -ENOMEM; in pmc_probe() 65 pmc_dev = &ofdev->dev; in pmc_probe() 71 { .compatible = "fsl,mpc8548-pmc", }, 72 { .compatible = "fsl,mpc8641d-pmc", }, 78 .name = "fsl-pmc",
|