Searched refs:commandPort (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/x86/
H A Di8042.cc51 dataPort(p->data_port), commandPort(p->command_port),
83 ranges.push_back(RangeSize(commandPort, 1));
134 } else if (addr == commandPort) {
190 } else if (addr == commandPort) {
292 SERIALIZE_SCALAR(commandPort);
303 UNSERIALIZE_SCALAR(commandPort);
H A Di8042.hh101 Addr commandPort; member in class:X86ISA::I8042

Completed in 5 milliseconds