53 lines
2.5 KiB
Plaintext
53 lines
2.5 KiB
Plaintext
/*
|
|
* Copyright (c) 2013 ETH Zurich. All rights reserved.
|
|
*
|
|
* This file is distributed under the terms in the attached LICENSE file.
|
|
* If you do not find this file, copies can be found by writing to:
|
|
* ETH Zurich D-INFK, CAB F.78, Universitaetstrasse 6, CH-8092 Zurich,
|
|
* Attn: Systems Group.
|
|
*/
|
|
|
|
/*
|
|
* omap44xx_clk1_rate_adapt_resp_32to128_clk1.dev
|
|
*
|
|
* DESCRIPTION:
|
|
*
|
|
* NOTE: This file has been automatically generated based on the
|
|
* XML files extracted from the TI RDT v1.0.0.4p Tool.
|
|
* Download from here: http://www.ti.com/product/omap4460
|
|
* This means that the file might not be optimal in terms of naming
|
|
* conventions for constants and registers (duplicated
|
|
* namespaces in register and device name etc.).
|
|
* Also, because of the underlying structure from the original XML
|
|
* it's possible that some constants appear multiple times (if they
|
|
* have slightly different descriptions for example).
|
|
*
|
|
* You want to clean that up before using the files for the first time!
|
|
*/
|
|
|
|
device omap44xx_clk1_rate_adapt_resp_32to128_clk1 msbfirst ( addr base ) "" {
|
|
|
|
|
|
constants stdhosthdr_corereg_vendorcode_status width(1) "" {
|
|
STDHOSTHDR_COREREG_VENDORCODE_0_r = 0 "Third-party vendor.";
|
|
STDHOSTHDR_COREREG_VENDORCODE_1_r = 1 "";
|
|
};
|
|
|
|
register l3_ra_stdhosthdr_corereg addr(base, 0x0) "" {
|
|
_ 10 mbz;
|
|
stdhosthdr_corereg_corecode 6 ro "The Core Code field is a constant reporting a vendor-specific core generator code. Type: Constant. Reset value: 0x2D.";
|
|
_ 15 mbz;
|
|
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.";
|
|
};
|
|
|
|
register l3_ra_stdhosthdr_versionreg addr(base, 0x4) "" {
|
|
stdhosthdr_versionreg_revisionid 8 ro "The Revision Identifier field is a constant reporting the core generator revision number. Type: Constant. Reset value: 0x0.";
|
|
stdhosthdr_versionreg_coreparamschecksum 24 ro "Reserved. Type: Reserved. Reset value: Reserved.";
|
|
};
|
|
|
|
register l3_ra_cnf addr(base, 0x8) "" {
|
|
_ 27 mbz;
|
|
cnf_rate 4 rw "Indicates the throughput ratio between input and output (Rate = [16 x (Incoming_Throughput/Outgoing_Throuput)] - 1), when bit StAndFwd bit is reset. Ignored when StAndFwd bit is set. Type: Control. Reset value: 0x3.";
|
|
cnf_standfwd 1 rw "When this bit is set, the Packet Transport Unit stores the entire NTTP packet, then forwards it on TX port. Type: Control. Reset value: 0x0.";
|
|
};
|
|
}; |