Searched refs:byte_swap (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/linux/ |
D | ccp.h | 435 enum ccp_passthru_byteswap byte_swap; member 464 enum ccp_passthru_byteswap byte_swap; member
|
/Linux-v4.19/drivers/crypto/ccp/ |
D | ccp-ops.c | 417 u32 byte_swap, bool from) in ccp_copy_to_from_sb() argument 442 op.u.passthru.byte_swap = byte_swap; in ccp_copy_to_from_sb() 449 u32 byte_swap) in ccp_copy_to_sb() argument 451 return ccp_copy_to_from_sb(cmd_q, wa, jobid, sb, byte_swap, false); in ccp_copy_to_sb() 456 u32 byte_swap) in ccp_copy_from_sb() argument 458 return ccp_copy_to_from_sb(cmd_q, wa, jobid, sb, byte_swap, true); in ccp_copy_from_sb()
|
D | ccp-dev.h | 525 enum ccp_passthru_byteswap byte_swap; member
|
D | ccp-dev-v3.c | 264 | (op->u.passthru.byte_swap << REQ1_PT_BS_SHIFT); in ccp_perform_passthru()
|
D | ccp-dmaengine.c | 430 ccp_pt->byte_swap = CCP_PASSTHRU_BYTESWAP_NOOP; in ccp_create_desc()
|
D | ccp-dev-v5.c | 518 CCP_PT_BYTESWAP(&function) = op->u.passthru.byte_swap; in ccp5_perform_passthru()
|