Home
last modified time | relevance | path

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

/optee_os/core/include/dt-bindings/gpio/
H A Datmel,piobu.h16 #define PIOBU_PIN_RFV(val) (((val) & PIOBU_PIN_RFV_MASK) >> \ macro
/optee_os/core/drivers/
H A Datmel_piobu.c323 rfv = PIOBU_PIN_RFV(config); in secumod_cfg_input_pio()