pl111.hh (9525:0587c8983d47) pl111.hh (9939:735d73e394d3)
1/*
2 * Copyright (c) 2010-2012 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

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

343
344 /** Unused DMA done events that are ready to be scheduled */
345 std::vector<DmaDoneEvent *> dmaDoneEventFree;
346 /**@}*/
347
348 /** Wrapper to create an event out of the interrupt */
349 EventWrapper<Pl111, &Pl111::generateInterrupt> intEvent;
350
1/*
2 * Copyright (c) 2010-2012 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

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

343
344 /** Unused DMA done events that are ready to be scheduled */
345 std::vector<DmaDoneEvent *> dmaDoneEventFree;
346 /**@}*/
347
348 /** Wrapper to create an event out of the interrupt */
349 EventWrapper<Pl111, &Pl111::generateInterrupt> intEvent;
350
351 bool enableCapture;
352
351 public:
352 typedef Pl111Params Params;
353
354 const Params *
355 params() const
356 {
357 return dynamic_cast<const Params *>(_params);
358 }

--- 18 unchanged lines hidden ---
353 public:
354 typedef Pl111Params Params;
355
356 const Params *
357 params() const
358 {
359 return dynamic_cast<const Params *>(_params);
360 }

--- 18 unchanged lines hidden ---