Home
last modified time | relevance | path

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

/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.c1983 if (pt->bit_mod != CCP_PASSTHRU_BITWISE_NOOP) { in ccp_run_passthru_cmd()
1996 if (pt->bit_mod != CCP_PASSTHRU_BITWISE_NOOP) { in ccp_run_passthru_cmd()
2092 if (pt->bit_mod != CCP_PASSTHRU_BITWISE_NOOP) in ccp_run_passthru_cmd()
2113 if (pt->bit_mod != CCP_PASSTHRU_BITWISE_NOOP) { in ccp_run_passthru_nomap_cmd()
2126 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.c431 ccp_pt->bit_mod = CCP_PASSTHRU_BITWISE_NOOP; in ccp_create_desc()