Home
last modified time | relevance | path

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

/freebsd/sys/dev/ti/
H A Dif_ti.c832 case TI_HWREV_TIGON: in ti_loadfw()
1217 if (sc->ti_hwrev == TI_HWREV_TIGON) in ti_dma_alloc()
1894 case TI_HWREV_TIGON: in ti_add_mcast()
1922 case TI_HWREV_TIGON: in ti_del_mcast()
2049 sc->ti_hwrev = TI_HWREV_TIGON; in ti_chipinit()
2071 if (sc->ti_hwrev != TI_HWREV_TIGON) in ti_chipinit()
2260 if (sc->ti_hwrev == TI_HWREV_TIGON) in ti_gibinit()
2294 if (sc->ti_hwrev == TI_HWREV_TIGON) in ti_gibinit()
2304 if (sc->ti_hwrev == TI_HWREV_TIGON) in ti_gibinit()
2888 if (sc->ti_hwrev == TI_HWREV_TIGON) in ti_rxeof()
[all …]
H A Dif_tireg.h841 if ((x)->ti_hwrev == TI_HWREV_TIGON) \
851 if ((x)->ti_hwrev == TI_HWREV_TIGON) \
1006 #define TI_HWREV_TIGON 0x01 macro