/trusted-firmware-a/plat/mediatek/mt8192/drivers/dcm/ |
A D | mtk_dcm_utils.h | 37 void dcm_mp_cpusys_top_adb_dcm(bool on); 39 void dcm_mp_cpusys_top_apb_dcm(bool on); 41 void dcm_mp_cpusys_top_bus_pll_div_dcm(bool on); 43 void dcm_mp_cpusys_top_core_stall_dcm(bool on); 45 void dcm_mp_cpusys_top_cpubiu_dcm(bool on); 47 void dcm_mp_cpusys_top_cpu_pll_div_0_dcm(bool on); 49 void dcm_mp_cpusys_top_cpu_pll_div_1_dcm(bool on); 57 void dcm_mp_cpusys_top_fcm_stall_dcm(bool on); 61 void dcm_mp_cpusys_top_misc_dcm(bool on); 63 void dcm_mp_cpusys_top_mp0_qdcm(bool on); [all …]
|
A D | mtk_dcm.c | 17 static void dcm_mcusys(bool on) in dcm_mcusys() argument 19 dcm_mp_cpusys_top_adb_dcm(on); in dcm_mcusys() 20 dcm_mp_cpusys_top_apb_dcm(on); in dcm_mcusys() 21 dcm_mp_cpusys_top_cpubiu_dcm(on); in dcm_mcusys() 22 dcm_mp_cpusys_top_misc_dcm(on); in dcm_mcusys() 23 dcm_mp_cpusys_top_mp0_qdcm(on); in dcm_mcusys() 24 dcm_cpccfg_reg_emi_wfifo(on); in dcm_mcusys() 25 dcm_mp_cpusys_top_last_cor_idle_dcm(on); in dcm_mcusys() 28 static void dcm_stall(bool on) in dcm_stall() argument 30 dcm_mp_cpusys_top_core_stall_dcm(on); in dcm_stall() [all …]
|
A D | mtk_dcm_utils.c | 61 if (on) { in dcm_mp_cpusys_top_adb_dcm() 115 if (on) { in dcm_mp_cpusys_top_apb_dcm() 157 if (on) { in dcm_mp_cpusys_top_bus_pll_div_dcm() 187 if (on) { in dcm_mp_cpusys_top_core_stall_dcm() 217 if (on) { in dcm_mp_cpusys_top_cpubiu_dcm() 247 if (on) { in dcm_mp_cpusys_top_cpu_pll_div_0_dcm() 277 if (on) { in dcm_mp_cpusys_top_cpu_pll_div_1_dcm() 307 if (on) { in dcm_mp_cpusys_top_cpu_pll_div_2_dcm() 337 if (on) { in dcm_mp_cpusys_top_cpu_pll_div_3_dcm() 367 if (on) { in dcm_mp_cpusys_top_cpu_pll_div_4_dcm() [all …]
|
/trusted-firmware-a/plat/mediatek/mt8195/drivers/dcm/ |
A D | mtk_dcm_utils.h | 34 void dcm_mp_cpusys_top_adb_dcm(bool on); 36 void dcm_mp_cpusys_top_apb_dcm(bool on); 38 void dcm_mp_cpusys_top_bus_pll_div_dcm(bool on); 40 void dcm_mp_cpusys_top_core_stall_dcm(bool on); 42 void dcm_mp_cpusys_top_cpubiu_dcm(bool on); 44 void dcm_mp_cpusys_top_cpu_pll_div_0_dcm(bool on); 46 void dcm_mp_cpusys_top_cpu_pll_div_1_dcm(bool on); 48 void dcm_mp_cpusys_top_fcm_stall_dcm(bool on); 52 void dcm_mp_cpusys_top_misc_dcm(bool on); 54 void dcm_mp_cpusys_top_mp0_qdcm(bool on); [all …]
|
A D | mtk_dcm.c | 17 static void dcm_mcusys(bool on) in dcm_mcusys() argument 19 dcm_mp_cpusys_top_adb_dcm(on); in dcm_mcusys() 20 dcm_mp_cpusys_top_apb_dcm(on); in dcm_mcusys() 21 dcm_mp_cpusys_top_cpubiu_dcm(on); in dcm_mcusys() 22 dcm_mp_cpusys_top_misc_dcm(on); in dcm_mcusys() 23 dcm_mp_cpusys_top_mp0_qdcm(on); in dcm_mcusys() 24 dcm_cpccfg_reg_emi_wfifo(on); in dcm_mcusys() 25 dcm_mp_cpusys_top_last_cor_idle_dcm(on); in dcm_mcusys() 28 static void dcm_stall(bool on) in dcm_stall() argument 30 dcm_mp_cpusys_top_core_stall_dcm(on); in dcm_stall() [all …]
|
A D | mtk_dcm_utils.c | 61 if (on) { in dcm_mp_cpusys_top_adb_dcm() 115 if (on) { in dcm_mp_cpusys_top_apb_dcm() 163 if (on) { in dcm_mp_cpusys_top_bus_pll_div_dcm() 193 if (on) { in dcm_mp_cpusys_top_core_stall_dcm() 223 if (on) { in dcm_mp_cpusys_top_cpubiu_dcm() 256 if (on) { in dcm_mp_cpusys_top_cpu_pll_div_0_dcm() 289 if (on) { in dcm_mp_cpusys_top_cpu_pll_div_1_dcm() 319 if (on) { in dcm_mp_cpusys_top_fcm_stall_dcm() 349 if (on) { in dcm_mp_cpusys_top_last_cor_idle_dcm() 382 if (on) { in dcm_mp_cpusys_top_misc_dcm() [all …]
|
/trusted-firmware-a/plat/mediatek/mt8183/drivers/mcdi/ |
A D | mtk_mcdi.c | 92 if (on) { in target_mask() 109 void mcdi_pause_clr(int cluster, int cpu_idx, bool on) in mcdi_pause_clr() argument 111 uint32_t tgt = target_mask(cluster, cpu_idx, on); in mcdi_pause_clr() 118 void mcdi_pause_set(int cluster, int cpu_idx, bool on) in mcdi_pause_set() argument 120 uint32_t tgt = target_mask(cluster, cpu_idx, on); in mcdi_pause_set() 122 uint32_t tgtn = target_mask(-1, cpu_idx, !on); in mcdi_pause_set() 157 uint32_t tgt = target_mask(cluster, cpu_idx, on); in mcdi_hotplug_wait_ack() 167 uint32_t tgt = target_mask(cluster, cpu_idx, on); in mcdi_hotplug_clr() 168 uint32_t tgt_cpu = target_mask(-1, cpu_idx, on); in mcdi_hotplug_clr() 185 uint32_t tgt = target_mask(cluster, cpu_idx, on); in mcdi_hotplug_set() [all …]
|
A D | mtk_mcdi.h | 25 void mcdi_pause_set(int cluster, int cpu_idx, bool on); 26 void mcdi_pause_clr(int cluster, int cpu_idx, bool on); 27 void mcdi_hotplug_set(int cluster, int cpu_idx, bool on); 28 void mcdi_hotplug_clr(int cluster, int cpu_idx, bool on); 29 void mcdi_hotplug_wait_ack(int cluster, int cpu_idx, bool on);
|
/trusted-firmware-a/docs/build/latex/ |
A D | trustedfirmware-a.log | 28 LaTeX Info: Redefining \and on input line 35. 69 LaTeX Info: Redefining \frac on input line 227. 75 LaTeX Info: Redefining \ldots on input line 486. 76 LaTeX Info: Redefining \dots on input line 489. 103 LaTeX Info: Redefining \[ on input line 2859. 104 LaTeX Info: Redefining \] on input line 2860. 871 used on input line 9186. 880 used on input line 9197. 889 used on input line 9210. 899 used on input line 9216. [all …]
|
/trusted-firmware-a/docs/resources/diagrams/plantuml/ |
A D | io_dev_init_and_check.puml | 20 ref over io_storage : dev_init() on fip device 23 ref over io_storage : io_open() on fip device 26 ref over io_storage : io_close() on fip device 45 ref over io_storage : dev_init() on memmap device 48 ref over io_storage : io_open() on memmap device 51 ref over io_storage : io_close() on memmap device
|
A D | io_framework_usage_overview.puml | 37 ref over io_storage : io_open() on fip device 40 ref over io_storage : io_size() on fip device 42 ref over io_storage : io_read() on fip device 44 ref over io_storage : io_close() on fip device 46 ref over io_storage : io_dev_close() on fip device
|
/trusted-firmware-a/plat/mediatek/mt8173/drivers/mtcmos/ |
A D | mtcmos.c | 162 uint32_t wait_mtcmos_ack(uint32_t on, uint32_t pwr_ctrl, uint32_t spm_pwr_sta) in wait_mtcmos_ack() argument 172 if (cmp && (pwr_sta == on) && (pwr_sta_2nd == on)) { in wait_mtcmos_ack() 183 on, spm_pwr_sta, mmio_read_32(SPM_PCM_RESERVE), in wait_mtcmos_ack() 194 uint32_t mtcmos_non_cpu_ctrl(uint32_t on, uint32_t mtcmos_num) in mtcmos_non_cpu_ctrl() argument 263 power_ctrl = on ? (1 << power_on) : (1 << power_off); in mtcmos_non_cpu_ctrl() 265 ret = wait_mtcmos_ack(on, power_ctrl, power_status); in mtcmos_non_cpu_ctrl() 267 power_ctrl, on, mmio_read_32(SPM_PWR_STATUS), ret); in mtcmos_non_cpu_ctrl()
|
/trusted-firmware-a/fdts/ |
A D | stm32mp157c-odyssey-som.dtsi | 26 regulator-always-on; 94 regulator-always-on; 103 regulator-always-on; 112 regulator-always-on; 122 regulator-always-on; 131 regulator-always-on; 138 regulator-always-on; 145 regulator-always-on; 153 regulator-always-on; 160 regulator-boot-on; [all …]
|
A D | stm32mp15xx-osd32.dtsi | 35 regulator-always-on; 44 regulator-always-on; 53 regulator-always-on; 63 regulator-always-on; 72 regulator-always-on; 79 regulator-always-on; 86 regulator-always-on; 100 regulator-boot-on; 107 regulator-always-on; 112 regulator-always-on;
|
A D | stm32mp15xx-dkx.dtsi | 21 regulator-always-on; 85 regulator-always-on; 94 regulator-always-on; 103 regulator-always-on; 113 regulator-always-on; 122 regulator-always-on; 129 regulator-always-on; 136 regulator-always-on; 150 regulator-boot-on; 157 regulator-always-on; [all …]
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/perf/ |
A D | psci-performance-juno.rst.txt | 1 PSCI Performance Measurements on Arm Juno Development Platform 50 then initiates the test on all CPUs in parallel. 55 executes the test on itself. 80 timestamps, which runs at 50MHz on Juno. 85 ``CPU_SUSPEND`` to deepest power level on all CPUs in parallel 117 ``CPU_SUSPEND`` to power level 0 on all CPUs in parallel 152 ``CPU_SUSPEND`` to deepest power level on all CPUs in sequence 184 ``CPU_SUSPEND`` to power level 0 on all CPUs in sequence 212 on power on (for example, no need to enter CCI coherency) 214 ``CPU_OFF`` on all non-lead CPUs in sequence then ``CPU_SUSPEND`` on lead CPU to deepest power level [all …]
|
/trusted-firmware-a/docs/perf/ |
A D | psci-performance-juno.rst | 1 PSCI Performance Measurements on Arm Juno Development Platform 50 then initiates the test on all CPUs in parallel. 55 executes the test on itself. 80 timestamps, which runs at 50MHz on Juno. 85 ``CPU_SUSPEND`` to deepest power level on all CPUs in parallel 117 ``CPU_SUSPEND`` to power level 0 on all CPUs in parallel 152 ``CPU_SUSPEND`` to deepest power level on all CPUs in sequence 184 ``CPU_SUSPEND`` to power level 0 on all CPUs in sequence 212 on power on (for example, no need to enter CCI coherency) 214 ``CPU_OFF`` on all non-lead CPUs in sequence then ``CPU_SUSPEND`` on lead CPU to deepest power level [all …]
|
/trusted-firmware-a/plat/imx/imx8m/include/ |
A D | gpc.h | 30 #define IMX_PD_DOMAIN(name, on) \ argument 35 .always_on = (on), \ 38 #define IMX_MIX_DOMAIN(name, on) \ argument 45 .always_on = (on), \
|
/trusted-firmware-a/docs/build/TF-A_2.5/_static/js/ |
A D | theme.js | 1 …on("hashchange",t.reset),n&&t.win.on("scroll",(function(){t.linkScroll||t.winScroll||(t.winScroll=…
|
/trusted-firmware-a/docs/process/ |
A D | contributing.rst | 7 - Make sure you have a Github account and you are logged on both 11 start a discussion around it on the mailing list. This gives everyone 13 already working on something similar or the community might be able to 20 - Clone `Trusted Firmware-A`_ on your own machine as described in 23 - Create a local topic branch based on the `Trusted Firmware-A`_ ``master`` 34 - Keep the commits on topic. If you need to fix another bug or make another 35 enhancement, please address it on a separate topic branch. 85 - Please test your changes. As a minimum, ensure that Linux boots on the 91 block a patch, depending on how critical they are. 159 on the ``integration`` branch or ask you to do so. [all …]
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/process/ |
A D | contributing.rst.txt | 7 - Make sure you have a Github account and you are logged on both 11 start a discussion around it on the mailing list. This gives everyone 13 already working on something similar or the community might be able to 20 - Clone `Trusted Firmware-A`_ on your own machine as described in 23 - Create a local topic branch based on the `Trusted Firmware-A`_ ``master`` 34 - Keep the commits on topic. If you need to fix another bug or make another 35 enhancement, please address it on a separate topic branch. 85 - Please test your changes. As a minimum, ensure that Linux boots on the 91 block a patch, depending on how critical they are. 159 on the ``integration`` branch or ask you to do so. [all …]
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/about/ |
A D | contact.rst.txt | 4 We welcome any feedback on |TF-A| and there are several methods for providing 15 hosted on TrustedFirmware.org. The mailing lists can be used for general 25 You can see a `summary of all the lists`_ on the TrustedFirmware.org website. 39 Bug reports may be filed on the `issue tracker`_ on the TrustedFirmware.org
|
A D | release-information.rst.txt | 8 tagged on the master branch. There will be a code freeze (stop merging 12 judgement on what changes are essential for the release. A release branch may be 16 The release testing will be performed on release candidates and depending on 32 depending on project requirement and partner feedback.
|
/trusted-firmware-a/docs/about/ |
A D | contact.rst | 4 We welcome any feedback on |TF-A| and there are several methods for providing 15 hosted on TrustedFirmware.org. The mailing lists can be used for general 25 You can see a `summary of all the lists`_ on the TrustedFirmware.org website. 39 Bug reports may be filed on the `issue tracker`_ on the TrustedFirmware.org
|
A D | release-information.rst | 8 tagged on the master branch. There will be a code freeze (stop merging 12 judgement on what changes are essential for the release. A release branch may be 16 The release testing will be performed on release candidates and depending on 32 depending on project requirement and partner feedback.
|