Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu.c309 val = mfspr(DBCR0); in do_reset()
311 mtspr(DBCR0,val); in do_reset()
H A Dstart.S345 mtspr DBCR0,r0
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h614 #define DBCR0 SPRN_DBCR0 /* Debug Control Register 0 */ macro