Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspl_minimal.c46 im->sysconf.spcr |= SPCR_TBEN; in cpu_init_f()
H A Dcpu_init.c239 setbits_be32(&im->sysconf.spcr, SPCR_TBEN); in cpu_init_f()
/openbmc/u-boot/include/
H A Dmpc83xx.h105 #define SPCR_TBEN 0x00400000 macro