Home
last modified time | relevance | path

Searched refs:txdefr (Results 1 – 1 of 1) sorted by relevance

/arch/metag/kernel/
Dtraps.c268 unsigned int depth, txdefr; in head_end() local
286 txdefr = __core_reg_get(TXDEFR); in head_end()
288 txdefr &= TXDEFR_BUS_STATE_BITS; in head_end()
289 if (txdefr & TXDEFR_LNKSET_SUCCESS) in head_end()
378 unsigned int depth, txdefr; in tail_end_sys() local
394 txdefr = __core_reg_get(TXDEFR); in tail_end_sys()
396 txdefr &= ~TXDEFR_BUS_STATE_BITS; in tail_end_sys()
400 txdefr |= (TXDEFR_LNKSET_FAILURE | TXDEFR_BUS_TRIG_BIT); in tail_end_sys()
402 txdefr |= (TXDEFR_LNKSET_SUCCESS | TXDEFR_BUS_TRIG_BIT); in tail_end_sys()
404 __core_reg_set(TXDEFR, txdefr); in tail_end_sys()