pl111.hh (9330:4a3269a11230) pl111.hh (9394:e88cf95d33d3)
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

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

222 InterruptReg clcdCrsrIcr;
223
224 /** Cursor raw interrupt status register - const */
225 InterruptReg clcdCrsrRis;
226
227 /** Cursor masked interrupt status register - const */
228 InterruptReg clcdCrsrMis;
229
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

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

222 InterruptReg clcdCrsrIcr;
223
224 /** Cursor raw interrupt status register - const */
225 InterruptReg clcdCrsrRis;
226
227 /** Cursor masked interrupt status register - const */
228 InterruptReg clcdCrsrMis;
229
230 /** Pixel clock */
231 Tick pixelClock;
232
230 /** VNC server */
231 VncInput *vnc;
232
233 /** Helper to write out bitmaps */
234 Bitmap *bmp;
235
236 /** Picture of what the current frame buffer looks like */
237 std::ostream *pic;

--- 90 unchanged lines hidden ---
233 /** VNC server */
234 VncInput *vnc;
235
236 /** Helper to write out bitmaps */
237 Bitmap *bmp;
238
239 /** Picture of what the current frame buffer looks like */
240 std::ostream *pic;

--- 90 unchanged lines hidden ---