HomeSort by: relevance | last modified time | path
    Searched refs:VALID_UNIT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpcmips/vr/
vrc4173bcu.c 161 #define VALID_UNIT(sc, unit) (0 <= (unit) && (unit) < (sc)->sc_nunits)
545 if (!VALID_UNIT(sc, unit))
561 if (!VALID_UNIT(sc, unit))
vrip.c 75 #define VALID_UNIT(sc, unit) (0 <= (unit) && (unit) < (sc)->sc_nunits)
318 if (!VALID_UNIT(sc, unit))
334 if (!VALID_UNIT(sc, unit))

Completed in 51 milliseconds