Searched refs:cfdtm_sts (Results 1 – 1 of 1) sorted by relevance
1259 volatile uint16_t * cfdtm_sts; in canfd_channel_tx_isr() local1264 cfdtm_sts = (volatile uint16_t *) &p_ctrl->p_reg->CFDTMTCSTS[interlaced_channel]; in canfd_channel_tx_isr()1269 cfdtm_sts = (volatile uint16_t *) &p_ctrl->p_reg->CFDTMTASTS[interlaced_channel]; in canfd_channel_tx_isr()1275 volatile uint32_t * cfdtm_sts; in canfd_channel_tx_isr()1282 cfdtm_sts = (volatile uint32_t *) &p_ctrl->p_reg->CFDTMTCSTS[interlaced_channel]; in canfd_channel_tx_isr()1287 cfdtm_sts = (volatile uint32_t *) &p_ctrl->p_reg->CFDTMTASTS[interlaced_channel]; in canfd_channel_tx_isr()1294 txmb = __CLZ(__RBIT(*cfdtm_sts)); in canfd_channel_tx_isr()1295 txmb = (txmb < 16) ? txmb : __CLZ(__RBIT(*(cfdtm_sts + 1))) + BSP_FEATURE_CANFD_TXMB_OFFSET; in canfd_channel_tx_isr()