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

  /src/sys/arch/sgimips/dev/
scnvar.h 99 enum scntype { SCNUNK, SCN2681, SCN2692, SC26C92 } type; enum in struct:duart
scn.c 813 enum scntype scntype = SCNUNK; local in function:scn_attach
875 scntype = SC26C92;
886 scntype = SCN2681;
889 scntype = SCN2692;
919 duart->type = scntype;

Completed in 34 milliseconds