Home
last modified time | relevance | path

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

/optee_os/core/drivers/pm/imx/
H A Dsrc.c27 #define ENTRY_OFFSET(_cpu) ((_cpu) * 8) macro
28 #define ARG_OFFSET(_cpu) (ENTRY_OFFSET(_cpu) + 4)
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()