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