Lines Matching refs:simple_strtoul
2806 xres_virtual = xres = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2813 yres = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2820 depth = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2842 addr = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2848 len = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2852 external_vgaiobase = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2856 external_bitspercol = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2873 xres_virtual = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2923 xres = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2927 tt_yres = st_yres = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2929 sttt_xres_virtual = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2931 sttt_yres_virtual = simple_strtoul(p, NULL, 0); in atafb_setup_int()
2933 ovsc_offset = simple_strtoul(p, NULL, 0); in atafb_setup_int()
2951 vmin = simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2956 vmax = simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2961 hmin = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2966 hmax = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2987 xres = simple_strtoul(p, NULL, 10); in atafb_setup_user()
2991 yres = simple_strtoul(p, NULL, 10); in atafb_setup_user()
2995 depth = simple_strtoul(p, NULL, 10); in atafb_setup_user()
3022 hwscroll = simple_strtoul(this_opt + 9, NULL, 10); in atafb_setup()
3039 fext.f = simple_strtoul(this_opt + 7, NULL, 10); in atafb_setup()