Home
last modified time | relevance | path

Searched refs:gstart (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpio/
H A Dgpio-tangier.h57 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument
59 .gpio_base = (gstart), \
61 .npins = (gend) - (gstart) + 1, \
/openbmc/linux/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c956 unsigned gstart; in abx500_get_gpio_num() local
961 gstart = p->offset; in abx500_get_gpio_num()
966 lowest = gstart; in abx500_get_gpio_num()
969 if (gstart < lowest) in abx500_get_gpio_num()
970 lowest = gstart; in abx500_get_gpio_num()
/openbmc/linux/drivers/video/fbdev/
H A Datafb.c899 int gstart, gend1, gend2, align; in falcon_decode_var() local
1218 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()