Home
last modified time | relevance | path

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

/drivers/crypto/stm32/
Dstm32-cryp.c1122 u32 cfg, size_bit; in stm32_cryp_read_auth_tag() local
1138 size_bit = cryp->areq->assoclen * 8; in stm32_cryp_read_auth_tag()
1140 size_bit = (__force u32)cpu_to_be32(size_bit); in stm32_cryp_read_auth_tag()
1143 stm32_cryp_write(cryp, CRYP_DIN, size_bit); in stm32_cryp_read_auth_tag()
1145 size_bit = is_encrypt(cryp) ? cryp->areq->cryptlen : in stm32_cryp_read_auth_tag()
1147 size_bit *= 8; in stm32_cryp_read_auth_tag()
1149 size_bit = (__force u32)cpu_to_be32(size_bit); in stm32_cryp_read_auth_tag()
1152 stm32_cryp_write(cryp, CRYP_DIN, size_bit); in stm32_cryp_read_auth_tag()
/drivers/scsi/
Dhptiop.c905 u32 size, size_bit; in hptiop_post_req_mv() local
913 size_bit = 0; in hptiop_post_req_mv()
915 size_bit = 1; in hptiop_post_req_mv()
917 size_bit = 2; in hptiop_post_req_mv()
919 size_bit = 3; in hptiop_post_req_mv()
922 MVIOP_MU_QUEUE_ADDR_HOST_BIT | size_bit, hba); in hptiop_post_req_mv()