Lines Matching +full:sun6i +full:- +full:a31 +full:- +full:prcm
2 * Sunxi A31 Power Management Unit
5 * http://linux-sunxi.org
7 * Based on sun6i sources and earlier U-Boot Allwinner A10 SPL work
9 * (C) Copyright 2006-2013
14 * SPDX-License-Identifier: GPL-2.0+
21 #include <asm/arch/prcm.h>
27 struct sunxi_prcm_reg *prcm = in prcm_apb0_enable() local
31 setbits_le32(&prcm->apb0_gate, flags); in prcm_apb0_enable()
34 setbits_le32(&prcm->apb0_reset, flags); in prcm_apb0_enable()
39 struct sunxi_prcm_reg *prcm = in prcm_apb0_disable() local
43 clrbits_le32(&prcm->apb0_reset, flags); in prcm_apb0_disable()
46 clrbits_le32(&prcm->apb0_gate, flags); in prcm_apb0_disable()