Lines Matching full:wc
138 unsigned int wc = 0; in cache_block_operation() local
140 for (; wcnt; wcnt -= wc, start += wc) { in cache_block_operation()
160 wc = 0xffff; in cache_block_operation()
162 wc = wcnt; in cache_block_operation()
164 /* Set word count value in the WC register */ in cache_block_operation()
165 imcr_set(wc_reg, wc & 0xffff); in cache_block_operation()
183 unsigned int wc = 0; in cache_block_operation_nowait() local
185 for (; wcnt; wcnt -= wc, start += wc) { in cache_block_operation_nowait()
192 wc = 0xffff; in cache_block_operation_nowait()
194 wc = wcnt; in cache_block_operation_nowait()
196 /* Set word count value in the WC register */ in cache_block_operation_nowait()
197 imcr_set(wc_reg, wc & 0xffff); in cache_block_operation_nowait()