Lines Matching refs:simple_strtoul
2807 xres_virtual = xres = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2814 yres = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2821 depth = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2843 addr = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2849 len = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2853 external_vgaiobase = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2857 external_bitspercol = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2874 xres_virtual = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2924 xres = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2928 tt_yres = st_yres = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2930 sttt_xres_virtual = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2932 sttt_yres_virtual = simple_strtoul(p, NULL, 0); in atafb_setup_int()
2934 ovsc_offset = simple_strtoul(p, NULL, 0); in atafb_setup_int()
2952 vmin = simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2957 vmax = simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2962 hmin = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2967 hmax = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2988 xres = simple_strtoul(p, NULL, 10); in atafb_setup_user()
2992 yres = simple_strtoul(p, NULL, 10); in atafb_setup_user()
2996 depth = simple_strtoul(p, NULL, 10); in atafb_setup_user()
3023 hwscroll = simple_strtoul(this_opt + 9, NULL, 10); in atafb_setup()
3040 fext.f = simple_strtoul(this_opt + 7, NULL, 10); in atafb_setup()