modules: lp0: refactor t210b01 to use the macros
This actually makes it faster too. Additionally, remove support for DDR in T210 function.
This commit is contained in:
@@ -1,564 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2010-2015, NVIDIA CORPORATION. All rights reserved.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms and conditions of the GNU General Public License,
|
|
||||||
* version 2, as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef _TEGRA210_PMC_H_
|
|
||||||
#define _TEGRA210_PMC_H_
|
|
||||||
|
|
||||||
#include "types.h"
|
|
||||||
|
|
||||||
struct tegra_pmc_regs
|
|
||||||
{
|
|
||||||
u32 cntrl;
|
|
||||||
u32 sec_disable;
|
|
||||||
u32 pmc_swrst;
|
|
||||||
u32 wake_mask;
|
|
||||||
u32 wake_lvl;
|
|
||||||
u32 wake_status;
|
|
||||||
u32 sw_wake_status;
|
|
||||||
u32 dpd_pads_oride;
|
|
||||||
u32 dpd_sample;
|
|
||||||
u32 dpd_enable;
|
|
||||||
u32 pwrgate_timer_off;
|
|
||||||
u32 clamp_status;
|
|
||||||
u32 pwrgate_toggle;
|
|
||||||
u32 remove_clamping_cmd;
|
|
||||||
u32 pwrgate_status;
|
|
||||||
u32 pwrgood_timer;
|
|
||||||
u32 blink_timer;
|
|
||||||
u32 no_iopower;
|
|
||||||
u32 pwr_det;
|
|
||||||
u32 pwr_det_latch;
|
|
||||||
u32 scratch0;
|
|
||||||
u32 scratch1;
|
|
||||||
u32 scratch2;
|
|
||||||
u32 scratch3;
|
|
||||||
u32 scratch4;
|
|
||||||
u32 scratch5;
|
|
||||||
u32 scratch6;
|
|
||||||
u32 scratch7;
|
|
||||||
u32 scratch8;
|
|
||||||
u32 scratch9;
|
|
||||||
u32 scratch10;
|
|
||||||
u32 scratch11;
|
|
||||||
u32 scratch12;
|
|
||||||
u32 scratch13;
|
|
||||||
u32 scratch14;
|
|
||||||
u32 scratch15;
|
|
||||||
u32 scratch16;
|
|
||||||
u32 scratch17;
|
|
||||||
u32 scratch18;
|
|
||||||
u32 scratch19;
|
|
||||||
u32 odmdata;
|
|
||||||
u32 scratch21;
|
|
||||||
u32 scratch22;
|
|
||||||
u32 scratch23;
|
|
||||||
u32 secure_scratch0;
|
|
||||||
u32 secure_scratch1;
|
|
||||||
u32 secure_scratch2;
|
|
||||||
u32 secure_scratch3;
|
|
||||||
u32 secure_scratch4;
|
|
||||||
u32 secure_scratch5;
|
|
||||||
u32 cpupwrgood_timer;
|
|
||||||
u32 cpupwroff_timer;
|
|
||||||
u32 pg_mask;
|
|
||||||
u32 pg_mask_1;
|
|
||||||
u32 auto_wake_lvl;
|
|
||||||
u32 auto_wake_lvl_mask;
|
|
||||||
u32 wake_delay;
|
|
||||||
u32 pwr_det_val;
|
|
||||||
u32 ddr_pwr;
|
|
||||||
u32 usb_debounce_del;
|
|
||||||
u32 usb_a0;
|
|
||||||
u32 crypto_op;
|
|
||||||
u32 pllp_wb0_override;
|
|
||||||
u32 scratch24;
|
|
||||||
u32 scratch25;
|
|
||||||
u32 scratch26;
|
|
||||||
u32 scratch27;
|
|
||||||
u32 scratch28;
|
|
||||||
u32 scratch29;
|
|
||||||
u32 scratch30;
|
|
||||||
u32 scratch31;
|
|
||||||
u32 scratch32;
|
|
||||||
u32 scratch33;
|
|
||||||
u32 scratch34;
|
|
||||||
u32 scratch35;
|
|
||||||
u32 scratch36;
|
|
||||||
u32 scratch37;
|
|
||||||
u32 scratch38;
|
|
||||||
u32 scratch39;
|
|
||||||
u32 scratch40;
|
|
||||||
u32 scratch41;
|
|
||||||
u32 scratch42;
|
|
||||||
u32 bondout_mirror[3];
|
|
||||||
u32 sys_33v_en;
|
|
||||||
u32 bondout_mirror_access;
|
|
||||||
u32 gate;
|
|
||||||
u32 wake2_mask;
|
|
||||||
u32 wake2_lvl;
|
|
||||||
u32 wake2_status;
|
|
||||||
u32 sw_wake2_status;
|
|
||||||
u32 auto_wake2_lvl_mask;
|
|
||||||
u32 pg_mask_2;
|
|
||||||
u32 pg_mask_ce1;
|
|
||||||
u32 pg_mask_ce2;
|
|
||||||
u32 pg_mask_ce3;
|
|
||||||
u32 pwrgate_timer_ce[7];
|
|
||||||
u32 pcx_edpd_cntrl;
|
|
||||||
u32 osc_edpd_over;
|
|
||||||
u32 clk_out_cntrl;
|
|
||||||
u32 sata_pwrgt;
|
|
||||||
u32 sensor_ctrl;
|
|
||||||
u32 rst_status;
|
|
||||||
u32 io_dpd_req;
|
|
||||||
u32 io_dpd_status;
|
|
||||||
u32 io_dpd2_req;
|
|
||||||
u32 io_dpd2_status;
|
|
||||||
u32 sel_dpd_tim;
|
|
||||||
u32 vddp_sel;
|
|
||||||
u32 ddr_cfg;
|
|
||||||
u32 e_no_vttgen;
|
|
||||||
u8 _rsv0[4];
|
|
||||||
u32 pllm_wb0_override_freq;
|
|
||||||
u32 test_pwrgate;
|
|
||||||
u32 pwrgate_timer_mult;
|
|
||||||
u32 dis_sel_dpd;
|
|
||||||
u32 utmip_uhsic_triggers;
|
|
||||||
u32 utmip_uhsic_saved_state;
|
|
||||||
u32 utmip_pad_cfg;
|
|
||||||
u32 utmip_term_pad_cfg;
|
|
||||||
u32 utmip_uhsic_sleep_cfg;
|
|
||||||
u32 utmip_uhsic_sleepwalk_cfg;
|
|
||||||
u32 utmip_sleepwalk_p[3];
|
|
||||||
u32 uhsic_sleepwalk_p0;
|
|
||||||
u32 utmip_uhsic_status;
|
|
||||||
u32 utmip_uhsic_fake;
|
|
||||||
u32 bondout_mirror3[5 - 3];
|
|
||||||
u32 secure_scratch6;
|
|
||||||
u32 secure_scratch7;
|
|
||||||
u32 scratch43;
|
|
||||||
u32 scratch44;
|
|
||||||
u32 scratch45;
|
|
||||||
u32 scratch46;
|
|
||||||
u32 scratch47;
|
|
||||||
u32 scratch48;
|
|
||||||
u32 scratch49;
|
|
||||||
u32 scratch50;
|
|
||||||
u32 scratch51;
|
|
||||||
u32 scratch52;
|
|
||||||
u32 scratch53;
|
|
||||||
u32 scratch54;
|
|
||||||
u32 scratch55;
|
|
||||||
u32 scratch0_eco;
|
|
||||||
u32 por_dpd_ctrl;
|
|
||||||
u32 scratch2_eco;
|
|
||||||
u32 utmip_uhsic_line_wakeup;
|
|
||||||
u32 utmip_bias_master_cntrl;
|
|
||||||
u32 utmip_master_config;
|
|
||||||
u32 td_pwrgate_inter_part_timer;
|
|
||||||
u32 utmip_uhsic2_triggers;
|
|
||||||
u32 utmip_uhsic2_saved_state;
|
|
||||||
u32 utmip_uhsic2_sleep_cfg;
|
|
||||||
u32 utmip_uhsic2_sleepwalk_cfg;
|
|
||||||
u32 uhsic2_sleepwalk_p1;
|
|
||||||
u32 utmip_uhsic2_status;
|
|
||||||
u32 utmip_uhsic2_fake;
|
|
||||||
u32 utmip_uhsic2_line_wakeup;
|
|
||||||
u32 utmip_master2_config;
|
|
||||||
u32 utmip_uhsic_rpd_cfg;
|
|
||||||
u32 pg_mask_ce0;
|
|
||||||
u32 pg_mask3[5 - 3];
|
|
||||||
u32 pllm_wb0_override2;
|
|
||||||
u32 tsc_mult;
|
|
||||||
u32 cpu_vsense_override;
|
|
||||||
u32 glb_amap_cfg;
|
|
||||||
u32 sticky_bits;
|
|
||||||
u32 sec_disable2;
|
|
||||||
u32 weak_bias;
|
|
||||||
u32 reg_short;
|
|
||||||
u32 pg_mask_andor;
|
|
||||||
u8 _rsv1[0x2c];
|
|
||||||
u32 secure_scratch8; /* offset 0x300 */
|
|
||||||
u32 secure_scratch9;
|
|
||||||
u32 secure_scratch10;
|
|
||||||
u32 secure_scratch11;
|
|
||||||
u32 secure_scratch12;
|
|
||||||
u32 secure_scratch13;
|
|
||||||
u32 secure_scratch14;
|
|
||||||
u32 secure_scratch15;
|
|
||||||
u32 secure_scratch16;
|
|
||||||
u32 secure_scratch17;
|
|
||||||
u32 secure_scratch18;
|
|
||||||
u32 secure_scratch19;
|
|
||||||
u32 secure_scratch20;
|
|
||||||
u32 secure_scratch21;
|
|
||||||
u32 secure_scratch22;
|
|
||||||
u32 secure_scratch23;
|
|
||||||
u32 secure_scratch24;
|
|
||||||
u32 secure_scratch25;
|
|
||||||
u32 secure_scratch26;
|
|
||||||
u32 secure_scratch27;
|
|
||||||
u32 secure_scratch28;
|
|
||||||
u32 secure_scratch29;
|
|
||||||
u32 secure_scratch30;
|
|
||||||
u32 secure_scratch31;
|
|
||||||
u32 secure_scratch32;
|
|
||||||
u32 secure_scratch33;
|
|
||||||
u32 secure_scratch34;
|
|
||||||
u32 secure_scratch35;
|
|
||||||
u32 secure_scratch36;
|
|
||||||
u32 secure_scratch37;
|
|
||||||
u32 secure_scratch38;
|
|
||||||
u32 secure_scratch39;
|
|
||||||
u32 secure_scratch40;
|
|
||||||
u32 secure_scratch41;
|
|
||||||
u32 secure_scratch42;
|
|
||||||
u32 secure_scratch43;
|
|
||||||
u32 secure_scratch44;
|
|
||||||
u32 secure_scratch45;
|
|
||||||
u32 secure_scratch46;
|
|
||||||
u32 secure_scratch47;
|
|
||||||
u32 secure_scratch48;
|
|
||||||
u32 secure_scratch49;
|
|
||||||
u32 secure_scratch50;
|
|
||||||
u32 secure_scratch51;
|
|
||||||
u32 secure_scratch52;
|
|
||||||
u32 secure_scratch53;
|
|
||||||
u32 secure_scratch54;
|
|
||||||
u32 secure_scratch55;
|
|
||||||
u32 secure_scratch56;
|
|
||||||
u32 secure_scratch57;
|
|
||||||
u32 secure_scratch58;
|
|
||||||
u32 secure_scratch59;
|
|
||||||
u32 secure_scratch60;
|
|
||||||
u32 secure_scratch61;
|
|
||||||
u32 secure_scratch62;
|
|
||||||
u32 secure_scratch63;
|
|
||||||
u32 secure_scratch64;
|
|
||||||
u32 secure_scratch65;
|
|
||||||
u32 secure_scratch66;
|
|
||||||
u32 secure_scratch67;
|
|
||||||
u32 secure_scratch68;
|
|
||||||
u32 secure_scratch69;
|
|
||||||
u32 secure_scratch70;
|
|
||||||
u32 secure_scratch71;
|
|
||||||
u32 secure_scratch72;
|
|
||||||
u32 secure_scratch73;
|
|
||||||
u32 secure_scratch74;
|
|
||||||
u32 secure_scratch75;
|
|
||||||
u32 secure_scratch76;
|
|
||||||
u32 secure_scratch77;
|
|
||||||
u32 secure_scratch78;
|
|
||||||
u32 secure_scratch79;
|
|
||||||
u32 _rsv0x420[8];
|
|
||||||
u32 cntrl2; /* 0x440 */
|
|
||||||
u32 _rsv0x444[2];
|
|
||||||
u32 event_counter; /* 0x44C */
|
|
||||||
u32 fuse_control;
|
|
||||||
u32 scratch1_eco;
|
|
||||||
u32 _rsv0x458[1];
|
|
||||||
u32 io_dpd3_req; /* 0x45C */
|
|
||||||
u32 io_dpd3_status;
|
|
||||||
u32 io_dpd4_req;
|
|
||||||
u32 io_dpd4_status;
|
|
||||||
u32 _rsv0x46C[30];
|
|
||||||
u32 ddr_cntrl; /* 0x4E4 */
|
|
||||||
u32 _rsv0x4E8[70];
|
|
||||||
u32 scratch56; /* 0x600 */
|
|
||||||
u32 scratch57;
|
|
||||||
u32 scratch58;
|
|
||||||
u32 scratch59;
|
|
||||||
u32 scratch60;
|
|
||||||
u32 scratch61;
|
|
||||||
u32 scratch62;
|
|
||||||
u32 scratch63;
|
|
||||||
u32 scratch64;
|
|
||||||
u32 scratch65;
|
|
||||||
u32 scratch66;
|
|
||||||
u32 scratch67;
|
|
||||||
u32 scratch68;
|
|
||||||
u32 scratch69;
|
|
||||||
u32 scratch70;
|
|
||||||
u32 scratch71;
|
|
||||||
u32 scratch72;
|
|
||||||
u32 scratch73;
|
|
||||||
u32 scratch74;
|
|
||||||
u32 scratch75;
|
|
||||||
u32 scratch76;
|
|
||||||
u32 scratch77;
|
|
||||||
u32 scratch78;
|
|
||||||
u32 scratch79;
|
|
||||||
u32 scratch80;
|
|
||||||
u32 scratch81;
|
|
||||||
u32 scratch82;
|
|
||||||
u32 scratch83;
|
|
||||||
u32 scratch84;
|
|
||||||
u32 scratch85;
|
|
||||||
u32 scratch86;
|
|
||||||
u32 scratch87;
|
|
||||||
u32 scratch88;
|
|
||||||
u32 scratch89;
|
|
||||||
u32 scratch90;
|
|
||||||
u32 scratch91;
|
|
||||||
u32 scratch92;
|
|
||||||
u32 scratch93;
|
|
||||||
u32 scratch94;
|
|
||||||
u32 scratch95;
|
|
||||||
u32 scratch96;
|
|
||||||
u32 scratch97;
|
|
||||||
u32 scratch98;
|
|
||||||
u32 scratch99;
|
|
||||||
u32 scratch100;
|
|
||||||
u32 scratch101;
|
|
||||||
u32 scratch102;
|
|
||||||
u32 scratch103;
|
|
||||||
u32 scratch104;
|
|
||||||
u32 scratch105;
|
|
||||||
u32 scratch106;
|
|
||||||
u32 scratch107;
|
|
||||||
u32 scratch108;
|
|
||||||
u32 scratch109;
|
|
||||||
u32 scratch110;
|
|
||||||
u32 scratch111;
|
|
||||||
u32 scratch112;
|
|
||||||
u32 scratch113;
|
|
||||||
u32 scratch114;
|
|
||||||
u32 scratch115;
|
|
||||||
u32 scratch116;
|
|
||||||
u32 scratch117;
|
|
||||||
u32 scratch118;
|
|
||||||
u32 scratch119;
|
|
||||||
u32 scratch120; /* 0x700 */
|
|
||||||
u32 scratch121;
|
|
||||||
u32 scratch122;
|
|
||||||
u32 scratch123;
|
|
||||||
u32 scratch124;
|
|
||||||
u32 scratch125;
|
|
||||||
u32 scratch126;
|
|
||||||
u32 scratch127;
|
|
||||||
u32 scratch128;
|
|
||||||
u32 scratch129;
|
|
||||||
u32 scratch130;
|
|
||||||
u32 scratch131;
|
|
||||||
u32 scratch132;
|
|
||||||
u32 scratch133;
|
|
||||||
u32 scratch134;
|
|
||||||
u32 scratch135;
|
|
||||||
u32 scratch136;
|
|
||||||
u32 scratch137;
|
|
||||||
u32 scratch138;
|
|
||||||
u32 scratch139;
|
|
||||||
u32 scratch140;
|
|
||||||
u32 scratch141;
|
|
||||||
u32 scratch142;
|
|
||||||
u32 scratch143;
|
|
||||||
u32 scratch144;
|
|
||||||
u32 scratch145;
|
|
||||||
u32 scratch146;
|
|
||||||
u32 scratch147;
|
|
||||||
u32 scratch148;
|
|
||||||
u32 scratch149;
|
|
||||||
u32 scratch150;
|
|
||||||
u32 scratch151;
|
|
||||||
u32 scratch152;
|
|
||||||
u32 scratch153;
|
|
||||||
u32 scratch154;
|
|
||||||
u32 scratch155;
|
|
||||||
u32 scratch156;
|
|
||||||
u32 scratch157;
|
|
||||||
u32 scratch158;
|
|
||||||
u32 scratch159;
|
|
||||||
u32 scratch160;
|
|
||||||
u32 scratch161;
|
|
||||||
u32 scratch162;
|
|
||||||
u32 scratch163;
|
|
||||||
u32 scratch164;
|
|
||||||
u32 scratch165;
|
|
||||||
u32 scratch166;
|
|
||||||
u32 scratch167;
|
|
||||||
u32 scratch168;
|
|
||||||
u32 scratch169;
|
|
||||||
u32 scratch170;
|
|
||||||
u32 scratch171;
|
|
||||||
u32 scratch172;
|
|
||||||
u32 scratch173;
|
|
||||||
u32 scratch174;
|
|
||||||
u32 scratch175;
|
|
||||||
u32 scratch176;
|
|
||||||
u32 scratch177;
|
|
||||||
u32 scratch178;
|
|
||||||
u32 scratch179;
|
|
||||||
u32 scratch180;
|
|
||||||
u32 scratch181;
|
|
||||||
u32 scratch182;
|
|
||||||
u32 scratch183;
|
|
||||||
u32 scratch184;
|
|
||||||
u32 scratch185;
|
|
||||||
u32 scratch186;
|
|
||||||
u32 scratch187;
|
|
||||||
u32 scratch188;
|
|
||||||
u32 scratch189;
|
|
||||||
u32 scratch190;
|
|
||||||
u32 scratch191;
|
|
||||||
u32 scratch192;
|
|
||||||
u32 scratch193;
|
|
||||||
u32 scratch194;
|
|
||||||
u32 scratch195;
|
|
||||||
u32 scratch196;
|
|
||||||
u32 scratch197;
|
|
||||||
u32 scratch198;
|
|
||||||
u32 scratch199;
|
|
||||||
u32 scratch200;
|
|
||||||
u32 scratch201;
|
|
||||||
u32 scratch202;
|
|
||||||
u32 scratch203;
|
|
||||||
u32 scratch204;
|
|
||||||
u32 scratch205;
|
|
||||||
u32 scratch206;
|
|
||||||
u32 scratch207;
|
|
||||||
u32 scratch208;
|
|
||||||
u32 scratch209;
|
|
||||||
u32 scratch210;
|
|
||||||
u32 scratch211;
|
|
||||||
u32 scratch212;
|
|
||||||
u32 scratch213;
|
|
||||||
u32 scratch214;
|
|
||||||
u32 scratch215;
|
|
||||||
u32 scratch216;
|
|
||||||
u32 scratch217;
|
|
||||||
u32 scratch218;
|
|
||||||
u32 scratch219;
|
|
||||||
u32 scratch220;
|
|
||||||
u32 scratch221;
|
|
||||||
u32 scratch222;
|
|
||||||
u32 scratch223;
|
|
||||||
u32 scratch224;
|
|
||||||
u32 scratch225;
|
|
||||||
u32 scratch226;
|
|
||||||
u32 scratch227;
|
|
||||||
u32 scratch228;
|
|
||||||
u32 scratch229;
|
|
||||||
u32 scratch230;
|
|
||||||
u32 scratch231;
|
|
||||||
u32 scratch232;
|
|
||||||
u32 scratch233;
|
|
||||||
u32 scratch234;
|
|
||||||
u32 scratch235;
|
|
||||||
u32 scratch236;
|
|
||||||
u32 scratch237;
|
|
||||||
u32 scratch238;
|
|
||||||
u32 scratch239;
|
|
||||||
u32 scratch240;
|
|
||||||
u32 scratch241;
|
|
||||||
u32 scratch242;
|
|
||||||
u32 scratch243;
|
|
||||||
u32 scratch244;
|
|
||||||
u32 scratch245;
|
|
||||||
u32 scratch246;
|
|
||||||
u32 scratch247;
|
|
||||||
u32 scratch248;
|
|
||||||
u32 scratch249;
|
|
||||||
u32 scratch250;
|
|
||||||
u32 scratch251;
|
|
||||||
u32 scratch252;
|
|
||||||
u32 scratch253;
|
|
||||||
u32 scratch254;
|
|
||||||
u32 scratch255;
|
|
||||||
u32 scratch256;
|
|
||||||
u32 scratch257;
|
|
||||||
u32 scratch258;
|
|
||||||
u32 scratch259;
|
|
||||||
u32 scratch260;
|
|
||||||
u32 scratch261;
|
|
||||||
u32 scratch262;
|
|
||||||
u32 scratch263;
|
|
||||||
u32 scratch264;
|
|
||||||
u32 scratch265;
|
|
||||||
u32 scratch266;
|
|
||||||
u32 scratch267;
|
|
||||||
u32 scratch268;
|
|
||||||
u32 scratch269;
|
|
||||||
u32 scratch270;
|
|
||||||
u32 scratch271;
|
|
||||||
u32 scratch272;
|
|
||||||
u32 scratch273;
|
|
||||||
u32 scratch274;
|
|
||||||
u32 scratch275;
|
|
||||||
u32 scratch276;
|
|
||||||
u32 scratch277;
|
|
||||||
u32 scratch278;
|
|
||||||
u32 scratch279;
|
|
||||||
u32 scratch280;
|
|
||||||
u32 scratch281;
|
|
||||||
u32 scratch282;
|
|
||||||
u32 scratch283;
|
|
||||||
u32 scratch284;
|
|
||||||
u32 scratch285;
|
|
||||||
u32 scratch286;
|
|
||||||
u32 scratch287;
|
|
||||||
u32 scratch288;
|
|
||||||
u32 scratch289;
|
|
||||||
u32 scratch290;
|
|
||||||
u32 scratch291;
|
|
||||||
u32 scratch292;
|
|
||||||
u32 scratch293;
|
|
||||||
u32 scratch294;
|
|
||||||
u32 scratch295;
|
|
||||||
u32 scratch296;
|
|
||||||
u32 scratch297;
|
|
||||||
u32 scratch298;
|
|
||||||
u32 scratch299; /* 0x9CC */
|
|
||||||
u32 _rsv0x9D0[50];
|
|
||||||
u32 secure_scratch80; /* 0xa98 */
|
|
||||||
u32 secure_scratch81;
|
|
||||||
u32 secure_scratch82;
|
|
||||||
u32 secure_scratch83;
|
|
||||||
u32 secure_scratch84;
|
|
||||||
u32 secure_scratch85;
|
|
||||||
u32 secure_scratch86;
|
|
||||||
u32 secure_scratch87;
|
|
||||||
u32 secure_scratch88;
|
|
||||||
u32 secure_scratch89;
|
|
||||||
u32 secure_scratch90;
|
|
||||||
u32 secure_scratch91;
|
|
||||||
u32 secure_scratch92;
|
|
||||||
u32 secure_scratch93;
|
|
||||||
u32 secure_scratch94;
|
|
||||||
u32 secure_scratch95;
|
|
||||||
u32 secure_scratch96;
|
|
||||||
u32 secure_scratch97;
|
|
||||||
u32 secure_scratch98;
|
|
||||||
u32 secure_scratch99;
|
|
||||||
u32 secure_scratch100;
|
|
||||||
u32 secure_scratch101;
|
|
||||||
u32 secure_scratch102;
|
|
||||||
u32 secure_scratch103;
|
|
||||||
u32 secure_scratch104;
|
|
||||||
u32 secure_scratch105;
|
|
||||||
u32 secure_scratch106;
|
|
||||||
u32 secure_scratch107;
|
|
||||||
u32 secure_scratch108;
|
|
||||||
u32 secure_scratch109;
|
|
||||||
u32 secure_scratch110;
|
|
||||||
u32 secure_scratch111;
|
|
||||||
u32 secure_scratch112;
|
|
||||||
u32 secure_scratch113;
|
|
||||||
u32 secure_scratch114;
|
|
||||||
u32 secure_scratch115;
|
|
||||||
u32 secure_scratch116;
|
|
||||||
u32 secure_scratch117;
|
|
||||||
u32 secure_scratch118;
|
|
||||||
u32 secure_scratch119;
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif /* _TEGRA210_PMC_H_ */
|
|
||||||
671
modules/hekate_libsys_lp0/pmc_t210.h
Normal file
671
modules/hekate_libsys_lp0/pmc_t210.h
Normal file
@@ -0,0 +1,671 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) 2018-2026 CTCaer
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
* under the terms and conditions of the GNU General Public License,
|
||||||
|
* version 2, as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
|
* more details.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef _PMC_T210_H_
|
||||||
|
#define _PMC_T210_H_
|
||||||
|
|
||||||
|
#include "types.h"
|
||||||
|
|
||||||
|
typedef struct _pmc_regs_t210_t {
|
||||||
|
/* 0x000 */ u32 pmc_cntrl;
|
||||||
|
/* 0x004 */ u32 pmc_sec_disable;
|
||||||
|
/* 0x008 */ u32 pmc_pmc_swrst;
|
||||||
|
/* 0x00c */ u32 pmc_wake_mask;
|
||||||
|
/* 0x010 */ u32 pmc_wake_lvl;
|
||||||
|
/* 0x014 */ u32 pmc_wake_status;
|
||||||
|
/* 0x018 */ u32 pmc_sw_wake_status;
|
||||||
|
/* 0x01c */ u32 pmc_dpd_pads_oride;
|
||||||
|
/* 0x020 */ u32 pmc_dpd_sample;
|
||||||
|
/* 0x024 */ u32 pmc_dpd_enable;
|
||||||
|
/* 0x028 */ u32 pmc_pwrgate_timer_off;
|
||||||
|
/* 0x02c */ u32 pmc_clamp_status;
|
||||||
|
/* 0x030 */ u32 pmc_pwrgate_toggle;
|
||||||
|
/* 0x034 */ u32 pmc_remove_clamping_cmd;
|
||||||
|
/* 0x038 */ u32 pmc_pwrgate_status;
|
||||||
|
/* 0x03c */ u32 pmc_pwrgood_timer;
|
||||||
|
/* 0x040 */ u32 pmc_blink_timer;
|
||||||
|
/* 0x044 */ u32 pmc_no_iopower;
|
||||||
|
/* 0x048 */ u32 pmc_pwr_det;
|
||||||
|
/* 0x04c */ u32 pmc_pwr_det_latch;
|
||||||
|
/* 0x050 */ u32 pmc_scratch0;
|
||||||
|
/* 0x054 */ u32 pmc_scratch1;
|
||||||
|
/* 0x058 */ u32 pmc_scratch2;
|
||||||
|
/* 0x05c */ u32 pmc_scratch3;
|
||||||
|
/* 0x060 */ u32 pmc_scratch4;
|
||||||
|
/* 0x064 */ u32 pmc_scratch5;
|
||||||
|
/* 0x068 */ u32 pmc_scratch6;
|
||||||
|
/* 0x06c */ u32 pmc_scratch7;
|
||||||
|
/* 0x070 */ u32 pmc_scratch8;
|
||||||
|
/* 0x074 */ u32 pmc_scratch9;
|
||||||
|
/* 0x078 */ u32 pmc_scratch10;
|
||||||
|
/* 0x07c */ u32 pmc_scratch11;
|
||||||
|
/* 0x080 */ u32 pmc_scratch12;
|
||||||
|
/* 0x084 */ u32 pmc_scratch13;
|
||||||
|
/* 0x088 */ u32 pmc_scratch14;
|
||||||
|
/* 0x08c */ u32 pmc_scratch15;
|
||||||
|
/* 0x090 */ u32 pmc_scratch16;
|
||||||
|
/* 0x094 */ u32 pmc_scratch17;
|
||||||
|
/* 0x098 */ u32 pmc_scratch18;
|
||||||
|
/* 0x09c */ u32 pmc_scratch19;
|
||||||
|
/* 0x0a0 */ u32 pmc_scratch20; // ODM data/config scratch.
|
||||||
|
/* 0x0a4 */ u32 pmc_scratch21;
|
||||||
|
/* 0x0a8 */ u32 pmc_scratch22;
|
||||||
|
/* 0x0ac */ u32 pmc_scratch23;
|
||||||
|
/* 0x0b0 */ u32 pmc_secure_scratch0;
|
||||||
|
/* 0x0b4 */ u32 pmc_secure_scratch1;
|
||||||
|
/* 0x0b8 */ u32 pmc_secure_scratch2;
|
||||||
|
/* 0x0bc */ u32 pmc_secure_scratch3;
|
||||||
|
/* 0x0c0 */ u32 pmc_secure_scratch4;
|
||||||
|
/* 0x0c4 */ u32 pmc_secure_scratch5;
|
||||||
|
/* 0x0c8 */ u32 pmc_cpupwrgood_timer;
|
||||||
|
/* 0x0cc */ u32 pmc_cpupwroff_timer;
|
||||||
|
/* 0x0d0 */ u32 pmc_pg_mask;
|
||||||
|
/* 0x0d4 */ u32 pmc_pg_mask_1;
|
||||||
|
/* 0x0d8 */ u32 pmc_auto_wake_lvl;
|
||||||
|
/* 0x0dc */ u32 pmc_auto_wake_lvl_mask;
|
||||||
|
/* 0x0e0 */ u32 pmc_wake_delay;
|
||||||
|
/* 0x0e4 */ u32 pmc_pwr_det_val;
|
||||||
|
/* 0x0e8 */ u32 pmc_ddr_pwr;
|
||||||
|
/* 0x0ec */ u32 pmc_usb_debounce_del;
|
||||||
|
/* 0x0f0 */ u32 pmc_usb_ao;
|
||||||
|
/* 0x0f4 */ u32 pmc_crypto_op;
|
||||||
|
/* 0x0f8 */ u32 pmc_pllp_wb0_override;
|
||||||
|
/* 0x0fc */ u32 pmc_scratch24;
|
||||||
|
/* 0x100 */ u32 pmc_scratch25;
|
||||||
|
/* 0x104 */ u32 pmc_scratch26;
|
||||||
|
/* 0x108 */ u32 pmc_scratch27;
|
||||||
|
/* 0x10c */ u32 pmc_scratch28;
|
||||||
|
/* 0x110 */ u32 pmc_scratch29;
|
||||||
|
/* 0x114 */ u32 pmc_scratch30;
|
||||||
|
/* 0x118 */ u32 pmc_scratch31;
|
||||||
|
/* 0x11c */ u32 pmc_scratch32;
|
||||||
|
/* 0x120 */ u32 pmc_scratch33;
|
||||||
|
/* 0x124 */ u32 pmc_scratch34;
|
||||||
|
/* 0x128 */ u32 pmc_scratch35;
|
||||||
|
/* 0x12c */ u32 pmc_scratch36;
|
||||||
|
/* 0x130 */ u32 pmc_scratch37;
|
||||||
|
/* 0x134 */ u32 pmc_scratch38;
|
||||||
|
/* 0x138 */ u32 pmc_scratch39;
|
||||||
|
/* 0x13c */ u32 pmc_scratch40;
|
||||||
|
/* 0x140 */ u32 pmc_scratch41;
|
||||||
|
/* 0x144 */ u32 pmc_scratch42;
|
||||||
|
/* 0x148 */ u32 pmc_bondout_mirror0;
|
||||||
|
/* 0x14c */ u32 pmc_bondout_mirror1;
|
||||||
|
/* 0x150 */ u32 pmc_bondout_mirror2;
|
||||||
|
/* 0x154 */ u32 pmc_sys_33v_en;
|
||||||
|
/* 0x158 */ u32 pmc_bondout_mirror_access;
|
||||||
|
/* 0x15c */ u32 pmc_gate;
|
||||||
|
/* 0x160 */ u32 pmc_wake2_mask;
|
||||||
|
/* 0x164 */ u32 pmc_wake2_lvl;
|
||||||
|
/* 0x168 */ u32 pmc_wake2_status;
|
||||||
|
/* 0x16c */ u32 pmc_sw_wake2_status;
|
||||||
|
/* 0x170 */ u32 pmc_auto_wake2_lvl_mask;
|
||||||
|
/* 0x174 */ u32 pmc_pg_mask_2;
|
||||||
|
/* 0x178 */ u32 pmc_pg_mask_ce1;
|
||||||
|
/* 0x17c */ u32 pmc_pg_mask_ce2;
|
||||||
|
/* 0x180 */ u32 pmc_pg_mask_ce3;
|
||||||
|
/* 0x184 */ u32 pmc_pwrgate_timer_ce_0;
|
||||||
|
/* 0x188 */ u32 pmc_pwrgate_timer_ce_1;
|
||||||
|
/* 0x18c */ u32 pmc_pwrgate_timer_ce_2;
|
||||||
|
/* 0x190 */ u32 pmc_pwrgate_timer_ce_3;
|
||||||
|
/* 0x194 */ u32 pmc_pwrgate_timer_ce_4;
|
||||||
|
/* 0x198 */ u32 pmc_pwrgate_timer_ce_5;
|
||||||
|
/* 0x19c */ u32 pmc_pwrgate_timer_ce_6;
|
||||||
|
/* 0x1a0 */ u32 pmc_pcx_edpd_cntrl;
|
||||||
|
/* 0x1a4 */ u32 pmc_osc_edpd_over;
|
||||||
|
/* 0x1a8 */ u32 pmc_clk_out_cntrl;
|
||||||
|
/* 0x1ac */ u32 pmc_sata_pwrgt;
|
||||||
|
/* 0x1b0 */ u32 pmc_sensor_ctrl;
|
||||||
|
/* 0x1b4 */ u32 pmc_rst_status;
|
||||||
|
/* 0x1b8 */ u32 pmc_io_dpd_req;
|
||||||
|
/* 0x1bc */ u32 pmc_io_dpd_status;
|
||||||
|
/* 0x1c0 */ u32 pmc_io_dpd2_req;
|
||||||
|
/* 0x1c4 */ u32 pmc_io_dpd2_status;
|
||||||
|
/* 0x1c8 */ u32 pmc_sel_dpd_tim;
|
||||||
|
/* 0x1cc */ u32 pmc_vddp_sel;
|
||||||
|
/* 0x1d0 */ u32 pmc_ddr_cfg;
|
||||||
|
/* 0x1d4 */ u32 pmc_e_no_vttgen;
|
||||||
|
/* 0x1d8 */ u32 rsvd_1d8;
|
||||||
|
/* 0x1dc */ u32 pmc_pllm_wb0_override_freq;
|
||||||
|
/* 0x1e0 */ u32 pmc_test_pwrgate;
|
||||||
|
/* 0x1e4 */ u32 pmc_pwrgate_timer_mult;
|
||||||
|
/* 0x1e8 */ u32 pmc_dsi_sel_dpd;
|
||||||
|
/* 0x1ec */ u32 pmc_utmip_uhsic_triggers;
|
||||||
|
/* 0x1f0 */ u32 pmc_utmip_uhsic_saved_state;
|
||||||
|
/* 0x1f4 */ u32 rsvd_1f4;
|
||||||
|
/* 0x1f8 */ u32 pmc_utmip_term_pad_cfg;
|
||||||
|
/* 0x1fc */ u32 pmc_utmip_uhsic_sleep_cfg;
|
||||||
|
/* 0x200 */ u32 pmc_utmip_uhsic_sleepwalk_cfg;
|
||||||
|
/* 0x204 */ u32 pmc_utmip_sleepwalk_p0;
|
||||||
|
/* 0x208 */ u32 pmc_utmip_sleepwalk_p1;
|
||||||
|
/* 0x20c */ u32 pmc_utmip_sleepwalk_p2;
|
||||||
|
/* 0x210 */ u32 pmc_uhsic_sleepwalk_p0;
|
||||||
|
/* 0x214 */ u32 pmc_utmip_uhsic_status;
|
||||||
|
/* 0x218 */ u32 pmc_utmip_uhsic_fake;
|
||||||
|
/* 0x21c */ u32 pmc_bondout_mirror3;
|
||||||
|
/* 0x220 */ u32 pmc_bondout_mirror4;
|
||||||
|
/* 0x224 */ u32 pmc_secure_scratch6;
|
||||||
|
/* 0x228 */ u32 pmc_secure_scratch7;
|
||||||
|
/* 0x22c */ u32 pmc_scratch43;
|
||||||
|
/* 0x230 */ u32 pmc_scratch44;
|
||||||
|
/* 0x234 */ u32 pmc_scratch45;
|
||||||
|
/* 0x238 */ u32 pmc_scratch46;
|
||||||
|
/* 0x23c */ u32 pmc_scratch47;
|
||||||
|
/* 0x240 */ u32 pmc_scratch48;
|
||||||
|
/* 0x244 */ u32 pmc_scratch49;
|
||||||
|
/* 0x248 */ u32 pmc_scratch50;
|
||||||
|
/* 0x24c */ u32 pmc_scratch51;
|
||||||
|
/* 0x250 */ u32 pmc_scratch52;
|
||||||
|
/* 0x254 */ u32 pmc_scratch53;
|
||||||
|
/* 0x258 */ u32 pmc_scratch54;
|
||||||
|
/* 0x25c */ u32 pmc_scratch55;
|
||||||
|
/* 0x260 */ u32 pmc_scratch0_eco;
|
||||||
|
/* 0x264 */ u32 pmc_por_dpd_ctrl;
|
||||||
|
/* 0x268 */ u32 pmc_scratch2_eco;
|
||||||
|
/* 0x26c */ u32 pmc_utmip_uhsic_line_wakeup;
|
||||||
|
/* 0x270 */ u32 pmc_utmip_bias_master_cntrl;
|
||||||
|
/* 0x274 */ u32 pmc_utmip_master_config;
|
||||||
|
/* 0x278 */ u32 pmc_td_pwrgate_inter_part_timer;
|
||||||
|
/* 0x27c */ u32 pmc_utmip_uhsic2_triggers;
|
||||||
|
/* 0x280 */ u32 pmc_utmip_uhsic2_saved_state;
|
||||||
|
/* 0x284 */ u32 pmc_utmip_uhsic2_sleep_cfg;
|
||||||
|
/* 0x288 */ u32 pmc_utmip_uhsic2_sleepwalk_cfg;
|
||||||
|
/* 0x28c */ u32 pmc_uhsic2_sleepwalk_p1;
|
||||||
|
/* 0x290 */ u32 pmc_utmip_uhsic2_status;
|
||||||
|
/* 0x294 */ u32 pmc_utmip_uhsic2_fake;
|
||||||
|
/* 0x298 */ u32 pmc_utmip_uhsic2_line_wakeup;
|
||||||
|
/* 0x29c */ u32 pmc_utmip_master2_config;
|
||||||
|
/* 0x2a0 */ u32 pmc_utmip_uhsic_rpd_cfg;
|
||||||
|
/* 0x2a4 */ u32 pmc_pg_mask_ce0;
|
||||||
|
/* 0x2a8 */ u32 pmc_pg_mask_3;
|
||||||
|
/* 0x2ac */ u32 pmc_pg_mask_4;
|
||||||
|
/* 0x2b0 */ u32 pmc_pllm_wb0_override2;
|
||||||
|
/* 0x2b4 */ u32 pmc_tsc_mult;
|
||||||
|
/* 0x2b8 */ u32 pmc_cpu_vsense_override;
|
||||||
|
/* 0x2bc */ u32 pmc_glb_amap_cfg;
|
||||||
|
/* 0x2c0 */ u32 pmc_sticky_bits;
|
||||||
|
/* 0x2c4 */ u32 pmc_sec_disable2;
|
||||||
|
/* 0x2c8 */ u32 pmc_weak_bias;
|
||||||
|
/* 0x2cc */ u32 pmc_reg_short;
|
||||||
|
/* 0x2d0 */ u32 pmc_pg_mask_andor;
|
||||||
|
/* 0x2d4 */ u32 pmc_gpu_rg_cntrl;
|
||||||
|
/* 0x2d8 */ u32 pmc_sec_disable3;
|
||||||
|
/* 0x2dc */ u32 pmc_pg_mask_5;
|
||||||
|
/* 0x2e0 */ u32 pmc_pg_mask_6;
|
||||||
|
/* 0x2e4 */ u32 rsvd_2e4[7];
|
||||||
|
/* 0x300 */ u32 pmc_secure_scratch8;
|
||||||
|
/* 0x304 */ u32 pmc_secure_scratch9;
|
||||||
|
/* 0x308 */ u32 pmc_secure_scratch10;
|
||||||
|
/* 0x30c */ u32 pmc_secure_scratch11;
|
||||||
|
/* 0x310 */ u32 pmc_secure_scratch12;
|
||||||
|
/* 0x314 */ u32 pmc_secure_scratch13;
|
||||||
|
/* 0x318 */ u32 pmc_secure_scratch14;
|
||||||
|
/* 0x31c */ u32 pmc_secure_scratch15;
|
||||||
|
/* 0x320 */ u32 pmc_secure_scratch16;
|
||||||
|
/* 0x324 */ u32 pmc_secure_scratch17;
|
||||||
|
/* 0x328 */ u32 pmc_secure_scratch18;
|
||||||
|
/* 0x32c */ u32 pmc_secure_scratch19;
|
||||||
|
/* 0x330 */ u32 pmc_secure_scratch20;
|
||||||
|
/* 0x334 */ u32 pmc_secure_scratch21;
|
||||||
|
/* 0x338 */ u32 pmc_secure_scratch22; // AArch32 reset address.
|
||||||
|
/* 0x33c */ u32 pmc_secure_scratch23;
|
||||||
|
/* 0x340 */ u32 pmc_secure_scratch24;
|
||||||
|
/* 0x344 */ u32 pmc_secure_scratch25;
|
||||||
|
/* 0x348 */ u32 pmc_secure_scratch26;
|
||||||
|
/* 0x34c */ u32 pmc_secure_scratch27;
|
||||||
|
/* 0x350 */ u32 pmc_secure_scratch28;
|
||||||
|
/* 0x354 */ u32 pmc_secure_scratch29;
|
||||||
|
/* 0x358 */ u32 pmc_secure_scratch30;
|
||||||
|
/* 0x35c */ u32 pmc_secure_scratch31;
|
||||||
|
/* 0x360 */ u32 pmc_secure_scratch32;
|
||||||
|
/* 0x364 */ u32 pmc_secure_scratch33;
|
||||||
|
/* 0x368 */ u32 pmc_secure_scratch34; // AArch64 reset address.
|
||||||
|
/* 0x36c */ u32 pmc_secure_scratch35; // AArch64 reset hi-address.
|
||||||
|
/* 0x370 */ u32 pmc_secure_scratch36;
|
||||||
|
/* 0x374 */ u32 pmc_secure_scratch37;
|
||||||
|
/* 0x378 */ u32 pmc_secure_scratch38;
|
||||||
|
/* 0x37c */ u32 pmc_secure_scratch39;
|
||||||
|
/* 0x380 */ u32 pmc_secure_scratch40;
|
||||||
|
/* 0x384 */ u32 pmc_secure_scratch41;
|
||||||
|
/* 0x388 */ u32 pmc_secure_scratch42;
|
||||||
|
/* 0x38c */ u32 pmc_secure_scratch43;
|
||||||
|
/* 0x390 */ u32 pmc_secure_scratch44;
|
||||||
|
/* 0x394 */ u32 pmc_secure_scratch45;
|
||||||
|
/* 0x398 */ u32 pmc_secure_scratch46;
|
||||||
|
/* 0x39c */ u32 pmc_secure_scratch47;
|
||||||
|
/* 0x3a0 */ u32 pmc_secure_scratch48;
|
||||||
|
/* 0x3a4 */ u32 pmc_secure_scratch49;
|
||||||
|
/* 0x3a8 */ u32 pmc_secure_scratch50;
|
||||||
|
/* 0x3ac */ u32 pmc_secure_scratch51;
|
||||||
|
/* 0x3b0 */ u32 pmc_secure_scratch52;
|
||||||
|
/* 0x3b4 */ u32 pmc_secure_scratch53;
|
||||||
|
/* 0x3b8 */ u32 pmc_secure_scratch54;
|
||||||
|
/* 0x3bc */ u32 pmc_secure_scratch55;
|
||||||
|
/* 0x3c0 */ u32 pmc_secure_scratch56;
|
||||||
|
/* 0x3c4 */ u32 pmc_secure_scratch57;
|
||||||
|
/* 0x3c8 */ u32 pmc_secure_scratch58;
|
||||||
|
/* 0x3cc */ u32 pmc_secure_scratch59;
|
||||||
|
/* 0x3d0 */ u32 pmc_secure_scratch60;
|
||||||
|
/* 0x3d4 */ u32 pmc_secure_scratch61;
|
||||||
|
/* 0x3d8 */ u32 pmc_secure_scratch62;
|
||||||
|
/* 0x3dc */ u32 pmc_secure_scratch63;
|
||||||
|
/* 0x3e0 */ u32 pmc_secure_scratch64;
|
||||||
|
/* 0x3e4 */ u32 pmc_secure_scratch65;
|
||||||
|
/* 0x3e8 */ u32 pmc_secure_scratch66;
|
||||||
|
/* 0x3ec */ u32 pmc_secure_scratch67;
|
||||||
|
/* 0x3f0 */ u32 pmc_secure_scratch68;
|
||||||
|
/* 0x3f4 */ u32 pmc_secure_scratch69;
|
||||||
|
/* 0x3f8 */ u32 pmc_secure_scratch70;
|
||||||
|
/* 0x3fc */ u32 pmc_secure_scratch71;
|
||||||
|
/* 0x400 */ u32 pmc_secure_scratch72;
|
||||||
|
/* 0x404 */ u32 pmc_secure_scratch73;
|
||||||
|
/* 0x408 */ u32 pmc_secure_scratch74;
|
||||||
|
/* 0x40c */ u32 pmc_secure_scratch75;
|
||||||
|
/* 0x410 */ u32 pmc_secure_scratch76;
|
||||||
|
/* 0x414 */ u32 pmc_secure_scratch77;
|
||||||
|
/* 0x418 */ u32 pmc_secure_scratch78;
|
||||||
|
/* 0x41c */ u32 pmc_secure_scratch79;
|
||||||
|
/* 0x420 */ u32 rsvd_420[8];
|
||||||
|
/* 0x440 */ u32 pmc_cntrl2;
|
||||||
|
/* 0x444 */ u32 pmc_io_dpd_off_mask;
|
||||||
|
/* 0x448 */ u32 pmc_io_dpd2_off_mask;
|
||||||
|
/* 0x44c */ u32 pmc_event_counter;
|
||||||
|
/* 0x450 */ u32 pmc_fuse_control;
|
||||||
|
/* 0x454 */ u32 pmc_scratch1_eco;
|
||||||
|
/* 0x458 */ u32 rsvd_458;
|
||||||
|
/* 0x45c */ u32 pmc_io_dpd3_req;
|
||||||
|
/* 0x460 */ u32 pmc_io_dpd3_status;
|
||||||
|
/* 0x464 */ u32 pmc_io_dpd4_req;
|
||||||
|
/* 0x468 */ u32 pmc_io_dpd4_status;
|
||||||
|
/* 0x46c */ u32 rsvd_46c[2];
|
||||||
|
/* 0x474 */ u32 pmc_direct_thermtrip_cfg;
|
||||||
|
/* 0x478 */ u32 pmc_tsosc_delay;
|
||||||
|
/* 0x47c */ u32 pmc_set_sw_clamp;
|
||||||
|
/* 0x480 */ u32 pmc_debug_authentication;
|
||||||
|
/* 0x484 */ u32 pmc_aotag_cfg;
|
||||||
|
/* 0x488 */ u32 pmc_aotag_thresh1_cfg;
|
||||||
|
/* 0x48c */ u32 pmc_aotag_thresh2_cfg;
|
||||||
|
/* 0x490 */ u32 pmc_aotag_thresh3_cfg;
|
||||||
|
/* 0x494 */ u32 pmc_aotag_status;
|
||||||
|
/* 0x498 */ u32 pmc_aotag_security;
|
||||||
|
/* 0x49c */ u32 pmc_tsensor_config0;
|
||||||
|
/* 0x4a0 */ u32 pmc_tsensor_config1;
|
||||||
|
/* 0x4a4 */ u32 pmc_tsensor_config2;
|
||||||
|
/* 0x4a8 */ u32 pmc_tsensor_status0;
|
||||||
|
/* 0x4ac */ u32 pmc_tsensor_status1;
|
||||||
|
/* 0x4b0 */ u32 pmc_tsensor_status2;
|
||||||
|
/* 0x4b4 */ u32 pmc_tsensor_pdiv;
|
||||||
|
/* 0x4b8 */ u32 pmc_aotag_intr_en;
|
||||||
|
/* 0x4bc */ u32 pmc_aotag_intr_dis;
|
||||||
|
/* 0x4c0 */ u32 pmc_utmip_pad_cfg0;
|
||||||
|
/* 0x4c4 */ u32 pmc_utmip_pad_cfg1;
|
||||||
|
/* 0x4c8 */ u32 pmc_utmip_pad_cfg2;
|
||||||
|
/* 0x4cc */ u32 pmc_utmip_pad_cfg3;
|
||||||
|
/* 0x4d0 */ u32 pmc_utmip_uhsic_sleep_cfg1;
|
||||||
|
/* 0x4d4 */ u32 pmc_cc4_hvc_control;
|
||||||
|
/* 0x4d8 */ u32 pmc_wake_debounce_en;
|
||||||
|
/* 0x4dc */ u32 pmc_ramdump_ctl_status;
|
||||||
|
/* 0x4e0 */ u32 pmc_utmip_sleepwalk_p3;
|
||||||
|
/* 0x4e4 */ u32 pmc_ddr_cntrl;
|
||||||
|
/* 0x4e8 */ u32 rsvd_4e8[50];
|
||||||
|
/* 0x5b0 */ u32 pmc_sec_disable4;
|
||||||
|
/* 0x5b4 */ u32 pmc_sec_disable5;
|
||||||
|
/* 0x5b8 */ u32 pmc_sec_disable6;
|
||||||
|
/* 0x5bc */ u32 pmc_sec_disable7;
|
||||||
|
/* 0x5c0 */ u32 pmc_sec_disable8;
|
||||||
|
/* 0x5c4 */ u32 pmc_sec_disable9_b01;
|
||||||
|
/* 0x5c8 */ u32 pmc_sec_disable10_b01;
|
||||||
|
/* 0x5cc */ u32 rsvd_5cc[13];
|
||||||
|
/* 0x600 */ u32 pmc_scratch56;
|
||||||
|
/* 0x604 */ u32 pmc_scratch57;
|
||||||
|
/* 0x608 */ u32 pmc_scratch58;
|
||||||
|
/* 0x60c */ u32 pmc_scratch59;
|
||||||
|
/* 0x610 */ u32 pmc_scratch60;
|
||||||
|
/* 0x614 */ u32 pmc_scratch61;
|
||||||
|
/* 0x618 */ u32 pmc_scratch62;
|
||||||
|
/* 0x61c */ u32 pmc_scratch63;
|
||||||
|
/* 0x620 */ u32 pmc_scratch64;
|
||||||
|
/* 0x624 */ u32 pmc_scratch65;
|
||||||
|
/* 0x628 */ u32 pmc_scratch66;
|
||||||
|
/* 0x62c */ u32 pmc_scratch67;
|
||||||
|
/* 0x630 */ u32 pmc_scratch68;
|
||||||
|
/* 0x634 */ u32 pmc_scratch69;
|
||||||
|
/* 0x638 */ u32 pmc_scratch70;
|
||||||
|
/* 0x63c */ u32 pmc_scratch71;
|
||||||
|
/* 0x640 */ u32 pmc_scratch72;
|
||||||
|
/* 0x644 */ u32 pmc_scratch73;
|
||||||
|
/* 0x648 */ u32 pmc_scratch74;
|
||||||
|
/* 0x64c */ u32 pmc_scratch75;
|
||||||
|
/* 0x650 */ u32 pmc_scratch76;
|
||||||
|
/* 0x654 */ u32 pmc_scratch77;
|
||||||
|
/* 0x658 */ u32 pmc_scratch78;
|
||||||
|
/* 0x65c */ u32 pmc_scratch79;
|
||||||
|
/* 0x660 */ u32 pmc_scratch80;
|
||||||
|
/* 0x664 */ u32 pmc_scratch81;
|
||||||
|
/* 0x668 */ u32 pmc_scratch82;
|
||||||
|
/* 0x66c */ u32 pmc_scratch83;
|
||||||
|
/* 0x670 */ u32 pmc_scratch84;
|
||||||
|
/* 0x674 */ u32 pmc_scratch85;
|
||||||
|
/* 0x678 */ u32 pmc_scratch86;
|
||||||
|
/* 0x67c */ u32 pmc_scratch87;
|
||||||
|
/* 0x680 */ u32 pmc_scratch88;
|
||||||
|
/* 0x684 */ u32 pmc_scratch89;
|
||||||
|
/* 0x688 */ u32 pmc_scratch90;
|
||||||
|
/* 0x68c */ u32 pmc_scratch91;
|
||||||
|
/* 0x690 */ u32 pmc_scratch92;
|
||||||
|
/* 0x694 */ u32 pmc_scratch93;
|
||||||
|
/* 0x698 */ u32 pmc_scratch94;
|
||||||
|
/* 0x69c */ u32 pmc_scratch95;
|
||||||
|
/* 0x6a0 */ u32 pmc_scratch96;
|
||||||
|
/* 0x6a4 */ u32 pmc_scratch97;
|
||||||
|
/* 0x6a8 */ u32 pmc_scratch98;
|
||||||
|
/* 0x6ac */ u32 pmc_scratch99;
|
||||||
|
/* 0x6b0 */ u32 pmc_scratch100;
|
||||||
|
/* 0x6b4 */ u32 pmc_scratch101;
|
||||||
|
/* 0x6b8 */ u32 pmc_scratch102;
|
||||||
|
/* 0x6bc */ u32 pmc_scratch103;
|
||||||
|
/* 0x6c0 */ u32 pmc_scratch104;
|
||||||
|
/* 0x6c4 */ u32 pmc_scratch105;
|
||||||
|
/* 0x6c8 */ u32 pmc_scratch106;
|
||||||
|
/* 0x6cc */ u32 pmc_scratch107;
|
||||||
|
/* 0x6d0 */ u32 pmc_scratch108;
|
||||||
|
/* 0x6d4 */ u32 pmc_scratch109;
|
||||||
|
/* 0x6d8 */ u32 pmc_scratch110;
|
||||||
|
/* 0x6dc */ u32 pmc_scratch111;
|
||||||
|
/* 0x6e0 */ u32 pmc_scratch112;
|
||||||
|
/* 0x6e4 */ u32 pmc_scratch113;
|
||||||
|
/* 0x6e8 */ u32 pmc_scratch114;
|
||||||
|
/* 0x6ec */ u32 pmc_scratch115;
|
||||||
|
/* 0x6f0 */ u32 pmc_scratch116;
|
||||||
|
/* 0x6f4 */ u32 pmc_scratch117;
|
||||||
|
/* 0x6f8 */ u32 pmc_scratch118;
|
||||||
|
/* 0x6fc */ u32 pmc_scratch119;
|
||||||
|
/* 0x700 */ u32 pmc_scratch120;
|
||||||
|
/* 0x704 */ u32 pmc_scratch121;
|
||||||
|
/* 0x708 */ u32 pmc_scratch122;
|
||||||
|
/* 0x70c */ u32 pmc_scratch123;
|
||||||
|
/* 0x710 */ u32 pmc_scratch124;
|
||||||
|
/* 0x714 */ u32 pmc_scratch125;
|
||||||
|
/* 0x718 */ u32 pmc_scratch126;
|
||||||
|
/* 0x71c */ u32 pmc_scratch127;
|
||||||
|
/* 0x720 */ u32 pmc_scratch128;
|
||||||
|
/* 0x724 */ u32 pmc_scratch129;
|
||||||
|
/* 0x728 */ u32 pmc_scratch130;
|
||||||
|
/* 0x72c */ u32 pmc_scratch131;
|
||||||
|
/* 0x730 */ u32 pmc_scratch132;
|
||||||
|
/* 0x734 */ u32 pmc_scratch133;
|
||||||
|
/* 0x738 */ u32 pmc_scratch134;
|
||||||
|
/* 0x73c */ u32 pmc_scratch135;
|
||||||
|
/* 0x740 */ u32 pmc_scratch136;
|
||||||
|
/* 0x744 */ u32 pmc_scratch137;
|
||||||
|
/* 0x748 */ u32 pmc_scratch138;
|
||||||
|
/* 0x74c */ u32 pmc_scratch139;
|
||||||
|
/* 0x750 */ u32 pmc_scratch140;
|
||||||
|
/* 0x754 */ u32 pmc_scratch141;
|
||||||
|
/* 0x758 */ u32 pmc_scratch142;
|
||||||
|
/* 0x75c */ u32 pmc_scratch143;
|
||||||
|
/* 0x760 */ u32 pmc_scratch144;
|
||||||
|
/* 0x764 */ u32 pmc_scratch145;
|
||||||
|
/* 0x768 */ u32 pmc_scratch146;
|
||||||
|
/* 0x76c */ u32 pmc_scratch147;
|
||||||
|
/* 0x770 */ u32 pmc_scratch148;
|
||||||
|
/* 0x774 */ u32 pmc_scratch149;
|
||||||
|
/* 0x778 */ u32 pmc_scratch150;
|
||||||
|
/* 0x77c */ u32 pmc_scratch151;
|
||||||
|
/* 0x780 */ u32 pmc_scratch152;
|
||||||
|
/* 0x784 */ u32 pmc_scratch153;
|
||||||
|
/* 0x788 */ u32 pmc_scratch154;
|
||||||
|
/* 0x78c */ u32 pmc_scratch155;
|
||||||
|
/* 0x790 */ u32 pmc_scratch156;
|
||||||
|
/* 0x794 */ u32 pmc_scratch157;
|
||||||
|
/* 0x798 */ u32 pmc_scratch158;
|
||||||
|
/* 0x79c */ u32 pmc_scratch159;
|
||||||
|
/* 0x7a0 */ u32 pmc_scratch160;
|
||||||
|
/* 0x7a4 */ u32 pmc_scratch161;
|
||||||
|
/* 0x7a8 */ u32 pmc_scratch162;
|
||||||
|
/* 0x7ac */ u32 pmc_scratch163;
|
||||||
|
/* 0x7b0 */ u32 pmc_scratch164;
|
||||||
|
/* 0x7b4 */ u32 pmc_scratch165;
|
||||||
|
/* 0x7b8 */ u32 pmc_scratch166;
|
||||||
|
/* 0x7bc */ u32 pmc_scratch167;
|
||||||
|
/* 0x7c0 */ u32 pmc_scratch168;
|
||||||
|
/* 0x7c4 */ u32 pmc_scratch169;
|
||||||
|
/* 0x7c8 */ u32 pmc_scratch170;
|
||||||
|
/* 0x7cc */ u32 pmc_scratch171;
|
||||||
|
/* 0x7d0 */ u32 pmc_scratch172;
|
||||||
|
/* 0x7d4 */ u32 pmc_scratch173;
|
||||||
|
/* 0x7d8 */ u32 pmc_scratch174;
|
||||||
|
/* 0x7dc */ u32 pmc_scratch175;
|
||||||
|
/* 0x7e0 */ u32 pmc_scratch176;
|
||||||
|
/* 0x7e4 */ u32 pmc_scratch177;
|
||||||
|
/* 0x7e8 */ u32 pmc_scratch178;
|
||||||
|
/* 0x7ec */ u32 pmc_scratch179;
|
||||||
|
/* 0x7f0 */ u32 pmc_scratch180;
|
||||||
|
/* 0x7f4 */ u32 pmc_scratch181;
|
||||||
|
/* 0x7f8 */ u32 pmc_scratch182;
|
||||||
|
/* 0x7fc */ u32 pmc_scratch183;
|
||||||
|
/* 0x800 */ u32 pmc_scratch184;
|
||||||
|
/* 0x804 */ u32 pmc_scratch185;
|
||||||
|
/* 0x808 */ u32 pmc_scratch186;
|
||||||
|
/* 0x80c */ u32 pmc_scratch187;
|
||||||
|
/* 0x810 */ u32 pmc_scratch188;
|
||||||
|
/* 0x814 */ u32 pmc_scratch189;
|
||||||
|
/* 0x818 */ u32 pmc_scratch190;
|
||||||
|
/* 0x81c */ u32 pmc_scratch191;
|
||||||
|
/* 0x820 */ u32 pmc_scratch192;
|
||||||
|
/* 0x824 */ u32 pmc_scratch193;
|
||||||
|
/* 0x828 */ u32 pmc_scratch194;
|
||||||
|
/* 0x82c */ u32 pmc_scratch195;
|
||||||
|
/* 0x830 */ u32 pmc_scratch196;
|
||||||
|
/* 0x834 */ u32 pmc_scratch197;
|
||||||
|
/* 0x838 */ u32 pmc_scratch198;
|
||||||
|
/* 0x83c */ u32 pmc_scratch199;
|
||||||
|
/* 0x840 */ u32 pmc_scratch200;
|
||||||
|
/* 0x844 */ u32 pmc_scratch201;
|
||||||
|
/* 0x848 */ u32 pmc_scratch202;
|
||||||
|
/* 0x84c */ u32 pmc_scratch203;
|
||||||
|
/* 0x850 */ u32 pmc_scratch204;
|
||||||
|
/* 0x854 */ u32 pmc_scratch205;
|
||||||
|
/* 0x858 */ u32 pmc_scratch206;
|
||||||
|
/* 0x85c */ u32 pmc_scratch207;
|
||||||
|
/* 0x860 */ u32 pmc_scratch208;
|
||||||
|
/* 0x864 */ u32 pmc_scratch209;
|
||||||
|
/* 0x868 */ u32 pmc_scratch210;
|
||||||
|
/* 0x86c */ u32 pmc_scratch211;
|
||||||
|
/* 0x870 */ u32 pmc_scratch212;
|
||||||
|
/* 0x874 */ u32 pmc_scratch213;
|
||||||
|
/* 0x878 */ u32 pmc_scratch214;
|
||||||
|
/* 0x87c */ u32 pmc_scratch215;
|
||||||
|
/* 0x880 */ u32 pmc_scratch216;
|
||||||
|
/* 0x884 */ u32 pmc_scratch217;
|
||||||
|
/* 0x888 */ u32 pmc_scratch218;
|
||||||
|
/* 0x88c */ u32 pmc_scratch219;
|
||||||
|
/* 0x890 */ u32 pmc_scratch220;
|
||||||
|
/* 0x894 */ u32 pmc_scratch221;
|
||||||
|
/* 0x898 */ u32 pmc_scratch222;
|
||||||
|
/* 0x89c */ u32 pmc_scratch223;
|
||||||
|
/* 0x8a0 */ u32 pmc_scratch224;
|
||||||
|
/* 0x8a4 */ u32 pmc_scratch225;
|
||||||
|
/* 0x8a8 */ u32 pmc_scratch226;
|
||||||
|
/* 0x8ac */ u32 pmc_scratch227;
|
||||||
|
/* 0x8b0 */ u32 pmc_scratch228;
|
||||||
|
/* 0x8b4 */ u32 pmc_scratch229;
|
||||||
|
/* 0x8b8 */ u32 pmc_scratch230;
|
||||||
|
/* 0x8bc */ u32 pmc_scratch231;
|
||||||
|
/* 0x8c0 */ u32 pmc_scratch232;
|
||||||
|
/* 0x8c4 */ u32 pmc_scratch233;
|
||||||
|
/* 0x8c8 */ u32 pmc_scratch234;
|
||||||
|
/* 0x8cc */ u32 pmc_scratch235;
|
||||||
|
/* 0x8d0 */ u32 pmc_scratch236;
|
||||||
|
/* 0x8d4 */ u32 pmc_scratch237;
|
||||||
|
/* 0x8d8 */ u32 pmc_scratch238;
|
||||||
|
/* 0x8dc */ u32 pmc_scratch239;
|
||||||
|
/* 0x8e0 */ u32 pmc_scratch240;
|
||||||
|
/* 0x8e4 */ u32 pmc_scratch241;
|
||||||
|
/* 0x8e8 */ u32 pmc_scratch242;
|
||||||
|
/* 0x8ec */ u32 pmc_scratch243;
|
||||||
|
/* 0x8f0 */ u32 pmc_scratch244;
|
||||||
|
/* 0x8f4 */ u32 pmc_scratch245;
|
||||||
|
/* 0x8f8 */ u32 pmc_scratch246;
|
||||||
|
/* 0x8fc */ u32 pmc_scratch247;
|
||||||
|
/* 0x900 */ u32 pmc_scratch248;
|
||||||
|
/* 0x904 */ u32 pmc_scratch249;
|
||||||
|
/* 0x908 */ u32 pmc_scratch250;
|
||||||
|
/* 0x90c */ u32 pmc_scratch251;
|
||||||
|
/* 0x910 */ u32 pmc_scratch252;
|
||||||
|
/* 0x914 */ u32 pmc_scratch253;
|
||||||
|
/* 0x918 */ u32 pmc_scratch254;
|
||||||
|
/* 0x91c */ u32 pmc_scratch255;
|
||||||
|
/* 0x920 */ u32 pmc_scratch256;
|
||||||
|
/* 0x924 */ u32 pmc_scratch257;
|
||||||
|
/* 0x928 */ u32 pmc_scratch258;
|
||||||
|
/* 0x92c */ u32 pmc_scratch259;
|
||||||
|
/* 0x930 */ u32 pmc_scratch260;
|
||||||
|
/* 0x934 */ u32 pmc_scratch261;
|
||||||
|
/* 0x938 */ u32 pmc_scratch262;
|
||||||
|
/* 0x93c */ u32 pmc_scratch263;
|
||||||
|
/* 0x940 */ u32 pmc_scratch264;
|
||||||
|
/* 0x944 */ u32 pmc_scratch265;
|
||||||
|
/* 0x948 */ u32 pmc_scratch266;
|
||||||
|
/* 0x94c */ u32 pmc_scratch267;
|
||||||
|
/* 0x950 */ u32 pmc_scratch268;
|
||||||
|
/* 0x954 */ u32 pmc_scratch269;
|
||||||
|
/* 0x958 */ u32 pmc_scratch270;
|
||||||
|
/* 0x95c */ u32 pmc_scratch271;
|
||||||
|
/* 0x960 */ u32 pmc_scratch272;
|
||||||
|
/* 0x964 */ u32 pmc_scratch273;
|
||||||
|
/* 0x968 */ u32 pmc_scratch274;
|
||||||
|
/* 0x96c */ u32 pmc_scratch275;
|
||||||
|
/* 0x970 */ u32 pmc_scratch276;
|
||||||
|
/* 0x974 */ u32 pmc_scratch277;
|
||||||
|
/* 0x978 */ u32 pmc_scratch278;
|
||||||
|
/* 0x97c */ u32 pmc_scratch279;
|
||||||
|
/* 0x980 */ u32 pmc_scratch280;
|
||||||
|
/* 0x984 */ u32 pmc_scratch281;
|
||||||
|
/* 0x988 */ u32 pmc_scratch282;
|
||||||
|
/* 0x98c */ u32 pmc_scratch283;
|
||||||
|
/* 0x990 */ u32 pmc_scratch284;
|
||||||
|
/* 0x994 */ u32 pmc_scratch285;
|
||||||
|
/* 0x998 */ u32 pmc_scratch286;
|
||||||
|
/* 0x99c */ u32 pmc_scratch287;
|
||||||
|
/* 0x9a0 */ u32 pmc_scratch288;
|
||||||
|
/* 0x9a4 */ u32 pmc_scratch289;
|
||||||
|
/* 0x9a8 */ u32 pmc_scratch290;
|
||||||
|
/* 0x9ac */ u32 pmc_scratch291;
|
||||||
|
/* 0x9b0 */ u32 pmc_scratch292;
|
||||||
|
/* 0x9b4 */ u32 pmc_scratch293;
|
||||||
|
/* 0x9b8 */ u32 pmc_scratch294;
|
||||||
|
/* 0x9bc */ u32 pmc_scratch295;
|
||||||
|
/* 0x9c0 */ u32 pmc_scratch296;
|
||||||
|
/* 0x9c4 */ u32 pmc_scratch297;
|
||||||
|
/* 0x9c8 */ u32 pmc_scratch298;
|
||||||
|
/* 0x9cc */ u32 pmc_scratch299;
|
||||||
|
/* 0x9d0 */ u32 rsvd_9d0[30];
|
||||||
|
/* 0xa48 */ u32 pmc_scratch_write_disable0_b01;
|
||||||
|
/* 0xa4c */ u32 pmc_scratch_write_disable1_b01;
|
||||||
|
/* 0xa50 */ u32 pmc_scratch_write_disable2_b01;
|
||||||
|
/* 0xa54 */ u32 pmc_scratch_write_disable3_b01;
|
||||||
|
/* 0xa58 */ u32 pmc_scratch_write_disable4_b01;
|
||||||
|
/* 0xa5c */ u32 pmc_scratch_write_disable5_b01;
|
||||||
|
/* 0xa60 */ u32 pmc_scratch_write_disable6_b01;
|
||||||
|
/* 0xa64 */ u32 pmc_scratch_write_disable7_b01;
|
||||||
|
/* 0xa68 */ u32 pmc_scratch_write_disable8_b01;
|
||||||
|
/* 0xa6c */ u32 pmc_scratch_write_disable9_b01;
|
||||||
|
/* 0xa70 */ u32 pmc_scratch_write_disable10_b01;
|
||||||
|
/* 0xa74 */ u32 pmc_scratch_write_lock_disable_sticky_b01;
|
||||||
|
/* 0xa78 */ u32 rsvd_a78[8];
|
||||||
|
/* 0xa98 */ u32 pmc_secure_scratch80;
|
||||||
|
/* 0xa9c */ u32 pmc_secure_scratch81;
|
||||||
|
/* 0xaa0 */ u32 pmc_secure_scratch82;
|
||||||
|
/* 0xaa4 */ u32 pmc_secure_scratch83;
|
||||||
|
/* 0xaa8 */ u32 pmc_secure_scratch84;
|
||||||
|
/* 0xaac */ u32 pmc_secure_scratch85;
|
||||||
|
/* 0xab0 */ u32 pmc_secure_scratch86;
|
||||||
|
/* 0xab4 */ u32 pmc_secure_scratch87;
|
||||||
|
/* 0xab8 */ u32 pmc_secure_scratch88;
|
||||||
|
/* 0xabc */ u32 pmc_secure_scratch89;
|
||||||
|
/* 0xac0 */ u32 pmc_secure_scratch90;
|
||||||
|
/* 0xac4 */ u32 pmc_secure_scratch91;
|
||||||
|
/* 0xac8 */ u32 pmc_secure_scratch92;
|
||||||
|
/* 0xacc */ u32 pmc_secure_scratch93;
|
||||||
|
/* 0xad0 */ u32 pmc_secure_scratch94;
|
||||||
|
/* 0xad4 */ u32 pmc_secure_scratch95;
|
||||||
|
/* 0xad8 */ u32 pmc_secure_scratch96;
|
||||||
|
/* 0xadc */ u32 pmc_secure_scratch97;
|
||||||
|
/* 0xae0 */ u32 pmc_secure_scratch98;
|
||||||
|
/* 0xae4 */ u32 pmc_secure_scratch99;
|
||||||
|
/* 0xae8 */ u32 pmc_secure_scratch100;
|
||||||
|
/* 0xaec */ u32 pmc_secure_scratch101;
|
||||||
|
/* 0xaf0 */ u32 pmc_secure_scratch102;
|
||||||
|
/* 0xaf4 */ u32 pmc_secure_scratch103;
|
||||||
|
/* 0xaf8 */ u32 pmc_secure_scratch104;
|
||||||
|
/* 0xafc */ u32 pmc_secure_scratch105;
|
||||||
|
/* 0xb00 */ u32 pmc_secure_scratch106;
|
||||||
|
/* 0xb04 */ u32 pmc_secure_scratch107;
|
||||||
|
/* 0xb08 */ u32 pmc_secure_scratch108;
|
||||||
|
/* 0xb0c */ u32 pmc_secure_scratch109;
|
||||||
|
/* 0xb10 */ u32 pmc_secure_scratch110;
|
||||||
|
/* 0xb14 */ u32 pmc_secure_scratch111;
|
||||||
|
/* 0xb18 */ u32 pmc_secure_scratch112;
|
||||||
|
/* 0xb1c */ u32 pmc_secure_scratch113;
|
||||||
|
/* 0xb20 */ u32 pmc_secure_scratch114;
|
||||||
|
/* 0xb24 */ u32 pmc_secure_scratch115;
|
||||||
|
/* 0xb28 */ u32 pmc_secure_scratch116;
|
||||||
|
/* 0xb2c */ u32 pmc_secure_scratch117;
|
||||||
|
/* 0xb30 */ u32 pmc_secure_scratch118;
|
||||||
|
/* 0xb34 */ u32 pmc_secure_scratch119;
|
||||||
|
/* 0xb38 */ u32 pmc_secure_scratch120_b01;
|
||||||
|
/* 0xb3c */ u32 pmc_secure_scratch121_b01;
|
||||||
|
/* 0xb40 */ u32 pmc_secure_scratch122_b01;
|
||||||
|
/* 0xb44 */ u32 pmc_secure_scratch123_b01;
|
||||||
|
/* 0xb48 */ u32 pmc_led_breathing_ctrl_b01;
|
||||||
|
/* 0xb4c */ u32 pmc_led_breathing_counter0_b01; // Slope Steps.
|
||||||
|
/* 0xb50 */ u32 pmc_led_breathing_counter1_b01; // ON counter.
|
||||||
|
/* 0xb54 */ u32 pmc_led_breathing_counter2_b01; // OFF counter1.
|
||||||
|
/* 0xb58 */ u32 pmc_led_breathing_counter3_b01; // OFF counter0.
|
||||||
|
/* 0xb5c */ u32 pmc_led_breathing_status_b01;
|
||||||
|
/* 0xb60 */ u32 rsvd_b60[2];
|
||||||
|
/* 0xb68 */ u32 pmc_secure_scratch124_b01;
|
||||||
|
/* 0xb6c */ u32 pmc_secure_scratch125_b01;
|
||||||
|
/* 0xb70 */ u32 pmc_secure_scratch126_b01;
|
||||||
|
/* 0xb74 */ u32 pmc_secure_scratch127_b01;
|
||||||
|
/* 0xb78 */ u32 pmc_secure_scratch128_b01;
|
||||||
|
/* 0xb7c */ u32 pmc_secure_scratch129_b01;
|
||||||
|
/* 0xb80 */ u32 pmc_secure_scratch130_b01;
|
||||||
|
/* 0xb84 */ u32 pmc_secure_scratch131_b01;
|
||||||
|
/* 0xb88 */ u32 pmc_secure_scratch132_b01;
|
||||||
|
/* 0xb8c */ u32 pmc_secure_scratch133_b01;
|
||||||
|
/* 0xb90 */ u32 pmc_secure_scratch134_b01;
|
||||||
|
/* 0xb94 */ u32 pmc_secure_scratch135_b01;
|
||||||
|
/* 0xb98 */ u32 pmc_secure_scratch136_b01;
|
||||||
|
/* 0xb9c */ u32 pmc_secure_scratch137_b01;
|
||||||
|
/* 0xba0 */ u32 pmc_secure_scratch138_b01;
|
||||||
|
/* 0xba4 */ u32 pmc_secure_scratch139_b01;
|
||||||
|
/* 0xba8 */ u32 rsvd_ba8[2];
|
||||||
|
/* 0xbb0 */ u32 pmc_sec_disable_ns_b01;
|
||||||
|
/* 0xbb4 */ u32 pmc_sec_disable2_ns_b01;
|
||||||
|
/* 0xbb8 */ u32 pmc_sec_disable3_ns_b01;
|
||||||
|
/* 0xbbc */ u32 pmc_sec_disable4_ns_b01;
|
||||||
|
/* 0xbc0 */ u32 pmc_sec_disable5_ns_b01;
|
||||||
|
/* 0xbc4 */ u32 pmc_sec_disable6_ns_b01;
|
||||||
|
/* 0xbc8 */ u32 pmc_sec_disable7_ns_b01;
|
||||||
|
/* 0xbcc */ u32 pmc_sec_disable8_ns_b01;
|
||||||
|
/* 0xbd0 */ u32 pmc_sec_disable9_ns_b01;
|
||||||
|
/* 0xbd4 */ u32 pmc_sec_disable10_ns_b01;
|
||||||
|
/* 0xbd8 */ u32 rsvd_bd8[4];
|
||||||
|
/* 0xbe8 */ u32 pmc_tzram_pwr_cntrl_b01;
|
||||||
|
/* 0xbec */ u32 pmc_tzram_sec_disable_b01;
|
||||||
|
/* 0xbf0 */ u32 pmc_tzram_non_sec_disable_b01;
|
||||||
|
} pmc_regs_t210_t;
|
||||||
|
|
||||||
|
#endif /* _PMC_T210_H_ */
|
||||||
@@ -57,7 +57,7 @@ enum
|
|||||||
/**
|
/**
|
||||||
* Defines the SDRAM parameter structure
|
* Defines the SDRAM parameter structure
|
||||||
*/
|
*/
|
||||||
struct sdram_params_t210
|
typedef struct _sdram_params_t210_t
|
||||||
{
|
{
|
||||||
|
|
||||||
/* Specifies the type of memory device */
|
/* Specifies the type of memory device */
|
||||||
@@ -959,6 +959,6 @@ struct sdram_params_t210
|
|||||||
u32 McMtsCarveoutRegCtrl;
|
u32 McMtsCarveoutRegCtrl;
|
||||||
|
|
||||||
/* End */
|
/* End */
|
||||||
};
|
} sdram_params_t210_t;
|
||||||
|
|
||||||
#endif /* __SOC_NVIDIA_TEGRA210_SDRAM_PARAM_H__ */
|
#endif /* __SOC_NVIDIA_TEGRA210_SDRAM_PARAM_H__ */
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
||||||
struct sdram_params_t210b01
|
typedef struct _sdram_params_t210b01_t
|
||||||
{
|
{
|
||||||
/* Specifies the type of memory device */
|
/* Specifies the type of memory device */
|
||||||
u32 memory_type;
|
u32 memory_type;
|
||||||
@@ -986,6 +986,6 @@ struct sdram_params_t210b01
|
|||||||
|
|
||||||
/* Just a place holder for special usage when there is no BCT for certain registers */
|
/* Just a place holder for special usage when there is no BCT for certain registers */
|
||||||
u32 bct_na;
|
u32 bct_na;
|
||||||
};
|
} sdram_params_t210b01_t;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user