Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mailbox/
H A Dsandbox-mbox.c13 #define SANDBOX_MBOX_CHANNELS 2 macro
21 struct sandbox_mbox_chan chans[SANDBOX_MBOX_CHANNELS];
28 if (chan->id >= SANDBOX_MBOX_CHANNELS) in sandbox_mbox_request()