Where is the "Power Management Controller chapter" in TRM

I can’t find out the chapter in Technical Reference Manual, where is the chapter?

“See the Power Management Controller chapter for more details.” from p5818 of TRM
“The SC7 exit sequence is described in the Power Management Controller chapter of this TRM” from p6200 of TRM

and i want to know more about pmc_regs bits definition of “drivers/soc/tegra/pmc.c”, for example

enum pmc_regs {
TEGRA_PMC_CNTRL,
TEGRA_PMC_WAKE_MASK,
TEGRA_PMC_WAKE_LEVEL,
TEGRA_PMC_WAKE_STATUS,
TEGRA_PMC_WAKE_DELAY,
TEGRA_PMC_SW_WAKE_STATUS,
TEGRA_PMC_DPD_PADS_ORIDE,
TEGRA_PMC_BLINK_TIMER,
TEGRA_PMC_WAKE2_MASK,
TEGRA_PMC_WAKE2_LEVEL,

TEGRA_PMC_SCRATCH37,
TEGRA_PMC_SCRATCH41,
TEGRA_PMC_SCRATCH43,
TEGRA_PMC_SCRATCH54,
TEGRA_PMC_SCRATCH55,
TEGRA_PMC_SCRATCH203,
TEGRA_PMC_RST_STATUS,
TEGRA_PMC_IMPL_RAMDUMP_CTL_STATUS,
TEGRA_PMC_SATA_PWRGT_0,
TEGRA_PMC_UFSHC_PWR_CNTRL_0,
TEGRA_PMC_E_33V_PWR,
TEGRA_PMC_E_18V_PWR,
TEGRA_PMC_LED_BREATHING_CTRL,
TEGRA_PMC_LED_BREATHING_COUNTER0,
TEGRA_PMC_LED_BREATHING_COUNTER1,
TEGRA_PMC_LED_BREATHING_COUNTER2,
TEGRA_PMC_LED_BREATHING_COUNTER3,
TEGRA_PMC_LED_BREATHING_STATUS,

/* Last entry */
TEGRA_PMC_MAX_REG,

};

my TRM version:
TECHNICAL REFERENCE MANUAL
NVIDIA Xavier Series System-on-Chip
Version: 1.4p
Date: 22-Apr-2020 22:04
ID: DP-09253-002

Hi, this version doc is what we can provide. Some chapters are not public in this version.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.