Home
last modified time | relevance | path

Searched refs:S32_PIN_RANGE (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/pinctrl/nxp/
Dpinctrl-s32g2.c715 S32_PIN_RANGE(0, 101),
716 S32_PIN_RANGE(112, 122),
717 S32_PIN_RANGE(144, 190),
719 S32_PIN_RANGE(512, 595),
720 S32_PIN_RANGE(631, 909),
721 S32_PIN_RANGE(942, 1007),
Dpinctrl-s32.h55 #define S32_PIN_RANGE(_start, _end) { .start = _start, .end = _end } macro