Searched refs:txdefr (Results 1 – 1 of 1) sorted by relevance
268 unsigned int depth, txdefr; in head_end() local286 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() local394 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()