Searched refs:ram (Results 1 – 2 of 2) sorted by relevance
50 if ((base->ram[0] & KBD_ENABLE_KBD_INT) != 0) { in atkbdc_assert_kbd_intr()59 if ((base->ram[0] & KBD_ENABLE_AUX_INT) != 0) { in atkbdc_assert_aux_intr()121 if (base->ram[0] & KBD_TRANSLATION) { in atkbdc_kbd_read()141 if (((base->ram[0] & KBD_DISABLE_AUX_PORT) || in atkbdc_kbd_read()238 base->ram[0] = *eax; in atkbdc_data_handler()239 if (base->ram[0] & KBD_SYS_FLAG_BIT) in atkbdc_data_handler()266 base->ram[byten] = *eax & 0xff; in atkbdc_data_handler()339 base->ram[0] |= KBD_DISABLE_KBD_PORT; in atkbdc_sts_ctl_handler()342 base->ram[0] &= ~KBD_DISABLE_KBD_PORT; in atkbdc_sts_ctl_handler()351 base->ram[0] |= KBD_DISABLE_AUX_PORT; in atkbdc_sts_ctl_handler()[all …]
107 uint8_t ram[RAMSZ]; /* byte0 = controller config */ member
Completed in 3 milliseconds