Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/drivers/marvell/
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()
/tf-a-ffa_el3_spmc/include/drivers/marvell/
A Dcache_llc.h23 #define LLC_TCN_LOCK(ap, tc) (MVEBU_LLC_BASE(ap) + 0x920 + 4 * (tc)) argument
/tf-a-ffa_el3_spmc/docs/plat/arm/
A Dindex.rst11 tc/index
/tf-a-ffa_el3_spmc/plat/arm/board/tc/
A Dplatform.mk46 TC_BASE = plat/arm/board/tc
118 TC_HW_CONFIG_DTS := fdts/tc.dts
/tf-a-ffa_el3_spmc/docs/plat/arm/tc/
A Dindex.rst43 make PLAT=tc BL33=<path_to_uboot.bin> \
/tf-a-ffa_el3_spmc/fdts/
A Dtc.dts10 compatible = "arm,tc";
/tf-a-ffa_el3_spmc/docs/about/
A Dmaintainers.rst424 :|F|: plat/arm/board/tc

Completed in 8 milliseconds