Searched refs:addr_h32 (Results 1 – 3 of 3) sorted by relevance
351 hash_write(chann_hash_in_node_start_high(chn), addr_h32(dma_addr)); in hash_set_entry()671 ctx->entry_in[id].word1 = addr_h32(buf_phy); in hash_addbuf()
379 symc_write(chann_cipher_in_node_start_high(chn), addr_h32(ctx->dma_entry)); in drv_symc_recover_entry()395 symc_write(chann_cipher_out_node_start_high(chn), addr_h32(out_addr)); in drv_symc_recover_entry()1118 ctx->entry_in[id].sym_start_high = addr_h32(buf_phy); in drv_symc_add_inbuf()1176 ctx->entry_out[id].tag[0] = addr_h32(buf_phy); in drv_symc_add_outbuf()
226 #define addr_h32(addr) (addr).word[WORD_IDX_1] /* High 32 bit of hi_u64 */ macro