Home
last modified time | relevance | path

Searched defs:PIN_FUNC_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-armada8k/
H A Dsoc-info.h12 #define PIN_FUNC_MASK ((1 << BITS_PER_PIN) - 1) macro
/openbmc/linux/drivers/pinctrl/sprd/
H A Dpinctrl-sprd.c36 #define PIN_FUNC_MASK (BIT(4) | BIT(5)) macro