Home
last modified time | relevance | path

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

/optee_os/core/include/dt-bindings/gpio/
H A Datmel,piobu.h36 #define PIOBU_PIN_WAKEUP(val) (((val) & PIOBU_PIN_WAKEUP_MASK) >> \ macro
/optee_os/core/drivers/
H A Datmel_piobu.c340 if (PIOBU_PIN_WAKEUP(config)) in secumod_cfg_input_pio()