Searched refs:EESR_TABT (Results 1 – 2 of 2) sorted by relevance
318 EESR_TABT = 0x04000000, enumerator341 # define EESR_ERR_CHECK (EESR_TWB | EESR_TABT | EESR_RABT | EESR_RDE \343 # define TX_ERROR_CEHCK (EESR_TWB | EESR_TABT | EESR_TDE | EESR_TFE)347 # define EESR_ERR_CHECK (EESR_TWB | EESR_TABT | EESR_RABT | EESR_RDE \349 # define TX_ERROR_CEHCK (EESR_TWB | EESR_TABT | EESR_ADE | EESR_TDE | EESR_TFE)
627 if (intr_status & EESR_TABT) /* Transmit Abort int */ in sh_eth_error()661 if (intr_status & (EESR_TWB | EESR_TABT | in sh_eth_error()