Lines Matching refs:simple_strtoul
2740 xres_virtual = xres = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2747 yres = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2754 depth = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2776 addr = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2782 len = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2786 external_vgaiobase = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2790 external_bitspercol = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2807 xres_virtual = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2857 xres = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2861 tt_yres = st_yres = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2863 sttt_xres_virtual = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2865 sttt_yres_virtual = simple_strtoul(p, NULL, 0); in atafb_setup_int()
2867 ovsc_offset = simple_strtoul(p, NULL, 0); in atafb_setup_int()
2885 vmin = simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2890 vmax = simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2895 hmin = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2900 hmax = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2921 xres = simple_strtoul(p, NULL, 10); in atafb_setup_user()
2925 yres = simple_strtoul(p, NULL, 10); in atafb_setup_user()
2929 depth = simple_strtoul(p, NULL, 10); in atafb_setup_user()
2956 hwscroll = simple_strtoul(this_opt + 9, NULL, 10); in atafb_setup()
2973 fext.f = simple_strtoul(this_opt + 7, NULL, 10); in atafb_setup()