Home
last modified time | relevance | path

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

/arch/c6x/platforms/
Dcache.c138 unsigned int wcnt = in cache_block_operation() local
143 for (; wcnt; wcnt -= wc, start += wc) { in cache_block_operation()
162 if (wcnt > 0xffff) in cache_block_operation()
165 wc = wcnt; in cache_block_operation()
183 unsigned int wcnt = in cache_block_operation_nowait() local
188 for (; wcnt; wcnt -= wc, start += wc) { in cache_block_operation_nowait()
194 if (wcnt > 0xffff) in cache_block_operation_nowait()
197 wc = wcnt; in cache_block_operation_nowait()
205 if (wcnt > 0xffff) in cache_block_operation_nowait()