Searched +full:imx8ulp +full:- +full:cgc1 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/clock/imx8ulp-cgc-clock.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Jacky Bai <ping.bai@nxp.com>20 - fsl,imx8ulp-cgc121 - fsl,imx8ulp-cgc226 '#clock-cells':30 - compatible31 - reg[all …]
1 // SPDX-License-Identifier: GPL-2.0+6 #include <dt-bindings/clock/imx8ulp-clock.h>12 #include <linux/reset-controller.h>85 u32 offset = pcc_reset->resets[id]; in imx8ulp_pcc_assert()89 spin_lock_irqsave(pcc_reset->lock, flags); in imx8ulp_pcc_assert()91 val = readl(pcc_reset->base + offset); in imx8ulp_pcc_assert()93 writel(val, pcc_reset->base + offset); in imx8ulp_pcc_assert()95 spin_unlock_irqrestore(pcc_reset->lock, flags); in imx8ulp_pcc_assert()103 u32 offset = pcc_reset->resets[id]; in imx8ulp_pcc_deassert()107 spin_lock_irqsave(pcc_reset->lock, flags); in imx8ulp_pcc_deassert()[all …]