Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dmips-cm.h417 * mips_cm_max_vp_width() - return the width in bits of VP indices
422 static inline unsigned int mips_cm_max_vp_width(void) in mips_cm_max_vp_width() function
460 return (core * mips_cm_max_vp_width()) + vp; in mips_cm_vp_id()