~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/net/meth.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
                                       /* Bits 22 through 28 are used to determine IPGR2 */
145
145
 
146
146
#define METH_REV_SHIFT 29       /* Bits 29 through 31 are used to determine the revision */
147
 
                                       /* 000: Inital revision */
 
147
                                       /* 000: Initial revision */
148
148
                                       /* 001: First revision, Improved TX concatenation */
149
149
 
150
150
 
193
193
                                                /* 1: A TX message had the INT request bit set, the packet has been sent. */
194
194
#define METH_INT_TX_LINK_FAIL   BIT(2)  /* 0: No interrupt pending, 1: PHY has reported a link failure */
195
195
#define METH_INT_MEM_ERROR      BIT(3)  /* 0: No interrupt pending */
196
 
                                                /* 1: A memory error occurred durring DMA, DMA stopped, Fatal */
 
196
                                                /* 1: A memory error occurred during DMA, DMA stopped, Fatal */
197
197
#define METH_INT_TX_ABORT               BIT(4)  /* 0: No interrupt pending, 1: The TX aborted operation, DMA stopped, FATAL */
198
198
#define METH_INT_RX_THRESHOLD   BIT(5)  /* 0: No interrupt pending, 1: Selected receive threshold condition Valid */
199
199
#define METH_INT_RX_UNDERFLOW   BIT(6)  /* 0: No interrupt pending, 1: FIFO was empty, packet could not be queued */