Lines Matching defs:ce_src_desc
27 struct ce_src_desc { struct
29 uint32_t src_buffer_low : 32;
30 uint32_t src_buffer_high : 8,
31 toeplitz_en : 1,
32 src_swap : 1,
33 dest_swap : 1,
34 gather : 1,
35 ce_res_0 : 1,
36 barrier_read : 1,
37 ce_res_1 : 2,
38 length : 16;
39 uint32_t fw_metadata : 16,
40 ce_res_2 : 16;
41 uint32_t ce_res_3 : 20,
42 ring_id : 8,
43 looping_count : 4;