Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/imx/common/include/sci/
H A Dsci_scfw.h33 typedef uint64_t sc_ipc_id_t; typedef
H A Dsci_ipc.h36 sc_err_t sc_ipc_open(sc_ipc_t *ipc, sc_ipc_id_t id);
/rk3399_ARM-atf/plat/imx/common/sci/
H A Dipc.c34 sc_err_t sc_ipc_open(sc_ipc_t *ipc, sc_ipc_id_t id) in sc_ipc_open()