Home
last modified time | relevance | path

Searched refs:addr_h32 (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/
Ddrv_hash_v200.c351 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()
Ddrv_symc_v200.c379 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()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/include/
Ddrv_cipher_kapi.h226 #define addr_h32(addr) (addr).word[WORD_IDX_1] /* High 32 bit of hi_u64 */ macro