HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SYS_INIT_DBCR (Results 1 - 3 of 3) sorted by null

  /external/u-boot/include/configs/
MPC8560ADS.h 58 #define CONFIG_SYS_INIT_DBCR DBCR_IDM /* Enable Debug Exceptions */
socrates.h 55 #define CONFIG_SYS_INIT_DBCR DBCR_IDM /* Enable Debug Exceptions */
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
start.S 338 #if defined(CONFIG_SYS_INIT_DBCR)
342 lis r0,CONFIG_SYS_INIT_DBCR@h /* DBCR0[IDM] must be set */
343 ori r0,r0,CONFIG_SYS_INIT_DBCR@l
    [all...]

Completed in 297 milliseconds