Lines Matching refs:boot_fix
215 static struct e1356fb_fix boot_fix; // boot options variable
2189 fb_info.fix = boot_fix; in e1356fb_init()
2300 if (!boot_fix.noaccel) { in e1356fb_init()
2587 if (boot_fix.noaccel) in e1356fb_init()
2679 memset(&boot_fix, 0, sizeof(struct e1356fb_fix)); in e1356fb_setup()
2681 boot_fix.system = -1; in e1356fb_setup()
2689 boot_fix.noaccel = 1; in e1356fb_setup()
2691 boot_fix.nopan = 1; in e1356fb_setup()
2693 boot_fix.nohwcursor = 1; in e1356fb_setup()
2695 boot_fix.mmunalign = simple_strtoul(this_opt+10, in e1356fb_setup()
2699 boot_fix.nomtrr = 1; in e1356fb_setup()
2702 strncpy(boot_fix.fontname, this_opt+5, in e1356fb_setup()
2703 sizeof(boot_fix.fontname)-1); in e1356fb_setup()
2705 boot_fix.regbase_phys = simple_strtoul(this_opt+8, in e1356fb_setup()
2708 boot_fix.membase_phys = simple_strtoul(this_opt+8, in e1356fb_setup()
2711 boot_fix.mem_speed = simple_strtoul(this_opt+6, in e1356fb_setup()
2714 boot_fix.mem_type = simple_strtoul(this_opt+7, in e1356fb_setup()
2717 boot_fix.mem_refresh = simple_strtoul(this_opt+7, in e1356fb_setup()
2720 boot_fix.mem_smr = simple_strtoul(this_opt+7, NULL, 0); in e1356fb_setup()
2722 boot_fix.busclk = simple_strtoul(this_opt+7, NULL, 0); in e1356fb_setup()
2724 boot_fix.clki = simple_strtoul(this_opt+5, NULL, 0); in e1356fb_setup()
2726 boot_fix.clki2 = simple_strtoul(this_opt+6, NULL, 0); in e1356fb_setup()
2729 boot_fix.disp_type = DISP_TYPE_LCD; in e1356fb_setup()
2731 boot_fix.disp_type = DISP_TYPE_TFT; in e1356fb_setup()
2733 boot_fix.disp_type = DISP_TYPE_CRT; in e1356fb_setup()
2735 boot_fix.disp_type = DISP_TYPE_PAL; in e1356fb_setup()
2737 boot_fix.disp_type = DISP_TYPE_NTSC; in e1356fb_setup()
2746 boot_fix.panel_el = simple_strtoul(this_opt+8, in e1356fb_setup()
2749 boot_fix.panel_width = simple_strtoul(this_opt+7, in e1356fb_setup()
2776 boot_fix.tv_filt = simple_strtoul(this_opt+7, NULL, 0); in e1356fb_setup()
2778 boot_fix.tv_fmt = simple_strtoul(this_opt+6, NULL, 0); in e1356fb_setup()
2781 boot_fix = systems[SYS_PB1000].fix; in e1356fb_setup()
2784 boot_fix = systems[SYS_PB1500].fix; in e1356fb_setup()
2787 boot_fix = systems[SYS_SDU1356].fix; in e1356fb_setup()
2790 boot_fix = systems[SYS_CLIO1050].fix; in e1356fb_setup()
2794 boot_fix.mode_option = this_opt; in e1356fb_setup()