Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dbcache.h18 void (*bc_enable)(void); member
33 static inline void bc_enable(void) in bc_enable() function
35 bcops->bc_enable(); in bc_enable()
77 #define bc_enable() do { } while (0) macro
/openbmc/linux/arch/mips/fw/arc/
H A Dpromlib.c48 bc_enable(); in prom_putchar()
58 bc_enable(); in prom_getchar()
/openbmc/linux/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,