Searched refs:gend (Results 1 – 2 of 2) sorted by relevance
954 unsigned gend; in abx500_get_gpio_num() local959 gend = p->offset + p->npins - 1; in abx500_get_gpio_num()964 highest = gend; in abx500_get_gpio_num()968 if (gend > highest) in abx500_get_gpio_num()969 highest = gend; in abx500_get_gpio_num()
43 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument47 .npins = (gend) - (gstart) + 1, \