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

/gem5/src/dev/
H A Dio_device.hh56 * The PioPort class is a programmed i/o port that all devices that are
63 class PioPort : public SimpleTimingPort class in inherits:SimpleTimingPort
90 PioPort(Device *dev) : function in class:PioPort
99 * mode we are in, etc is handled by the PioPort so the device doesn't have to
109 PioPort<PioDevice> pioPort;
149 friend class PioPort<PioDevice>;

Completed in 4 milliseconds