Home
last modified time | relevance | path

Searched refs:tc (Results 1 – 16 of 16) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/drivers/thermal/src/
H A Dthermal_lvts.c55 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 Dcache_llc.c116 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 Dsoc_temp_lvts.c133 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 Dplatform.mk114 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 Dplatform_test.mk12 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 Dplat_fiptool.mk9 ../../plat/arm/board/tc
12 FIPTOOL_SOURCES += plat_fiptool/arm/board/tc/plat_def_uuid_config.c
/rk3399_ARM-atf/fdts/
H A Dtc3.dts48 #include "tc-common.dtsi"
50 #include "tc-fvp.dtsi"
52 #include "tc-fpga.dtsi"
54 #include "tc-base.dtsi"
H A Dtc4.dts55 #include "tc-common.dtsi"
57 #include "tc-fvp.dtsi"
59 #include "tc-fpga.dtsi"
61 #include "tc-base.dtsi"
H A Dtc-base.dtsi60 compatible = "arm,tc";
/rk3399_ARM-atf/include/drivers/marvell/
H A Dcache_llc.h23 #define LLC_TCN_LOCK(ap, tc) (MVEBU_LLC_BASE(ap) + 0x920 + 4 * (tc)) argument
/rk3399_ARM-atf/plat/mediatek/drivers/thermal/inc/
H A Dthermal_lvts.h28 (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 Dindex.rst11 tc/index
/rk3399_ARM-atf/docs/plat/arm/tc/
H A Dindex.rst43 make PLAT=tc BL33=<path_to_uboot.bin> \
/rk3399_ARM-atf/docs/design_documents/
H A Drse.rst315 ``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 Dmaintainers.rst645 :|F|: plat/arm/board/tc
/rk3399_ARM-atf/docs/
H A Dchange-log.md4640 …- define memory ranges for tc platform ([9be6b16](https://review.trustedfirmware.org/plugins/gitil…