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

/gem5/src/dev/x86/
H A Dspeaker.cc45 controlVal.timer = timer->outputHigh(2) ? 1 : 0;
48 controlVal.gate ? "on" : "off",
49 controlVal.speaker ? "on" : "off",
50 controlVal.timer ? "on" : "off");
51 pkt->setLE((uint8_t)controlVal);
62 controlVal.gate = val.gate;
70 controlVal.speaker = val.speaker;
72 controlVal.gate ? "on" : "off", controlVal.speaker ? "on" : "off");
80 SERIALIZE_SCALAR(controlVal);
[all...]
H A Dspeaker.hh54 SpeakerControl controlVal; member in class:X86ISA::Speaker
68 latency(p->pio_latency), controlVal(0), timer(p->i8254)

Completed in 4 milliseconds