Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dsmp-mt.c205 ntc = (mvpconf0 & MVPCONF0_PTC) >> MVPCONF0_PTC_SHIFT; in vsmp_smp_setup()
H A Dmips-mt.c70 ntc = ((mvpconf0 & MVPCONF0_PTC) >> MVPCONF0_PTC_SHIFT) + 1; in mips_mt_regdump()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsmtregs.h84 #define MVPCONF0_PTC_SHIFT 0 macro