Lines Matching defs:ce_src_desc
42 struct ce_src_desc { struct
43 uint32_t src_buffer_low : 32; //[31:0]
44 uint32_t src_buffer_high : 8, //[7:0]
45 toeplitz_en : 1, //[8]
46 src_swap : 1, //[9]
47 dest_swap : 1, //[10]
48 gather : 1, //[11]
49 ce_res_0 : 4, //[15:12]
50 length : 16; //[31:16]
51 uint32_t fw_metadata : 16, //[15:0]
52 ce_res_1 : 16; //[31:16]
53 uint32_t ce_res_2 : 20, //[19:0]
54 ring_id : 8, //[27:20]
55 looping_count : 4; //[31:28]