Home
last modified time | relevance | path

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

/linux-6.1.9/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()
Dvpe-mt.c385 hw_tcs = (val & MVPCONF0_PTC) + 1; in vpe_module_init()
/linux-6.1.9/arch/mips/include/asm/
Dmipsmtregs.h85 #define MVPCONF0_PTC ( _ULCAST_(0xff)) macro