Lines Matching refs:simple_strtoul
2341 dev = simple_strtoul(this_opt+4, NULL, 0); in matroxfb_setup()
2343 switch (simple_strtoul(this_opt+6, NULL, 0)) { in matroxfb_setup()
2355 xres = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2357 yres = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2359 vslen = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2361 hslen = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2363 left = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2365 right = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2367 upper = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2369 lower = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2371 pixclock = simple_strtoul(this_opt+9, NULL, 0); in matroxfb_setup()
2373 sync = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2375 vesa = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2377 maxclk = simple_strtoul(this_opt+7, NULL, 0); in matroxfb_setup()
2379 fh = simple_strtoul(this_opt+3, NULL, 0); in matroxfb_setup()
2381 fv = simple_strtoul(this_opt+3, NULL, 0); in matroxfb_setup()
2383 mem = simple_strtoul(this_opt+4, NULL, 0); in matroxfb_setup()
2389 dfp_type = simple_strtoul(this_opt+4, NULL, 0); in matroxfb_setup()
2394 unsigned int vmode = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2398 unsigned int cmode = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2424 memtype = simple_strtoul(this_opt+8, NULL, 0); in matroxfb_setup()