Home
last modified time | relevance | path

Searched refs:SPCR_TBEN (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/83xx/
H A Dmisc.c60 #define SPCR_TBEN 0x00400000 in mpc83xx_time_init() macro
65 out_be32(spcr, tmp | SPCR_TBEN); in mpc83xx_time_init()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspl_minimal.c47 im->sysconf.spcr |= SPCR_TBEN; in cpu_init_f()
H A Dcpu_init.c240 setbits_be32(&im->sysconf.spcr, SPCR_TBEN); in cpu_init_f()
/OK3568_Linux_fs/u-boot/include/
H A Dmpc83xx.h106 #define SPCR_TBEN 0x00400000 macro