Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/freescale/
H A Dpinctrl-mxs.h42 #define PULL_SHIFT 5 macro
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dpinmux-common.c88 #define PULL_SHIFT(grp) ((tegra_soc_pingroups[grp].pull_id % 16) * 2) macro
101 #define PULL_SHIFT(pin) 2 macro