Lines Matching defs:ce_src_desc
34 struct ce_src_desc { struct
36 uint32_t src_buffer_low : 32; // [31:0]
37 uint32_t src_buffer_high : 8, // [7:0]
38 toeplitz_en : 1, // [8:8]
39 src_swap : 1, // [9:9]
40 dest_swap : 1, // [10:10]
41 gather : 1, // [11:11]
42 ce_res_0 : 1, // [12:12]
43 barrier_read : 1, // [13:13]
44 ce_res_1 : 2, // [15:14]
45 length : 16; // [31:16]
46 uint32_t fw_metadata : 16, // [15:0]
47 ce_res_2 : 16; // [31:16]
48 uint32_t ce_res_3 : 20, // [19:0]
49 ring_id : 8, // [27:20]
50 looping_count : 4; // [31:28]