Searched refs:bc_enable (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dbcache.h18 void (*bc_enable)(void); member in struct:bcache_ops
33 static inline void bc_enable(void) function
35 bcops->bc_enable();
77 #define bc_enable() do { } while (0) macro
/linux-master/arch/mips/fw/arc/
H A Dpromlib.c48 bc_enable();
58 bc_enable();
/linux-master/arch/mips/mm/
H A Dsc-r5k.c95 .bc_enable = r5k_sc_enable,
H A Dsc-ip22.c178 .bc_enable = indy_sc_enable,
H A Dsc-rm7k.c177 .bc_enable = rm7k_sc_enable,
H A Dsc-mips.c102 .bc_enable = mips_sc_enable,
H A Dcache.c67 .bc_enable = (void *)cache_noop,

Completed in 135 milliseconds