Home
last modified time | relevance | path

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

/external/u-boot/drivers/mailbox/
Dsandbox-mbox.c12 #define SANDBOX_MBOX_CHANNELS 2 macro
20 struct sandbox_mbox_chan chans[SANDBOX_MBOX_CHANNELS];
27 if (chan->id >= SANDBOX_MBOX_CHANNELS) in sandbox_mbox_request()