Searched refs:txefs (Results 1 – 1 of 1) sorted by relevance
524 uint32_t txefs; in can_mcan_tx_event_handler() local527 err = can_mcan_read_reg(dev, CAN_MCAN_TXEFS, &txefs); in can_mcan_tx_event_handler()532 while ((txefs & CAN_MCAN_TXEFS_EFFL) != 0U) { in can_mcan_tx_event_handler()533 event_idx = FIELD_GET(CAN_MCAN_TXEFS_EFGI, txefs); in can_mcan_tx_event_handler()561 err = can_mcan_read_reg(dev, CAN_MCAN_TXEFS, &txefs); in can_mcan_tx_event_handler()