Searched refs:err_sts (Results 1 – 1 of 1) sorted by relevance
561 static bool crystalhd_tx_list0_handler(struct crystalhd_hw *hw, uint32_t err_sts) in crystalhd_tx_list0_handler() argument570 if (!(err_sts & err_mask)) in crystalhd_tx_list0_handler()573 BCMLOG_ERR("Error on Tx-L0 %x\n", err_sts); in crystalhd_tx_list0_handler()577 if (err_sts & MISC1_TX_DMA_ERROR_STATUS_TX_L0_FIFO_FULL_ERRORS_MASK) in crystalhd_tx_list0_handler()587 tmp = err_sts & err_mask; in crystalhd_tx_list0_handler()593 static bool crystalhd_tx_list1_handler(struct crystalhd_hw *hw, uint32_t err_sts) in crystalhd_tx_list1_handler() argument602 if (!(err_sts & err_mask)) in crystalhd_tx_list1_handler()605 BCMLOG_ERR("Error on Tx-L1 %x\n", err_sts); in crystalhd_tx_list1_handler()609 if (err_sts & MISC1_TX_DMA_ERROR_STATUS_TX_L1_FIFO_FULL_ERRORS_MASK) in crystalhd_tx_list1_handler()619 tmp = err_sts & err_mask; in crystalhd_tx_list1_handler()[all …]