energy_ctrl.cc (10905:a6ca6831e775) energy_ctrl.cc (11793:ef606668d247)
1/*
2 * Copyright (c) 2012-2014 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

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

34 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 *
37 * Authors: Vasileios Spiliopoulos
38 * Akash Bagdia
39 * Stephan Diestelhorst
40 */
41
1/*
2 * Copyright (c) 2012-2014 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

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

34 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 *
37 * Authors: Vasileios Spiliopoulos
38 * Akash Bagdia
39 * Stephan Diestelhorst
40 */
41
42#include "debug/EnergyCtrl.hh"
43#include "dev/arm/energy_ctrl.hh"
42#include "dev/arm/energy_ctrl.hh"
43
44#include "debug/EnergyCtrl.hh"
44#include "mem/packet.hh"
45#include "mem/packet_access.hh"
46#include "params/EnergyCtrl.hh"
47#include "sim/dvfs_handler.hh"
48
49EnergyCtrl::EnergyCtrl(const Params *p)
50 : BasicPioDevice(p, PIO_NUM_FIELDS * 4), // each field is 32 bit
51 dvfsHandler(p->dvfs_handler),

--- 212 unchanged lines hidden ---
45#include "mem/packet.hh"
46#include "mem/packet_access.hh"
47#include "params/EnergyCtrl.hh"
48#include "sim/dvfs_handler.hh"
49
50EnergyCtrl::EnergyCtrl(const Params *p)
51 : BasicPioDevice(p, PIO_NUM_FIELDS * 4), // each field is 32 bit
52 dvfsHandler(p->dvfs_handler),

--- 212 unchanged lines hidden ---