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