Home
last modified time | relevance | path

Searched refs:SPRN_L2CSR1 (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/powerpc/include/asm/
Dprocessor.h522 #define SPRN_L2CSR1 0x3fa /* L2 Data Cache Control and Status Register 1 */ macro
740 #define L2CSR1 SPRN_L2CSR1
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Drelease.S276 mtspr SPRN_L2CSR1,r3
Dcpu_init.c690 mtspr(SPRN_L2CSR1, (32 + 1)); in l2cache_init()