Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dmailbox_s10.h137 int mbox_send_cmd_only(u8 id, u32 cmd, u8 is_indirect, u32 len, u32 *arg);
/openbmc/u-boot/drivers/fpga/
H A Dstratix10.c198 resp_err = mbox_send_cmd_only(cmd_id, MBOX_RECONFIG_DATA, in send_reconfig_data()
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dmailbox_s10.c408 int mbox_send_cmd_only(u8 id, u32 cmd, u8 is_indirect, u32 len, u32 *arg) in mbox_send_cmd_only() function