Home
last modified time | relevance | path

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

/optee_os/core/include/dt-bindings/gpio/
H A Datmel,piobu.h21 #define PIOBU_PIN_PULL_MODE(val) (((val) & PIOBU_PIN_PULL_MODE_MASK) >> \ macro
/optee_os/core/drivers/
H A Datmel_piobu.c324 pull_mode = PIOBU_PIN_PULL_MODE(config); in secumod_cfg_input_pio()