Searched refs:PIN_MASK (Results 1 – 2 of 2) sorted by relevance
13 #define PIN_MASK 0xF0000UL macro29 sys_write32(pins[i].port | FIELD_PREP(PIN_MASK, pins[i].pin), route_reg); in pinctrl_configure_pins()
17 #define PIN_MASK 0xF macro26 ((((psel)&PSEL_MASK) << PSEL_POS) | (((pin)&PIN_MASK) << PIN_POS) | \