Searched refs:uword (Results 1 – 4 of 4) sorted by relevance
560 static uint64_t qat_hal_set_uword_ecc(uint64_t uword) in qat_hal_set_uword_ecc() argument568 uword &= ~(0x7fULL << 0x2C); in qat_hal_set_uword_ecc()569 uword |= qat_hal_parity_64bit(bit0_mask & uword) << 0x2C; in qat_hal_set_uword_ecc()570 uword |= qat_hal_parity_64bit(bit1_mask & uword) << 0x2D; in qat_hal_set_uword_ecc()571 uword |= qat_hal_parity_64bit(bit2_mask & uword) << 0x2E; in qat_hal_set_uword_ecc()572 uword |= qat_hal_parity_64bit(bit3_mask & uword) << 0x2F; in qat_hal_set_uword_ecc()573 uword |= qat_hal_parity_64bit(bit4_mask & uword) << 0x30; in qat_hal_set_uword_ecc()574 uword |= qat_hal_parity_64bit(bit5_mask & uword) << 0x31; in qat_hal_set_uword_ecc()575 uword |= qat_hal_parity_64bit(bit6_mask & uword) << 0x32; in qat_hal_set_uword_ecc()576 return uword; in qat_hal_set_uword_ecc()[all …]
1517 uint64_t *uword, unsigned int addr_p, in qat_uclo_fill_uwords() argument1524 *uword = fill; in qat_uclo_fill_uwords()1539 *uword = uwrd; in qat_uclo_fill_uwords()1540 if (*uword == INVLD_UWORD) in qat_uclo_fill_uwords()1541 *uword = fill; in qat_uclo_fill_uwords()
201 unsigned int words_num, uint64_t *uword);
34 typedef uint32_t uword; typedef106 uword total_length;111 uword prolog_length;138 uword total_length;140 uword debug_abbrev_offset;181 static void emit_uword(struct buffer_ext *be, uword data) in emit_uword()183 buffer_ext_add(be, &data, sizeof(uword)); in emit_uword()