Searched refs:NXP_NCI_FW_FRAME_LEN_MASK (Results 1 – 3 of 3) sorted by relevance
35 #define NXP_NCI_FW_FRAME_LEN_MASK 0x03FF macro
124 header |= chunk_len & NXP_NCI_FW_FRAME_LEN_MASK; in nxp_nci_fw_send_chunk()153 NXP_NCI_FW_FRAME_LEN_MASK; in nxp_nci_fw_send()
126 frame_len = (get_unaligned_be16(&header) & NXP_NCI_FW_FRAME_LEN_MASK) + in nxp_nci_i2c_fw_read()