dma_device.hh (10621:b7bc5b1084a4) dma_device.hh (10713:eddb533708cb)
1/*
2 * Copyright (c) 2012-2013 ARM Limited
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 120 unchanged lines hidden (view full) ---

129
130 /** If the port is currently waiting for a retry before it can
131 * send whatever it is that it's sending. */
132 bool inRetry;
133
134 protected:
135
136 bool recvTimingResp(PacketPtr pkt);
1/*
2 * Copyright (c) 2012-2013 ARM Limited
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 120 unchanged lines hidden (view full) ---

129
130 /** If the port is currently waiting for a retry before it can
131 * send whatever it is that it's sending. */
132 bool inRetry;
133
134 protected:
135
136 bool recvTimingResp(PacketPtr pkt);
137 void recvRetry() ;
137 void recvReqRetry() ;
138
139 void queueDma(PacketPtr pkt);
140
141 public:
142
143 DmaPort(MemObject *dev, System *s);
144
145 RequestPtr dmaAction(Packet::Command cmd, Addr addr, int size, Event *event,

--- 43 unchanged lines hidden ---
138
139 void queueDma(PacketPtr pkt);
140
141 public:
142
143 DmaPort(MemObject *dev, System *s);
144
145 RequestPtr dmaAction(Packet::Command cmd, Addr addr, int size, Event *event,

--- 43 unchanged lines hidden ---