| /rk3399_ARM-atf/plat/mediatek/drivers/thermal/src/ |
| H A D | thermal_lvts.c | 55 struct tc_settings *tc = lvts_data->tc; in lvts_write_all_device() local 58 if (tc[tc_id].ctrl_on_off == CTRL_OFF) in lvts_write_all_device() 65 if (tc[tc_id].ctrl_on_off == CTRL_OFF) in lvts_write_all_device() 138 struct tc_settings *tc = lvts_data->tc; in lvts_thermal_check_all_sensing_point_idle() local 143 if (tc[i].ctrl_on_off == CTRL_OFF) in lvts_thermal_check_all_sensing_point_idle() 171 struct tc_settings *tc = lvts_data->tc; in wait_all_tc_sensing_point_idle() local 190 if (tc[i].ctrl_on_off == CTRL_OFF) in wait_all_tc_sensing_point_idle() 222 struct tc_settings *tc = lvts_data->tc; in disable_all_sensing_points() local 225 if (tc[i].ctrl_on_off == CTRL_OFF) in disable_all_sensing_points() 236 struct tc_settings *tc = lvts_data->tc; in enable_all_sensing_points() local [all …]
|
| /rk3399_ARM-atf/drivers/marvell/ |
| H A D | cache_llc.c | 116 uint32_t tc, way, ways_to_allocate; in llc_sram_enable() local 128 for (tc = 0; tc < LLC_TC_NUM; tc++) in llc_sram_enable() 129 mmio_write_32(LLC_TCN_LOCK(ap_index, tc), LLC_ALL_WAYS_MASK); in llc_sram_enable() 148 uint32_t tc; in llc_sram_disable() local 151 for (tc = 0; tc < LLC_TC_NUM; tc++) in llc_sram_disable() 152 mmio_write_32(LLC_TCN_LOCK(ap_index, tc), 0); in llc_sram_disable()
|
| /rk3399_ARM-atf/plat/mediatek/drivers/thermal/mt8189/ |
| H A D | soc_temp_lvts.c | 133 struct tc_settings *tc = lvts_data->tc; in set_tc_hw_reboot_threshold() local 152 for (i = 0; i < tc[tc_id].num_sensor; i++) { in set_tc_hw_reboot_threshold() 154 &(tc[tc_id].coeff), i, trip_point); in set_tc_hw_reboot_threshold() 163 &(tc[tc_id].coeff), d_index, trip_point); in set_tc_hw_reboot_threshold() 263 struct tc_settings *tc = lvts_data->tc; in init_controller_v1() local 268 if (tc[i].ctrl_on_off == CTRL_OFF) in init_controller_v1() 285 struct tc_settings *tc = lvts_data->tc; in mt8189_device_enable_and_init() local 289 if (tc[i].ctrl_on_off == CTRL_OFF) in mt8189_device_enable_and_init() 307 struct tc_settings *tc = lvts_data->tc; in mt8189_device_read_count_rc_n() local 326 if (tc[i].ctrl_on_off == CTRL_OFF) in mt8189_device_read_count_rc_n() [all …]
|
| /rk3399_ARM-atf/plat/arm/board/tc/ |
| H A D | platform.mk | 114 TC_BASE = plat/arm/board/tc 217 plat/arm/board/tc/tc_rse_comms.c 219 plat/arm/board/tc/tc_rse_comms.c 221 plat/arm/board/tc/tc_rse_comms.c \ 236 plat/arm/board/tc/tc_common_dpe.c \ 237 plat/arm/board/tc/tc_bl1_dpe.c \ 245 plat/arm/board/tc/tc_common_dpe.c \ 246 plat/arm/board/tc/tc_bl2_dpe.c \ 256 plat/arm/board/tc/tc_common_measured_boot.c \ 257 plat/arm/board/tc/tc_bl1_measured_boot.c \ [all …]
|
| H A D | platform_test.mk | 12 BL31_SOURCES += plat/arm/board/tc/nv_counter_test.c \ 13 plat/arm/board/tc/tc_rse_comms.c 84 -Iplat/arm/board/tc \
|
| /rk3399_ARM-atf/tools/fiptool/plat_fiptool/arm/board/tc/ |
| H A D | plat_fiptool.mk | 9 ../../plat/arm/board/tc 12 FIPTOOL_SOURCES += plat_fiptool/arm/board/tc/plat_def_uuid_config.c
|
| /rk3399_ARM-atf/fdts/ |
| H A D | tc3.dts | 48 #include "tc-common.dtsi" 50 #include "tc-fvp.dtsi" 52 #include "tc-fpga.dtsi" 54 #include "tc-base.dtsi"
|
| H A D | tc4.dts | 55 #include "tc-common.dtsi" 57 #include "tc-fvp.dtsi" 59 #include "tc-fpga.dtsi" 61 #include "tc-base.dtsi"
|
| H A D | tc-base.dtsi | 60 compatible = "arm,tc";
|
| /rk3399_ARM-atf/include/drivers/marvell/ |
| H A D | cache_llc.h | 23 #define LLC_TCN_LOCK(ap, tc) (MVEBU_LLC_BASE(ap) + 0x920 + 4 * (tc)) argument
|
| /rk3399_ARM-atf/plat/mediatek/drivers/thermal/inc/ |
| H A D | thermal_lvts.h | 28 (lvts_data->domain[lvts_data->tc[tc_id].domain_index].base \ 29 + lvts_data->tc[tc_id].addr_offset) 181 struct tc_settings *tc; member
|
| /rk3399_ARM-atf/docs/plat/arm/ |
| H A D | index.rst | 11 tc/index
|
| /rk3399_ARM-atf/docs/plat/arm/tc/ |
| H A D | index.rst | 43 make PLAT=tc BL33=<path_to_uboot.bin> \
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | rse.rst | 315 ``tf-a/plat/arm/board/tc/tc_bl1_measured_boot.c`` 737 ``plat/arm/board/tc/tc_dpe.h``
|
| /rk3399_ARM-atf/docs/about/ |
| H A D | maintainers.rst | 645 :|F|: plat/arm/board/tc
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 4640 …- define memory ranges for tc platform ([9be6b16](https://review.trustedfirmware.org/plugins/gitil…
|