Home
last modified time | relevance | path

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

/optee_os/core/include/dt-bindings/gpio/
H A Datmel,piobu.h15 #define PIOBU_PIN_RFV_MASK 0xF0 macro
16 #define PIOBU_PIN_RFV(val) (((val) & PIOBU_PIN_RFV_MASK) >> \
43 ((rfv) << PIOBU_PIN_RFV_SHIFT) & PIOBU_PIN_RFV_MASK | \