Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sandbox/include/asm/
H A Dmbox.h11 #define SANDBOX_MBOX_PING_XOR 0x12345678 macro
/openbmc/u-boot/test/dm/
H A Dmailbox.c23 ut_asserteq(msg, 0xaaff9955UL ^ SANDBOX_MBOX_PING_XOR); in dm_test_mailbox()
/openbmc/u-boot/drivers/mailbox/
H A Dsandbox-mbox.c47 sbm->chans[chan->id].rx_msg = *pmsg ^ SANDBOX_MBOX_PING_XOR; in sandbox_mbox_send()