Home
last modified time | relevance | path

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

/u-boot/arch/arc/lib/
A Dcache.c167 #define SLC_CTRL_DIS 0x001 macro
276 return !(read_aux_reg(ARC_AUX_SLC_CTRL) & SLC_CTRL_DIS); in __slc_enabled()
284 ctrl &= ~SLC_CTRL_DIS; in __slc_enable()
293 ctrl |= SLC_CTRL_DIS; in __slc_disable()

Completed in 4 milliseconds