Lines Matching refs:simple_strtoul
2831 xres_virtual = xres = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2838 yres = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2845 depth = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2867 addr = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2873 len = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2877 external_vgaiobase = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2881 external_bitspercol = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2898 xres_virtual = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2948 xres = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2952 tt_yres = st_yres = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2954 sttt_xres_virtual = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2956 sttt_yres_virtual = simple_strtoul(p, NULL, 0); in atafb_setup_int()
2958 ovsc_offset = simple_strtoul(p, NULL, 0); in atafb_setup_int()
2976 vmin = simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2981 vmax = simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2986 hmin = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2991 hmax = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
3012 xres = simple_strtoul(p, NULL, 10); in atafb_setup_user()
3016 yres = simple_strtoul(p, NULL, 10); in atafb_setup_user()
3020 depth = simple_strtoul(p, NULL, 10); in atafb_setup_user()
3047 hwscroll = simple_strtoul(this_opt + 9, NULL, 10); in atafb_setup()
3064 fext.f = simple_strtoul(this_opt + 7, NULL, 10); in atafb_setup()