Lines Matching +full:wait +full:- +full:long
4 * SPDX-License-Identifier: Apache-2.0
82 unsigned long ways, sets, index, cmd; in nds_l2_cache_all()
84 unsigned long status = csr_read(mstatus); in nds_l2_cache_all()
87 return -ENOTSUP; in nds_l2_cache_all()
97 return -ENOTSUP; in nds_l2_cache_all()
113 return -ENOTSUP; in nds_l2_cache_all()
121 /* Wait L2 CCTL Commands finished */ in nds_l2_cache_all()
137 /* Wait L2 CCTL Commands finished */ in nds_l2_cache_all()
148 unsigned long last_byte, align_addr, cmd; in nds_l2_cache_range()
152 return -ENOTSUP; in nds_l2_cache_range()
166 return -ENOTSUP; in nds_l2_cache_range()
169 last_byte = (unsigned long)addr + size - 1; in nds_l2_cache_range()
178 /* Wait L2 CCTL Commands finished */ in nds_l2_cache_range()
211 unsigned long size; in nds_l2_cache_init()
257 /* Writeback and invalidate all I/D-Cache before setting L2C */ in nds_l2_cache_init()