Searched refs:errctl (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/arch/mips/kernel/ |
H A D | spram.c | 32 /* errctl access */ 49 unsigned int errctl; ispram_store_tag() local 52 errctl = bis_c0_errctl(ERRCTL_SPRAM); ispram_store_tag() 61 write_c0_errctl(errctl); ispram_store_tag() 69 unsigned int errctl; ispram_load_tag() local 72 errctl = bis_c0_errctl(ERRCTL_SPRAM); ispram_load_tag() 78 write_c0_errctl(errctl); ispram_load_tag() 86 unsigned int errctl; dspram_store_tag() local 89 errctl = bis_c0_errctl(ERRCTL_SPRAM); dspram_store_tag() 95 write_c0_errctl(errctl); dspram_store_tag() 103 unsigned int errctl; dspram_load_tag() local 105 errctl = bis_c0_errctl(ERRCTL_SPRAM); dspram_load_tag() 111 write_c0_errctl(errctl); dspram_load_tag()
|
H A D | traps.c | 1658 unsigned long errctl; parity_protection_init() local 1661 errctl = read_c0_ecc(); parity_protection_init() 1662 errctl &= ~(ERRCTL_PE|ERRCTL_L2P); parity_protection_init() 1665 write_c0_ecc(errctl | ERRCTL_PE); parity_protection_init() 1670 write_c0_ecc(errctl|ERRCTL_L2P); parity_protection_init() 1676 errctl |= ERRCTL_PE; parity_protection_init() 1678 errctl |= ERRCTL_L2P; parity_protection_init() 1681 errctl |= ERRCTL_PE; parity_protection_init() 1684 errctl |= ERRCTL_L2P; parity_protection_init() 1689 printk(KERN_INFO "Writing ErrCtl register=%08lx\n", errctl); parity_protection_init() 1691 write_c0_ecc(errctl); parity_protection_init() 1693 errctl = read_c0_ecc(); parity_protection_init() 1694 printk(KERN_INFO "Readback ErrCtl register=%08lx\n", errctl); parity_protection_init() 1698 (errctl & ERRCTL_PE) ? "en" : "dis"); parity_protection_init() 1702 errctl ^= ERRCTL_L2P; parity_protection_init() 1704 (errctl & ERRCTL_L2P) ? "en" : "dis"); parity_protection_init()
|
/linux-4.4.14/arch/mips/mm/ |
H A D | cerr-sb1.c | 180 uint32_t errctl, cerr_i, cerr_d, dpalo, dpahi, eepc, res; sb1_cache_error() local 204 : "=r" (errctl), "=r" (cerr_i), "=r" (cerr_d), sb1_cache_error() 209 printk(" c0_errctl == %08x", errctl); sb1_cache_error() 210 breakout_errctl(errctl); sb1_cache_error() 211 if (errctl & CP0_ERRCTL_ICACHE) { sb1_cache_error() 227 if (errctl & CP0_ERRCTL_DCACHE) { sb1_cache_error()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
H A D | fsl_85xx_cache_ctlr.h | 88 u32 errctl; /* 0xE58 - Error control */ member in struct:mpc85xx_l2ctlr
|
/linux-4.4.14/drivers/crypto/caam/ |
H A D | regs.h | 293 u32 errctl; /* RTSTERRCTLx - Test error control */ member in struct:rngtst
|
Completed in 326 milliseconds