Searched refs:PULL_SHIFT (Results 1 – 3 of 3) sorted by relevance
41 #define PULL_SHIFT 5 macro46 #define CONFIG_TO_PULL(c) ((c) >> PULL_SHIFT & 0x1)
42 config |= val << PULL_SHIFT | PULL_PRESENT; in mxs_dt_node_to_map()
89 #define PULL_SHIFT(grp) ((tegra_soc_pingroups[grp].pull_id % 16) * 2) macro102 #define PULL_SHIFT(pin) 2 macro200 val &= ~(3 << PULL_SHIFT(pin)); in pinmux_set_pullupdown()201 val |= (pupd << PULL_SHIFT(pin)); in pinmux_set_pullupdown()
Completed in 6 milliseconds