Searched refs:gstart (Results 1 – 3 of 3) sorted by relevance
955 unsigned gstart; in abx500_get_gpio_num() local960 gstart = p->offset; in abx500_get_gpio_num()965 lowest = gstart; in abx500_get_gpio_num()968 if (gstart < lowest) in abx500_get_gpio_num()969 lowest = gstart; in abx500_get_gpio_num()
44 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument46 .gpio_base = (gstart), \48 .npins = (gend) - (gstart) + 1, \
899 int gstart, gend1, gend2, align; in falcon_decode_var() local1218 gstart = (prescale / 2 + plen * left_margin) / prescale; in falcon_decode_var()1220 gend1 = gstart + roundup(xres, align) * plen / prescale; in falcon_decode_var()1222 gend2 = gstart + xres * plen / prescale; in falcon_decode_var()1227 par->HDB = gstart - hdb_off / prescale; in falcon_decode_var()1228 par->HBE = gstart; in falcon_decode_var()
Completed in 17 milliseconds