Searched refs:byte_swap (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/include/linux/ |
D | ccp.h | 434 enum ccp_passthru_byteswap byte_swap; member 463 enum ccp_passthru_byteswap byte_swap; member
|
/Linux-v5.10/drivers/crypto/ccp/ |
D | ccp-ops.c | 428 u32 byte_swap, bool from) in ccp_copy_to_from_sb() argument 453 op.u.passthru.byte_swap = byte_swap; in ccp_copy_to_from_sb() 460 u32 byte_swap) in ccp_copy_to_sb() argument 462 return ccp_copy_to_from_sb(cmd_q, wa, jobid, sb, byte_swap, false); in ccp_copy_to_sb() 467 u32 byte_swap) in ccp_copy_from_sb() argument 469 return ccp_copy_to_from_sb(cmd_q, wa, jobid, sb, byte_swap, true); in ccp_copy_from_sb()
|
D | ccp-dev.h | 524 enum ccp_passthru_byteswap byte_swap; member
|
D | ccp-dev-v3.c | 260 | (op->u.passthru.byte_swap << REQ1_PT_BS_SHIFT); in ccp_perform_passthru()
|
D | ccp-dmaengine.c | 433 ccp_pt->byte_swap = CCP_PASSTHRU_BYTESWAP_NOOP; in ccp_create_desc()
|
D | ccp-dev-v5.c | 512 CCP_PT_BYTESWAP(&function) = op->u.passthru.byte_swap; in ccp5_perform_passthru()
|