Lines Matching refs:simple_strtoul
2738 xres_virtual = xres = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2745 yres = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2752 depth = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2774 addr = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2780 len = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2784 external_vgaiobase = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2788 external_bitspercol = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2805 xres_virtual = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2855 xres = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2859 tt_yres = st_yres = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2861 sttt_xres_virtual = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2863 sttt_yres_virtual = simple_strtoul(p, NULL, 0); in atafb_setup_int()
2865 ovsc_offset = simple_strtoul(p, NULL, 0); in atafb_setup_int()
2883 vmin = simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2888 vmax = simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2893 hmin = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2898 hmax = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2919 xres = simple_strtoul(p, NULL, 10); in atafb_setup_user()
2923 yres = simple_strtoul(p, NULL, 10); in atafb_setup_user()
2927 depth = simple_strtoul(p, NULL, 10); in atafb_setup_user()
2954 hwscroll = simple_strtoul(this_opt + 9, NULL, 10); in atafb_setup()
2971 fext.f = simple_strtoul(this_opt + 7, NULL, 10); in atafb_setup()