Home
last modified time | relevance | path

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

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