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