Lines Matching full:8
61 int check = ( ( 8 << RADIO_PCNF0_LFLEN_Pos ) in nrfra_check_ble1M_conf()
84 int check = ( ( 8 << RADIO_PCNF0_LFLEN_Pos ) in nrfra_check_ble2M_conf()
121 | ( 8 << RADIO_PCNF0_LFLEN_Pos ) in nrfra_check_802154_conf()
231 | (NRF_RADIO_regs.BASE0 >> 8); in nhwra_prep_rx_request()
272 rx_req->header_duration = header_length*8/bits_per_us; in nhwra_prep_rx_request()
280 rx_req->pream_and_addr_duration = (preamble_length + address_length)*8/bits_per_us; in nhwra_prep_rx_request()
315 | (NRF_RADIO_regs.BASE0 >> 8); in nhwra_prep_tx_request()
372 cca_req->scan_duration = 8*symbol_time; in nhwra_prep_cca_request()
399 cca_req->scan_duration = 8 * symbol_time * ((NRF_RADIO_regs.EDCNT & RADIO_EDCNT_EDCNT_Msk) + 1); in nhwra_prep_cca_request()
431 LFLenB = (LFLenb + 7)/8; in nhwra_get_payload_length()
434 payload_len += buf[S0Len+i] << i*8; in nhwra_get_payload_length()
503 S1LenB = (S1LenAirb + 7)/8; //This is just : S1Offset = ceil(PCNF0.S1LEN / 8) in nhwra_tx_copy_payload()
506 LFLenB = (LFLenb + 7)/8; in nhwra_tx_copy_payload()