Home
last modified time | relevance | path

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

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