Home
last modified time | relevance | path

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

/linux/drivers/crypto/stm32/
H A Dstm32-cryp.c1815 u32 cfg, size_bit; in stm32_cryp_read_auth_tag() local
1831 size_bit = cryp->areq->assoclen * 8; in stm32_cryp_read_auth_tag()
1833 size_bit = (__force u32)cpu_to_be32(size_bit); in stm32_cryp_read_auth_tag()
1836 stm32_cryp_write(cryp, cryp->caps->din, size_bit); in stm32_cryp_read_auth_tag()
1838 size_bit = is_encrypt(cryp) ? cryp->areq->cryptlen : in stm32_cryp_read_auth_tag()
1840 size_bit *= 8; in stm32_cryp_read_auth_tag()
1842 size_bit = (__force u32)cpu_to_be32(size_bit); in stm32_cryp_read_auth_tag()
1845 stm32_cryp_write(cryp, cryp->caps->din, size_bit); in stm32_cryp_read_auth_tag()
/linux/drivers/scsi/
H A Dhptiop.c904 u32 size, size_bit; in hptiop_post_req_mv() local
912 size_bit = 0; in hptiop_post_req_mv()
914 size_bit = 1; in hptiop_post_req_mv()
916 size_bit = 2; in hptiop_post_req_mv()
918 size_bit = 3; in hptiop_post_req_mv()
921 MVIOP_MU_QUEUE_ADDR_HOST_BIT | size_bit, hba); in hptiop_post_req_mv()