Home
last modified time | relevance | path

Searched refs:bit_mod (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/include/linux/
Dccp.h433 enum ccp_passthru_bitwise bit_mod; member
462 enum ccp_passthru_bitwise bit_mod; member
/Linux-v5.10/drivers/crypto/ccp/
Dccp-dev-v3.c259 | (op->u.passthru.bit_mod << REQ1_PT_BW_SHIFT) in ccp_perform_passthru()
272 if (op->u.passthru.bit_mod != CCP_PASSTHRU_BITWISE_NOOP) in ccp_perform_passthru()
Dccp-dev.h523 enum ccp_passthru_bitwise bit_mod; member
Dccp-ops.c1978 if (pt->bit_mod != CCP_PASSTHRU_BITWISE_NOOP) { in ccp_run_passthru_cmd()
1991 if (pt->bit_mod != CCP_PASSTHRU_BITWISE_NOOP) { in ccp_run_passthru_cmd()
2087 if (pt->bit_mod != CCP_PASSTHRU_BITWISE_NOOP) in ccp_run_passthru_cmd()
2108 if (pt->bit_mod != CCP_PASSTHRU_BITWISE_NOOP) { in ccp_run_passthru_nomap_cmd()
2121 if (pt->bit_mod != CCP_PASSTHRU_BITWISE_NOOP) { in ccp_run_passthru_nomap_cmd()
Dccp-dev-v5.c513 CCP_PT_BITWISE(&function) = op->u.passthru.bit_mod; in ccp5_perform_passthru()
527 if (op->u.passthru.bit_mod != CCP_PASSTHRU_BITWISE_NOOP) in ccp5_perform_passthru()
Dccp-dmaengine.c432 ccp_pt->bit_mod = CCP_PASSTHRU_BITWISE_NOOP; in ccp_create_desc()