Home
last modified time | relevance | path

Searched refs:dcsr_epu_base (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dls102xa_psci.c44 void *dcsr_epu_base = (void *)(CONFIG_SYS_DCSRBAR + EPU_BLOCK_OFFSET); in ls1_fsm_setup() local
50 fsl_epu_setup((void *)dcsr_epu_base); in ls1_fsm_setup()
53 out_be32(dcsr_epu_base + EPECR0, 0x5); in ls1_fsm_setup()
54 out_be32(dcsr_epu_base + EPSMCR15, 0x76300000); in ls1_fsm_setup()
114 void *dcsr_epu_base = (void *)(CONFIG_SYS_DCSRBAR + EPU_BLOCK_OFFSET); in ls1_start_fsm() local
128 out_be32(dcsr_epu_base + EPECR0, 0x0); in ls1_start_fsm()
136 setbits_be32(dcsr_epu_base + EPGCR, 0x80000000); in ls1_start_fsm()
139 setbits_be32(dcsr_epu_base + EPECR15, 0x90000004); in ls1_start_fsm()