Home
last modified time | relevance | path

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

/optee_os/core/drivers/pm/imx/
H A Dsrc.c17 #define SRC_GPR1 0x074 macro
19 #define SRC_GPR1 0x020 macro
36 return io_read32(va + SRC_GPR1 + ARG_OFFSET(cpu)); in imx_get_src_gpr_arg()
43 io_write32(va + SRC_GPR1 + ARG_OFFSET(cpu), val); in imx_set_src_gpr_arg()
50 return io_read32(va + SRC_GPR1 + ENTRY_OFFSET(cpu)); in imx_get_src_gpr_entry()
57 io_write32(va + SRC_GPR1 + ENTRY_OFFSET(cpu), val); in imx_set_src_gpr_entry()