pl022.c (8fd06719) pl022.c (17b7f2db)
1/*
2 * Arm PrimeCell PL022 Synchronous Serial Port
3 *
4 * Copyright (c) 2007 CodeSourcery.
5 * Written by Paul Brook
6 *
7 * This code is licensed under the GPL.
8 */
9
1/*
2 * Arm PrimeCell PL022 Synchronous Serial Port
3 *
4 * Copyright (c) 2007 CodeSourcery.
5 * Written by Paul Brook
6 *
7 * This code is licensed under the GPL.
8 */
9
10#include "qemu/osdep.h"
10#include "hw/sysbus.h"
11#include "hw/ssi/ssi.h"
12
13//#define DEBUG_PL022 1
14
15#ifdef DEBUG_PL022
16#define DPRINTF(fmt, ...) \
17do { printf("pl022: " fmt , ## __VA_ARGS__); } while (0)

--- 309 unchanged lines hidden ---
11#include "hw/sysbus.h"
12#include "hw/ssi/ssi.h"
13
14//#define DEBUG_PL022 1
15
16#ifdef DEBUG_PL022
17#define DPRINTF(fmt, ...) \
18do { printf("pl022: " fmt , ## __VA_ARGS__); } while (0)

--- 309 unchanged lines hidden ---