gem5
v20.1.0.0
|
#include "dev/x86/i8042.hh"
#include "base/bitunion.hh"
#include "base/trace.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 |
Note: For details on the implementation see https://wiki.osdev.org/%228042%22_PS/2_Controller. More... | |
const uint8_t | NumOutputBits = 14 |
const uint8_t NumOutputBits = 14 |
Definition at line 44 of file i8042.cc.
Referenced by X86ISA::I8042::write().
const uint8_t RamSize = 32 |
Note: For details on the implementation see https://wiki.osdev.org/%228042%22_PS/2_Controller.
Definition at line 43 of file i8042.cc.
Referenced by X86ISA::I8042::write().