Lines Matching refs:simple_strtoul
2828 xres_virtual = xres = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2835 yres = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2842 depth = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2864 addr = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2870 len = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2874 external_vgaiobase = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2878 external_bitspercol = simple_strtoul(p, NULL, 0); in atafb_setup_ext()
2895 xres_virtual = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2945 xres = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2949 tt_yres = st_yres = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2951 sttt_xres_virtual = simple_strtoul(p, NULL, 10); in atafb_setup_int()
2953 sttt_yres_virtual = simple_strtoul(p, NULL, 0); in atafb_setup_int()
2955 ovsc_offset = simple_strtoul(p, NULL, 0); in atafb_setup_int()
2973 vmin = simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2978 vmax = simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2983 hmin = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2988 hmax = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
3009 xres = simple_strtoul(p, NULL, 10); in atafb_setup_user()
3013 yres = simple_strtoul(p, NULL, 10); in atafb_setup_user()
3017 depth = simple_strtoul(p, NULL, 10); in atafb_setup_user()
3044 hwscroll = simple_strtoul(this_opt + 9, NULL, 10); in atafb_setup()
3061 fext.f = simple_strtoul(this_opt + 7, NULL, 10); in atafb_setup()