Lines Matching refs:ctrlbyte
132 uint32_t ctrlbyte; member
318 if (sc->ctrlbyte != 0) { in atkbdc_data_handler()
319 *eax = sc->ctrlbyte & 0xff; in atkbdc_data_handler()
320 sc->ctrlbyte = 0; in atkbdc_data_handler()
413 sc->ctrlbyte = 0; in atkbdc_sts_ctl_handler()
417 sc->ctrlbyte = CTRL_CMD_FLAG | sc->ram[0]; in atkbdc_sts_ctl_handler()
420 sc->ctrlbyte = CTRL_CMD_FLAG | 0x55; in atkbdc_sts_ctl_handler()
424 sc->ctrlbyte = CTRL_CMD_FLAG | 0; in atkbdc_sts_ctl_handler()
427 sc->ctrlbyte = CTRL_CMD_FLAG | 0; in atkbdc_sts_ctl_handler()
430 sc->ctrlbyte = CTRL_CMD_FLAG | sc->outport; in atkbdc_sts_ctl_handler()
472 sc->ctrlbyte = CTRL_CMD_FLAG | sc->ram[byten]; in atkbdc_sts_ctl_handler()
479 if (sc->ctrlbyte != 0) { in atkbdc_sts_ctl_handler()