Lines Matching refs:ctrl3
459 static void spu2_dump_fmd_ctrl3(u64 ctrl3) in spu2_dump_fmd_ctrl3() argument
461 packet_log(" FMD CTRL3 %#16llx\n", ctrl3); in spu2_dump_fmd_ctrl3()
463 packet_log(" Payload length %llu bytes\n", ctrl3 & SPU2_PL_LEN); in spu2_dump_fmd_ctrl3()
465 (ctrl3 & SPU2_TLS_LEN) >> SPU2_TLS_LEN_SHIFT); in spu2_dump_fmd_ctrl3()
473 spu2_dump_fmd_ctrl3(le64_to_cpu(fmd->ctrl3)); in spu2_dump_fmd()
562 u64 ctrl3; in spu2_fmd_init() local
587 ctrl3 = 0; in spu2_fmd_init()
592 fmd->ctrl3 = cpu_to_le64(ctrl3); in spu2_fmd_init()
762 u64 ctrl3; in spu2_fmd_ctrl3_write() local
764 ctrl3 = payload_len & SPU2_PL_LEN; in spu2_fmd_ctrl3_write()
766 fmd->ctrl3 = cpu_to_le64(ctrl3); in spu2_fmd_ctrl3_write()
808 u64 ctrl3; in spu2_payload_length() local
810 ctrl3 = le64_to_cpu(fmd->ctrl3); in spu2_payload_length()
811 pl_len = ctrl3 & SPU2_PL_LEN; in spu2_payload_length()
1191 u64 ctrl3; in spu2_cipher_req_finish() local
1221 ctrl3 = le64_to_cpu(fmd->ctrl3); in spu2_cipher_req_finish()
1223 ctrl3 |= data_size; in spu2_cipher_req_finish()
1224 fmd->ctrl3 = cpu_to_le64(ctrl3); in spu2_cipher_req_finish()