Home
last modified time | relevance | path

Searched refs:size_bit (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/stm32/
H A 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()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/stm32/
H A Dstm32-cryp.c1276 u32 cfg, size_bit; in stm32_cryp_read_auth_tag() local
1292 size_bit = cryp->areq->assoclen * 8; in stm32_cryp_read_auth_tag()
1294 size_bit = (__force u32)cpu_to_be32(size_bit); in stm32_cryp_read_auth_tag()
1297 stm32_cryp_write(cryp, cryp->caps->din, size_bit); in stm32_cryp_read_auth_tag()
1299 size_bit = is_encrypt(cryp) ? cryp->areq->cryptlen : in stm32_cryp_read_auth_tag()
1301 size_bit *= 8; in stm32_cryp_read_auth_tag()
1303 size_bit = (__force u32)cpu_to_be32(size_bit); in stm32_cryp_read_auth_tag()
1306 stm32_cryp_write(cryp, cryp->caps->din, size_bit); in stm32_cryp_read_auth_tag()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 9 milliseconds