Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/reset/
H A Dsandbox-reset.c12 #define SANDBOX_RESET_SIGNALS 101 macro
19 struct sandbox_reset_signal signals[SANDBOX_RESET_SIGNALS];
26 if (reset_ctl->id >= SANDBOX_RESET_SIGNALS) in sandbox_reset_request()
103 if (id >= SANDBOX_RESET_SIGNALS) in sandbox_reset_query()