Lines Matching refs:reset_req

78 static	T_RESET_CFG	reset_req;	/* �ꥻ�åȻ����׵᤹���������¸ */  variable
166 return reset_req.boot_basic; in get_reset_basic()
170 if (reset_req.boot_basic != (int)p) { in cb_reset_basic()
171 reset_req.boot_basic = (int)p; in cb_reset_basic()
203 return reset_req.boot_clock_4mhz; in get_reset_clock()
207 if (reset_req.boot_clock_4mhz != (int)p) { in cb_reset_clock()
208 reset_req.boot_clock_4mhz = (int)p; in cb_reset_clock()
258 return reset_req.sound_board; in get_reset_sound()
262 reset_req.sound_board = (int)p; in cb_reset_sound()
290 (reset_req.boot_from_rom ? GET_LABEL(l, 1) in set_reset_dipsw_boot()
375 return reset_req.set_version; in get_reset_version()
385 reset_req.set_version = p->val; in cb_reset_version()
417 return reset_req.use_extram; in get_reset_extram()
427 reset_req.use_extram = p->val; in cb_reset_extram()
458 return reset_req.use_jisho_rom; in get_reset_jisho()
462 reset_req.use_jisho_rom = (int)p; in cb_reset_jisho()
551 cpu_clock_mhz = reset_req.boot_clock_4mhz ? CONST_4MHZ_CLOCK in cb_reset_now()
556 quasi88_reset(&reset_req); in cb_reset_now()
675 return ((p<<1) | ((reset_req.boot_dipsw >> shift) & 1)); in get_dipsw_b()
682 if (on) reset_req.boot_dipsw |= (1 << shift); in cb_dipsw_b()
683 else reset_req.boot_dipsw &= ~(1 << shift); in cb_dipsw_b()
687 return (reset_req.boot_from_rom ? TRUE : FALSE); in get_dipsw_b2()
691 if ((int)p) reset_req.boot_from_rom = TRUE; in cb_dipsw_b2()
692 else reset_req.boot_from_rom = FALSE; in cb_dipsw_b2()
751 return ((p<<1) | ((reset_req.boot_dipsw >> shift) & 1)); in get_dipsw_r()
758 if (on) reset_req.boot_dipsw |= (1 << shift); in cb_dipsw_r()
759 else reset_req.boot_dipsw &= ~(1 << shift); in cb_dipsw_r()
763 return reset_req.baudrate_sw; in get_dipsw_r_baudrate()
773 reset_req.baudrate_sw = p->val; in cb_dipsw_r_baudrate()
2437 boot_from_rom = reset_req.boot_from_rom; /* thanks floi ! */ in disk_update_dipsw_b_boot()
6016 return reset_req.boot_basic; in get_quickres_basic()
6020 if (reset_req.boot_basic != (int)p) { in cb_quickres_basic()
6021 reset_req.boot_basic = (int)p; in cb_quickres_basic()
6028 return reset_req.boot_clock_4mhz; in get_quickres_clock()
6032 if (reset_req.boot_clock_4mhz != (int)p) { in cb_quickres_clock()
6033 reset_req.boot_clock_4mhz = (int)p; in cb_quickres_clock()
6380 quasi88_get_reset_cfg(&reset_req); in menu_init()