Home
last modified time | relevance | path

Searched refs:TD_EC (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h67 #define TD_EC 0x0C000000 macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h78 #define TD_EC 0x0C000000 macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci.h105 #define TD_EC 0x0C000000 /* error count */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/
H A Dde4x5.h786 #define TD_EC 0x00000100 /* Excessive Collisions */ macro
H A Dde4x5.c1708 if (status & TD_EC) lp->pktStats.excessive_collisions++; in de4x5_tx()
1719 lp->stats.collisions += ((status & TD_EC) ? 16 : in de4x5_tx()