1/*
2 * Copyright (c) 2013 ETH Zurich. All rights reserved.
3 *
4 * This file is distributed under the terms in the attached LICENSE file.
5 * If you do not find this file, copies can be found by writing to:
6 * ETH Zurich D-INFK, CAB F.78, Universitaetstrasse 6, CH-8092 Zurich,
7 * Attn: Systems Group.
8 */
9
10/*
11 * omap44xx_clk1_dss_bw_regulator.dev
12 *
13 * DESCRIPTION: 
14 *
15 * NOTE: This file has been automatically generated based on the
16 * XML files extracted from the TI RDT v1.0.0.4p Tool.
17 * Download from here: http://www.ti.com/product/omap4460
18 * This means that the file might not be optimal in terms of naming
19 * conventions for constants and registers (duplicated
20 * namespaces in register and device name etc.).
21 * Also, because of the underlying structure from the original XML
22 * it's possible that some constants appear multiple times (if they
23 * have slightly different descriptions for example).
24 *
25 * You want to clean that up before using the files for the first time!
26 */
27 
28device omap44xx_clk1_dss_bw_regulator msbfirst ( addr base ) "" {
29    
30
31    constants stdhosthdr_corereg_vendorcode_status width(1) "" {
32        STDHOSTHDR_COREREG_VENDORCODE_0_r = 0 "Third-party vendor.";
33        STDHOSTHDR_COREREG_VENDORCODE_1_r = 1 "";
34    };
35    
36    register l3_bw_r_stdhosthdr_corereg addr(base, 0x0) "" {
37        _ 10 mbz;
38        stdhosthdr_corereg_corecode 6 ro "The Core Code field is a constant reporting a vendor-specific core generator code. Type: Constant. Reset value: 0x31.";
39        _ 15 mbz;
40        stdhosthdr_corereg_vendorcode 1 ro type(stdhosthdr_corereg_vendorcode_status) "The Vendor Code field is a constant reporting the core generator vendor code. Type: Constant. Reset value: 0x1.";
41    };
42    
43    register l3_bw_r_stdhosthdr_versionreg addr(base, 0x4) "" {
44        stdhosthdr_versionreg_revisionid 8 ro "The Revision Identifier field is a constant reporting the core generator revision number. Type: Constant. Reset value: 0x0.";
45        stdhosthdr_versionreg_coreparamschecksum 24 ro "Reserved. Type: Reserved. Reset value: Reserved.";
46    };
47    
48    register l3_bw_r_bandwidth addr(base, 0x8) "" {
49        _ 16 mbz;
50        bandwidth 16 rw "Bandwidth, in bytes per second. Type: Control. Reset value: 0x0.";
51    };
52    
53    register l3_bw_r_watermark addr(base, 0xC) "" {
54        _ 20 mbz;
55        watermark 12 rw "Peak permissible bandwidth, in bytes. Type: Control. Reset value: 0x1.";
56    };
57    
58    register l3_bw_r_press addr(base, 0x10) "" {
59        _ 30 mbz;
60        press_low 1 ro "Pressure value inserted if the measured bandwidth is over the watermark. The pressure is bar graph encoded. Type: Control. Reset value: 0x0.";
61        press_high 1 ro "Pressure value inserted if the measured bandwidth is under the watermark. The pressure is bar graph encoded. Type: Control. Reset value: 0x1.";
62    };
63    
64    register l3_bw_r_clearhistory addr(base, 0x14) "" {
65        _ 31 mbz;
66        clearhistory 1 rw "Write a 1 clear the traffic counter Type: Give_AutoCleared. Reset value: 0x0.";
67    };
68};