Home
last modified time | relevance | path

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

/freebsd/sys/dev/ti/
H A Dif_ti.c831 switch (sc->ti_hwrev) { in ti_loadfw()
1217 if (sc->ti_hwrev == TI_HWREV_TIGON) in ti_dma_alloc()
1893 switch (sc->ti_hwrev) { in ti_add_mcast()
1921 switch (sc->ti_hwrev) { in ti_del_mcast()
2001 if (sc->ti_hwrev == TI_HWREV_TIGON) in ti_64bitslot_war()
2049 sc->ti_hwrev = TI_HWREV_TIGON; in ti_chipinit()
2052 sc->ti_hwrev = TI_HWREV_TIGON_II; in ti_chipinit()
2060 if (sc->ti_hwrev == TI_HWREV_TIGON_II) { in ti_chipinit()
2071 if (sc->ti_hwrev != TI_HWREV_TIGON) in ti_chipinit()
2080 if (sc->ti_hwrev == TI_HWREV_TIGON_II) { in ti_chipinit()
[all …]
H A Dif_tireg.h841 if ((x)->ti_hwrev == TI_HWREV_TIGON) \
851 if ((x)->ti_hwrev == TI_HWREV_TIGON) \
1026 uint8_t ti_hwrev; /* Tigon rev (1 or 2) */ member