Home
last modified time | relevance | path

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

/drivers/crypto/marvell/
Dhash.c233 frag_mode = mv_cesa_get_op_cfg(op) & CESA_SA_DESC_CFG_FRAG_MSK; in mv_cesa_ahash_std_step()
272 mv_cesa_update_op_cfg(op, frag_mode, CESA_SA_DESC_CFG_FRAG_MSK); in mv_cesa_ahash_std_step()
279 CESA_SA_DESC_CFG_FRAG_MSK); in mv_cesa_ahash_std_step()
424 CESA_SA_DESC_CFG_FRAG_MSK); in mv_cesa_ahash_init()
496 CESA_SA_DESC_CFG_FRAG_MSK); in mv_cesa_dma_add_frag()
545 CESA_SA_DESC_CFG_FRAG_MSK); in mv_cesa_ahash_dma_last_req()
837 CESA_SA_DESC_CFG_FRAG_MSK); in mv_cesa_ahash_import()
Dcesa.h121 #define CESA_SA_DESC_CFG_FRAG_MSK GENMASK(31, 30) macro
693 return (mv_cesa_get_op_cfg(op) & CESA_SA_DESC_CFG_FRAG_MSK) == in mv_cesa_mac_op_is_first_frag()