Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sandbox/include/asm/
H A Dmbox.h16 int sandbox_mbox_test_send(struct udevice *dev, uint32_t msg);
/openbmc/u-boot/test/dm/
H A Dmailbox.c21 ut_assertok(sandbox_mbox_test_send(dev, 0xaaff9955UL)); in dm_test_mailbox()
/openbmc/u-boot/drivers/mailbox/
H A Dsandbox-mbox-test.c22 int sandbox_mbox_test_send(struct udevice *dev, uint32_t msg) in sandbox_mbox_test_send() function