Searched refs:CHNL_STS_ERROR (Results 1 – 2 of 2) sorted by relevance
101 err = ll_temac->in32(ra[TX_CHNL_STS]) & CHNL_STS_ERROR; in ll_temac_sdma_error()102 err |= ll_temac->in32(ra[RX_CHNL_STS]) & CHNL_STS_ERROR; in ll_temac_sdma_error()
229 #define CHNL_STS_ERROR (1 << 7) macro