pl111.cc (8245:a9d06c894afe) pl111.cc (8508:eb52373b376b)
1/*
2 * Copyright (c) 2010 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

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

258 case LcdTiming3:
259 lcdTiming3 = data;
260 break;
261 case LcdUpBase:
262 lcdUpbase = data;
263 DPRINTF(PL111, "####### Upper panel base set to: %#x #######\n", lcdUpbase);
264 break;
265 case LcdLpBase:
1/*
2 * Copyright (c) 2010 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

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

258 case LcdTiming3:
259 lcdTiming3 = data;
260 break;
261 case LcdUpBase:
262 lcdUpbase = data;
263 DPRINTF(PL111, "####### Upper panel base set to: %#x #######\n", lcdUpbase);
264 break;
265 case LcdLpBase:
266 warn("LCD dual screen mode not supported\n");
266 warn_once("LCD dual screen mode not supported\n");
267 lcdLpbase = data;
268 DPRINTF(PL111, "###### Lower panel base set to: %#x #######\n", lcdLpbase);
269 break;
270 case LcdControl:
271 int old_lcdpwr;
272 old_lcdpwr = lcdControl.lcdpwr;
273 lcdControl = data;
274

--- 477 unchanged lines hidden ---
267 lcdLpbase = data;
268 DPRINTF(PL111, "###### Lower panel base set to: %#x #######\n", lcdLpbase);
269 break;
270 case LcdControl:
271 int old_lcdpwr;
272 old_lcdpwr = lcdControl.lcdpwr;
273 lcdControl = data;
274

--- 477 unchanged lines hidden ---