Searched refs:PULL_SHIFT (Results 1 – 2 of 2) sorted by relevance
42 #define PULL_SHIFT 5 macro47 #define PIN_CONFIG_TO_PULL(c) ((c) >> PULL_SHIFT & 0x1)
89 config |= val << PULL_SHIFT | PULL_PRESENT; in mxs_dt_node_to_map()