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

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

Completed in 124 milliseconds