|
gem5
|
#include "dev/x86/i8042.hh"#include "base/bitunion.hh"#include "debug/I8042.hh"#include "mem/packet.hh"#include "mem/packet_access.hh"Go to the source code of this file.
Variables | |
| const uint8_t | RamSize = 32 |
| const uint8_t | NumOutputBits = 14 |
| const uint8_t | CommandAck = 0xfa |
| const uint8_t | CommandNack = 0xfe |
| const uint8_t | BatSuccessful = 0xaa |
| const uint8_t BatSuccessful = 0xaa |
Definition at line 45 of file i8042.cc.
Referenced by X86ISA::PS2Mouse::processData().
| const uint8_t CommandAck = 0xfa |
Definition at line 43 of file i8042.cc.
Referenced by X86ISA::PS2Device::ack().
| const uint8_t CommandNack = 0xfe |
Definition at line 44 of file i8042.cc.
Referenced by X86ISA::PS2Device::nack().
| const uint8_t NumOutputBits = 14 |
Definition at line 40 of file i8042.cc.
Referenced by X86ISA::I8042::write().
| const uint8_t RamSize = 32 |
Definition at line 39 of file i8042.cc.
Referenced by X86ISA::I8042::write().