Searched refs:wmax (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvivi.c271 static void gen_line(struct sg_to_addr to_addr[],int inipos,int pages,int wmax, argument
274 static void gen_line(char *basep,int inipos,int wmax,
299 wmax/=2;
302 for (w=0;w<wmax;w++) {
303 r=bars[w*7/wmax][0];
304 g=bars[w*7/wmax][1];
305 b=bars[w*7/wmax][2];
340 if (TSTAMP_MIN_X+strlen(timestr)>=wmax)
416 int wmax = buf->vb.width; local
436 tmpbuf=kmalloc (wmax*
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnandsim.c842 unsigned long wmin = -1, wmax = 0, avg; local
863 if (wear > wmax)
864 wmax = wear;
869 decile_max[i] = (wmax * (i + 1) + 5) / 10;
872 decile_max[9] = wmax;
888 NS_INFO("Maximum number of erases: %lu\n", wmax);

Completed in 98 milliseconds