Home
last modified time | relevance | path

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

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