Lines Matching refs:simple_strtoul
2798 xres_virtual = xres = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2805 yres = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2812 depth = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2834 addr = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2840 len = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2844 external_vgaiobase = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2848 external_bitspercol = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2865 xres_virtual = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2915 xres = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2919 tt_yres = st_yres = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2921 sttt_xres_virtual = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2923 sttt_yres_virtual = simple_strtoul(p, NULL, 0); in atafb_setup_int()
2925 ovsc_offset = simple_strtoul(p, NULL, 0); in atafb_setup_int()
2943 vmin = simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2948 vmax = simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2953 hmin = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2958 hmax = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2979 xres = simple_strtoul(p, NULL, 10); in atafb_setup_user()
2983 yres = simple_strtoul(p, NULL, 10); in atafb_setup_user()
2987 depth = simple_strtoul(p, NULL, 10); in atafb_setup_user()
3014 hwscroll = simple_strtoul(this_opt + 9, NULL, 10); in atafb_setup()
3031 fext.f = simple_strtoul(this_opt + 7, NULL, 10); in atafb_setup()