Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dbcache.h19 void (*bc_disable)(void); member
38 static inline void bc_disable(void) in bc_disable() function
40 bcops->bc_disable(); in bc_disable()
78 #define bc_disable() do { } while (0) macro
/openbmc/linux/arch/mips/fw/arc/
H A Dpromlib.c46 bc_disable(); in prom_putchar()
56 bc_disable(); in prom_getchar()
H A Dmisc.c26 bc_disable(); in ArcEnterInteractiveMode()
/openbmc/linux/arch/mips/mm/
H A Dsc-r5k.c96 .bc_disable = r5k_sc_disable,
H A Dsc-ip22.c179 .bc_disable = indy_sc_disable,
H A Dsc-rm7k.c178 .bc_disable = rm7k_sc_disable,
H A Dsc-mips.c103 .bc_disable = mips_sc_disable,
H A Dcache.c68 .bc_disable = (void *)cache_noop,