Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/
Dbcache.h17 void (*bc_enable)(void); member
29 static inline void bc_enable(void) in bc_enable() function
31 bcops->bc_enable(); in bc_enable()
53 #define bc_enable() do { } while (0) macro
/linux-2.6.39/arch/mips/fw/arc/
Dpromlib.c30 bc_enable(); in prom_putchar()
40 bc_enable(); in prom_getchar()
/linux-2.6.39/arch/mips/mm/
Dsc-r5k.c96 .bc_enable = r5k_sc_enable,
Dsc-ip22.c165 .bc_enable = indy_sc_enable,
Dsc-mips.c54 .bc_enable = mips_sc_enable,
Dsc-rm7k.c177 .bc_enable = rm7k_sc_enable,
Dc-r4k.c77 .bc_enable = (void *)cache_noop,