21 #define SRC_GPR1 0x020
22 #define BP_SRC_SCR_WARM_RESET_ENABLE 0
23 #define BP_SRC_SCR_CORE1_RST 14
24 #define BP_SRC_SCR_CORE1_ENABLE 22
35 val = enable ? val | mask : val & ~mask;
36 writel_relaxed(val, src_base +
SRC_SCR);
53 writel_relaxed(val, src_base +
SRC_SCR);
56 writel_relaxed(0, src_base +
SRC_GPR1);
74 writel_relaxed(val, src_base +
SRC_SCR);