Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-tangier.h58 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument
60 .gpio_base = (gstart), \
62 .npins = (gend) - (gstart) + 1, \
/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()