Home
last modified time | relevance | path

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

/u-boot/drivers/pinctrl/nxp/
A Dpinctrl-mxs.h41 #define PULL_SHIFT 5 macro
46 #define CONFIG_TO_PULL(c) ((c) >> PULL_SHIFT & 0x1)
A Dpinctrl-mxs.c42 config |= val << PULL_SHIFT | PULL_PRESENT; in mxs_dt_node_to_map()
/u-boot/arch/arm/mach-tegra/
A Dpinmux-common.c89 #define PULL_SHIFT(grp) ((tegra_soc_pingroups[grp].pull_id % 16) * 2) macro
102 #define PULL_SHIFT(pin) 2 macro
200 val &= ~(3 << PULL_SHIFT(pin)); in pinmux_set_pullupdown()
201 val |= (pupd << PULL_SHIFT(pin)); in pinmux_set_pullupdown()

Completed in 6 milliseconds