Searched refs:tc (Results 1 – 7 of 7) sorted by relevance
116 uint32_t tc, way, ways_to_allocate; in llc_sram_enable() local128 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() local151 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()
23 #define LLC_TCN_LOCK(ap, tc) (MVEBU_LLC_BASE(ap) + 0x920 + 4 * (tc)) argument
11 tc/index
46 TC_BASE = plat/arm/board/tc118 TC_HW_CONFIG_DTS := fdts/tc.dts
43 make PLAT=tc BL33=<path_to_uboot.bin> \
10 compatible = "arm,tc";
424 :|F|: plat/arm/board/tc
Completed in 8 milliseconds