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

  /src/sys/arch/hpcmips/tx/
tx39var.h 59 enum tx_chipset tc_chipset; member in struct:tx_chipset_tag
74 #define IS_TX391X(t) ((t)->tc_chipset == __TX391X)
75 #define IS_TX392X(t) ((t)->tc_chipset == __TX392X)
tx39.c 130 tc->tc_chipset = __TX391X;
139 tc->tc_chipset = __TX392X;

Completed in 12 milliseconds