Lines Matching defs:ce_src_desc
41 struct ce_src_desc { struct
42 uint32_t src_buffer_low : 32; //[31:0]
43 uint32_t src_buffer_high : 8, //[7:0]
44 toeplitz_en : 1, //[8]
45 src_swap : 1, //[9]
46 dest_swap : 1, //[10]
47 gather : 1, //[11]
48 ce_res_0 : 4, //[15:12]
49 length : 16; //[31:16]
50 uint32_t fw_metadata : 16, //[15:0]
51 ce_res_1 : 16; //[31:16]
52 uint32_t ce_res_2 : 20, //[19:0]
53 ring_id : 8, //[27:20]
54 looping_count : 4; //[31:28]