iotkit-sysctl.c (b15bdb1d8324efe662b94d5c8bac231c4b3a81a9) | iotkit-sysctl.c (3d81e8cf0c81b8b63d7d7056c450dd94bfbfd038) |
---|---|
1/* 2 * ARM IoTKit system control element 3 * 4 * Copyright (c) 2018 Linaro Limited 5 * Written by Peter Maydell 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 or --- 16 unchanged lines hidden (view full) --- 25#include "qapi/error.h" 26#include "hw/sysbus.h" 27#include "migration/vmstate.h" 28#include "hw/registerfields.h" 29#include "hw/misc/iotkit-sysctl.h" 30#include "hw/qdev-properties.h" 31#include "hw/arm/armsse-version.h" 32#include "target/arm/arm-powerctl.h" | 1/* 2 * ARM IoTKit system control element 3 * 4 * Copyright (c) 2018 Linaro Limited 5 * Written by Peter Maydell 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 or --- 16 unchanged lines hidden (view full) --- 25#include "qapi/error.h" 26#include "hw/sysbus.h" 27#include "migration/vmstate.h" 28#include "hw/registerfields.h" 29#include "hw/misc/iotkit-sysctl.h" 30#include "hw/qdev-properties.h" 31#include "hw/arm/armsse-version.h" 32#include "target/arm/arm-powerctl.h" |
33#include "target/arm/cpu.h" | |
34 35REG32(SECDBGSTAT, 0x0) 36REG32(SECDBGSET, 0x4) 37REG32(SECDBGCLR, 0x8) 38REG32(SCSECCTRL, 0xc) 39REG32(FCLK_DIV, 0x10) 40REG32(SYSCLK_DIV, 0x14) 41REG32(CLOCK_FORCE, 0x18) --- 831 unchanged lines hidden --- | 33 34REG32(SECDBGSTAT, 0x0) 35REG32(SECDBGSET, 0x4) 36REG32(SECDBGCLR, 0x8) 37REG32(SCSECCTRL, 0xc) 38REG32(FCLK_DIV, 0x10) 39REG32(SYSCLK_DIV, 0x14) 40REG32(CLOCK_FORCE, 0x18) --- 831 unchanged lines hidden --- |