Searched refs:bios_value (Results 1 – 1 of 1) sorted by relevance
142 static bios_values_t bios_value; variable2885 sc_bell(cur_scp, bios_value.bell_pitch, BELL_DURATION); in sc_switch_scr()2900 sc_bell(cur_scp, bios_value.bell_pitch, BELL_DURATION); in sc_switch_scr()2914 sc_bell(cur_scp, bios_value.bell_pitch, BELL_DURATION); in sc_switch_scr()3237 sc_get_bios_values(&bios_value); in scinit()3361 if (bios_value.cursor_end < scp->font_height) in scinit()3362 sc->cursor_base = scp->font_height - bios_value.cursor_end - 1; in scinit()3365 i = bios_value.cursor_end - bios_value.cursor_start + 1; in scinit()3697 scp->bell_pitch = bios_value.bell_pitch; in init_scp()3699 scp->status |= (bios_value.shift_state & NLKED); in init_scp()[all …]