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

/freebsd-12-stable/sys/dev/ti/
H A Dif_ti.c828 switch (sc->ti_hwrev) {
1214 if (sc->ti_hwrev == TI_HWREV_TIGON)
1890 switch (sc->ti_hwrev) {
1916 switch (sc->ti_hwrev) {
2016 if (sc->ti_hwrev == TI_HWREV_TIGON)
2064 sc->ti_hwrev = TI_HWREV_TIGON;
2067 sc->ti_hwrev = TI_HWREV_TIGON_II;
2075 if (sc->ti_hwrev == TI_HWREV_TIGON_II) {
2086 if (sc->ti_hwrev != TI_HWREV_TIGON)
2095 if (sc->ti_hwrev
[all...]
H A Dif_tireg.h843 if ((x)->ti_hwrev == TI_HWREV_TIGON) \
853 if ((x)->ti_hwrev == TI_HWREV_TIGON) \
1033 uint8_t ti_hwrev; /* Tigon rev (1 or 2) */ member in struct:ti_softc

Completed in 102 milliseconds