Searched refs:uword (Results 1 – 4 of 4) sorted by relevance
517 static u64 qat_hal_set_uword_ecc(u64 uword) in qat_hal_set_uword_ecc() argument525 uword &= ~(0x7fULL << 0x2C); in qat_hal_set_uword_ecc()526 uword |= qat_hal_parity_64bit(bit0_mask & uword) << 0x2C; in qat_hal_set_uword_ecc()527 uword |= qat_hal_parity_64bit(bit1_mask & uword) << 0x2D; in qat_hal_set_uword_ecc()528 uword |= qat_hal_parity_64bit(bit2_mask & uword) << 0x2E; in qat_hal_set_uword_ecc()529 uword |= qat_hal_parity_64bit(bit3_mask & uword) << 0x2F; in qat_hal_set_uword_ecc()530 uword |= qat_hal_parity_64bit(bit4_mask & uword) << 0x30; in qat_hal_set_uword_ecc()531 uword |= qat_hal_parity_64bit(bit5_mask & uword) << 0x31; in qat_hal_set_uword_ecc()532 uword |= qat_hal_parity_64bit(bit6_mask & uword) << 0x32; in qat_hal_set_uword_ecc()533 return uword; in qat_hal_set_uword_ecc()[all …]
1479 u64 *uword, unsigned int addr_p, in qat_uclo_fill_uwords() argument1486 *uword = fill; in qat_uclo_fill_uwords()1501 *uword = uwrd; in qat_uclo_fill_uwords()1502 if (*uword == INVLD_UWORD) in qat_uclo_fill_uwords()1503 *uword = fill; in qat_uclo_fill_uwords()
157 unsigned int words_num, u64 *uword);
32 typedef uint32_t uword; typedef104 uword total_length;109 uword prolog_length;136 uword total_length;138 uword debug_abbrev_offset;179 static void emit_uword(struct buffer_ext *be, uword data) in emit_uword()181 buffer_ext_add(be, &data, sizeof(uword)); in emit_uword()