Searched refs:S32_PIN_RANGE (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/pinctrl/nxp/ |
D | pinctrl-s32g2.c | 715 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),
|
D | pinctrl-s32.h | 55 #define S32_PIN_RANGE(_start, _end) { .start = _start, .end = _end } macro
|