Searched refs:LFLenb (Results 1 – 1 of 1) sorted by relevance
630 int LFLenb, LFLenB; in nhwra_get_payload_length() local634 LFLenb = (NRF_RADIO_regs.PCNF0 & RADIO_PCNF0_LFLEN_Msk) >> RADIO_PCNF0_LFLEN_Pos; in nhwra_get_payload_length()635 LFLenB = (LFLenb + 7)/8; in nhwra_get_payload_length()697 int LFLenb, S1LenAirb; in nhwra_tx_copy_payload() local708 LFLenb = (NRF_RADIO_regs.PCNF0 & RADIO_PCNF0_LFLEN_Msk) >> RADIO_PCNF0_LFLEN_Pos; in nhwra_tx_copy_payload()709 LFLenB = (LFLenb + 7)/8; in nhwra_tx_copy_payload()