Home
last modified time | relevance | path

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

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