Searched refs:mbox_send_cmd_only_common (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | mailbox_s10.c | 107 static __always_inline int mbox_send_cmd_only_common(u8 id, u32 cmd, in mbox_send_cmd_only_common() function 410 return mbox_send_cmd_only_common(id, cmd, is_indirect, len, arg); in mbox_send_cmd_only() 416 return mbox_send_cmd_only_common(id, cmd, is_indirect, len, arg); in mbox_send_cmd_only_psci()
|