Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/
H A D4xx.c257 #define DBCR0_RST_SYSTEM 0x30000000 macro
267 : "=&r"(tmp) : "i"(SPRN_DBCR0_44X), "i"(DBCR0_RST_SYSTEM) in ibm44x_dbcr_reset()
/linux/arch/powerpc/platforms/44x/
H A Dsoc.c197 u32 reset_type = DBCR0_RST_SYSTEM; in ppc4xx_reset_system()
/linux/arch/powerpc/include/asm/
H A Dreg_booke.h317 #define DBCR0_RST_SYSTEM 0x30000000 /* System Reset */ macro