Searched refs:ENETC_TBMR_EN (Results 1 – 2 of 2) sorted by relevance
312 ENETC_TBMR, ENETC_TBMR_EN); in enetc_tx_queue_setup()344 val &= (~ENETC_TBMR_EN); in enetc_tx_queue_release()800 tx_data = tx_data | ENETC_TBMR_EN; in enetc_tx_queue_start()821 tx_data = tx_data & (~ENETC_TBMR_EN); in enetc_tx_queue_stop()
77 #define ENETC_TBMR_EN BIT(31) macro