Searched refs:oa_tc6_get_parity (Results 1 – 2 of 2) sorted by relevance
37 *hdr |= FIELD_PREP(OA_CTRL_HDR_P, oa_tc6_get_parity(*hdr)); in oa_tc6_reg_read()95 *hdr |= FIELD_PREP(OA_CTRL_HDR_P, oa_tc6_get_parity(*hdr)); in oa_tc6_reg_write()208 hdr |= FIELD_PREP(OA_DATA_HDR_P, oa_tc6_get_parity(hdr)); in oa_tc6_send_chunks()259 if (oa_tc6_get_parity(ftr)) { in oa_tc6_update_status()316 hdr |= FIELD_PREP(OA_DATA_HDR_P, oa_tc6_get_parity(hdr)); in oa_tc6_read_status()345 hdr |= FIELD_PREP(OA_DATA_HDR_P, oa_tc6_get_parity(hdr)); in oa_tc6_read_chunks()354 if (oa_tc6_get_parity(ftr)) { in oa_tc6_read_chunks()
127 static inline bool oa_tc6_get_parity(const uint32_t x) in oa_tc6_get_parity() function