Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/imx8/
H A Dscu.c20 struct mu_type { struct
28 struct mu_type *base; argument
43 static inline void mu_hal_init(struct mu_type *base) in mu_hal_init()
50 static int mu_hal_sendmsg(struct mu_type *base, u32 reg_index, u32 msg) in mu_hal_sendmsg()
70 static int mu_hal_receivemsg(struct mu_type *base, u32 reg_index, u32 *msg) in mu_hal_receivemsg()
90 static int sc_ipc_read(struct mu_type *base, void *data) in sc_ipc_read()
123 static int sc_ipc_write(struct mu_type *base, void *data) in sc_ipc_write()
195 plat->base = (struct mu_type *)CONFIG_MU_BASE_SPL; in imx8_scu_probe()
197 plat->base = (struct mu_type *)addr; in imx8_scu_probe()