Home
last modified time | relevance | path

Searched refs:oa_tc6_get_parity (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Doa_tc6.c45 *hdr |= FIELD_PREP(OA_CTRL_HDR_P, oa_tc6_get_parity(*hdr)); in oa_tc6_reg_read()
103 *hdr |= FIELD_PREP(OA_CTRL_HDR_P, oa_tc6_get_parity(*hdr)); in oa_tc6_reg_write()
216 hdr |= FIELD_PREP(OA_DATA_HDR_P, oa_tc6_get_parity(hdr)); in oa_tc6_send_chunks()
267 if (oa_tc6_get_parity(ftr)) { in oa_tc6_update_status()
324 hdr |= FIELD_PREP(OA_DATA_HDR_P, oa_tc6_get_parity(hdr)); in oa_tc6_read_status()
361 hdr |= FIELD_PREP(OA_DATA_HDR_P, oa_tc6_get_parity(hdr)); in oa_tc6_read_chunks()
370 if (oa_tc6_get_parity(ftr)) { in oa_tc6_read_chunks()
Doa_tc6.h128 static inline bool oa_tc6_get_parity(const uint32_t x) in oa_tc6_get_parity() function