Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A Dmailbox.c20 ut_asserteq(-ETIMEDOUT, sandbox_mbox_test_recv(dev, &msg)); in dm_test_mailbox()
22 ut_assertok(sandbox_mbox_test_recv(dev, &msg)); in dm_test_mailbox()
24 ut_asserteq(-ETIMEDOUT, sandbox_mbox_test_recv(dev, &msg)); in dm_test_mailbox()
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dmbox.h17 int sandbox_mbox_test_recv(struct udevice *dev, uint32_t *msg);
/openbmc/u-boot/drivers/mailbox/
H A Dsandbox-mbox-test.c29 int sandbox_mbox_test_recv(struct udevice *dev, uint32_t *msg) in sandbox_mbox_test_recv() function