Lines Matching refs:PCNF0
58 int checked =NRF_RADIO_regs.PCNF0 & in nrfra_check_ble1M_conf()
72 NRF_RADIO_regs.PCNF0); in nrfra_check_ble1M_conf()
81 int checked =NRF_RADIO_regs.PCNF0 & in nrfra_check_ble2M_conf()
95 NRF_RADIO_regs.PCNF0); in nrfra_check_ble2M_conf()
104 int checked =NRF_RADIO_regs.PCNF0 & in nrfra_check_bleLR_conf()
122 NRF_RADIO_regs.PCNF0); in nrfra_check_bleLR_conf()
134 checked =NRF_RADIO_regs.PCNF0 & in nrfra_check_802154_conf()
157 __func__, NRF_RADIO_regs.PCNF0); in nrfra_check_802154_conf()
632 S0Len = (NRF_RADIO_regs.PCNF0 & RADIO_PCNF0_S0LEN_Msk) >> RADIO_PCNF0_S0LEN_Pos; in nhwra_get_payload_length()
634 LFLenb = (NRF_RADIO_regs.PCNF0 & RADIO_PCNF0_LFLEN_Msk) >> RADIO_PCNF0_LFLEN_Pos; in nhwra_get_payload_length()
641 if (NRF_RADIO_regs.PCNF0 & RADIO_PCNF0_CRCINC_Msk) { in nhwra_get_payload_length()
702 S0Len = (NRF_RADIO_regs.PCNF0 & RADIO_PCNF0_S0LEN_Msk) >> RADIO_PCNF0_S0LEN_Pos; in nhwra_tx_copy_payload()
705 S1LenAirb = (NRF_RADIO_regs.PCNF0 & RADIO_PCNF0_S1LEN_Msk) >> RADIO_PCNF0_S1LEN_Pos; in nhwra_tx_copy_payload()
708 LFLenb = (NRF_RADIO_regs.PCNF0 & RADIO_PCNF0_LFLEN_Msk) >> RADIO_PCNF0_LFLEN_Pos; in nhwra_tx_copy_payload()
722 if ( NRF_RADIO_regs.PCNF0 & ( RADIO_PCNF0_S1INCL_Include << RADIO_PCNF0_S1INCL_Pos ) ) { in nhwra_tx_copy_payload()