Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/stm32/
Dstm32-cryp.c1097 u32 cfg, size_bit, *dst, d32; in stm32_cryp_read_auth_tag() local
1114 size_bit = cryp->areq->assoclen * 8; in stm32_cryp_read_auth_tag()
1116 size_bit = cpu_to_be32(size_bit); in stm32_cryp_read_auth_tag()
1119 stm32_cryp_write(cryp, CRYP_DIN, size_bit); in stm32_cryp_read_auth_tag()
1121 size_bit = is_encrypt(cryp) ? cryp->areq->cryptlen : in stm32_cryp_read_auth_tag()
1123 size_bit *= 8; in stm32_cryp_read_auth_tag()
1125 size_bit = cpu_to_be32(size_bit); in stm32_cryp_read_auth_tag()
1128 stm32_cryp_write(cryp, CRYP_DIN, size_bit); in stm32_cryp_read_auth_tag()
/Linux-v4.19/drivers/scsi/
Dhptiop.c913 u32 size, size_bit; in hptiop_post_req_mv() local
921 size_bit = 0; in hptiop_post_req_mv()
923 size_bit = 1; in hptiop_post_req_mv()
925 size_bit = 2; in hptiop_post_req_mv()
927 size_bit = 3; in hptiop_post_req_mv()
930 MVIOP_MU_QUEUE_ADDR_HOST_BIT | size_bit, hba); in hptiop_post_req_mv()