Searched refs:gend (Results 1 – 3 of 3) sorted by relevance
58 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument62 .npins = (gend) - (gstart) + 1, \
956 unsigned gend; in abx500_get_gpio_num() local961 gend = p->offset + p->npins - 1; in abx500_get_gpio_num()966 highest = gend; in abx500_get_gpio_num()970 if (gend > highest) in abx500_get_gpio_num()971 highest = gend; in abx500_get_gpio_num()
9421 s8 gsta, gend; in rt2800_iq_search() local9505 gend = gerr + 2; in rt2800_iq_search()9511 for (gef = gsta; gef <= gend; gef = gef + 1) in rt2800_iq_search()
Completed in 78 milliseconds