Searched refs:MAX_PHYS (Results 1 – 2 of 2) sorted by relevance
130 #define MAX_PHYS 32 /* maximum number of phys */ macro
96 if (p_Dtsec->p_DtsecDriverParam->tbipa > MAX_PHYS) in CheckInitParameters()97 RETURN_ERROR(MAJOR, E_NOT_IN_RANGE, ("PHY address (should be 0-%d)", MAX_PHYS)); in CheckInitParameters()