rv_ctrl.cc (11421:74c1e6513bd0) rv_ctrl.cc (12078:6bbedad2eb30)
1/*
2 * Copyright (c) 2010,2013,2015 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

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

141 case Osc1:
142 case Osc2:
143 case Osc3:
144 case Osc4:
145 break;
146 case Lock:
147 sysLock.lockVal = pkt->get<uint16_t>();
148 break;
1/*
2 * Copyright (c) 2010,2013,2015 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

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

141 case Osc1:
142 case Osc2:
143 case Osc3:
144 case Osc4:
145 break;
146 case Lock:
147 sysLock.lockVal = pkt->get<uint16_t>();
148 break;
149 case ResetCtl:
150 // Ignore writes to reset control
151 warn_once("Ignoring write to reset control\n");
152 break;
149 case Flags:
150 flags = pkt->get<uint32_t>();
151 break;
152 case FlagsClr:
153 flags = 0;
154 break;
155 case CfgData:
156 scData = pkt->get<uint32_t>();

--- 175 unchanged lines hidden ---
153 case Flags:
154 flags = pkt->get<uint32_t>();
155 break;
156 case FlagsClr:
157 flags = 0;
158 break;
159 case CfgData:
160 scData = pkt->get<uint32_t>();

--- 175 unchanged lines hidden ---