Lines Matching refs:ctrl3
460 static void spu2_dump_fmd_ctrl3(u64 ctrl3) in spu2_dump_fmd_ctrl3() argument
462 packet_log(" FMD CTRL3 %#16llx\n", ctrl3); in spu2_dump_fmd_ctrl3()
464 packet_log(" Payload length %llu bytes\n", ctrl3 & SPU2_PL_LEN); in spu2_dump_fmd_ctrl3()
466 (ctrl3 & SPU2_TLS_LEN) >> SPU2_TLS_LEN_SHIFT); in spu2_dump_fmd_ctrl3()
474 spu2_dump_fmd_ctrl3(le64_to_cpu(fmd->ctrl3)); in spu2_dump_fmd()
563 u64 ctrl3; in spu2_fmd_init() local
588 ctrl3 = 0; in spu2_fmd_init()
593 fmd->ctrl3 = cpu_to_le64(ctrl3); in spu2_fmd_init()
763 u64 ctrl3; in spu2_fmd_ctrl3_write() local
765 ctrl3 = payload_len & SPU2_PL_LEN; in spu2_fmd_ctrl3_write()
767 fmd->ctrl3 = cpu_to_le64(ctrl3); in spu2_fmd_ctrl3_write()
809 u64 ctrl3; in spu2_payload_length() local
811 ctrl3 = le64_to_cpu(fmd->ctrl3); in spu2_payload_length()
812 pl_len = ctrl3 & SPU2_PL_LEN; in spu2_payload_length()
1192 u64 ctrl3; in spu2_cipher_req_finish() local
1222 ctrl3 = le64_to_cpu(fmd->ctrl3); in spu2_cipher_req_finish()
1224 ctrl3 |= data_size; in spu2_cipher_req_finish()
1225 fmd->ctrl3 = cpu_to_le64(ctrl3); in spu2_cipher_req_finish()