Home
last modified time | relevance | path

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

/external/u-boot/arch/m68k/lib/
Dcache.c12 volatile int *cf_dcache_status = (int *)DCACHE_STATUS; variable
26 return *cf_dcache_status; in dcache_status()
88 *cf_dcache_status = 1; in dcache_enable()
106 *cf_dcache_status = 0; in dcache_disable()
127 if (*cf_dcache_status) in dcache_invalid()