Searched refs:MSP_P1_FRAME_LEN_BITS (Results 1 – 2 of 2) sorted by relevance
125 temp_reg |= MSP_P1_FRAME_LEN_BITS(protdesc->tx_frame_len_1); in set_prot_desc_tx()152 temp_reg |= MSP_P1_FRAME_LEN_BITS(protdesc->rx_frame_len_1); in set_prot_desc_rx()
185 #define MSP_P1_FRAME_LEN_BITS(n) (((n) << P1FLEN_SHIFT) & P1FLEN_MASK) macro
Completed in 6 milliseconds