Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc8xx/
Dcpu_init.c41 out_be16(&immr->im_sit.sit_tbscr, CONFIG_SYS_TBSCR | TBSCR_TBE); in cpu_init_f()
/external/u-boot/include/
Dmpc8xx.h89 #define TBSCR_TBE 0x0001 /* Time Base Enable */
/external/u-boot/arch/powerpc/include/asm/
Dimmap_8xx.h121 #define TBSCR_TBE ((ushort)0x0001) macro