Home
last modified time | relevance | path

Searched defs:ce_src_desc (Results 1 – 25 of 25) sorted by relevance

/wlan-driver/fw-api/hw/kiwi/v2/
H A Dce_src_desc.h29 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,
[all …]
/wlan-driver/fw-api/hw/wcn7750/v1/
H A Dce_src_desc.h23 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,
[all …]
/wlan-driver/fw-api/hw/qcn9224/v2/
H A Dce_src_desc.h34 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,
[all …]
/wlan-driver/fw-api/hw/peach/v1/
H A Dce_src_desc.h23 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,
[all …]
/wlan-driver/fw-api/hw/qcn9224/v1/
H A Dce_src_desc.h34 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,
[all …]
/wlan-driver/fw-api/hw/qca5332/
H A Dce_src_desc.h34 struct ce_src_desc { struct
36 uint32_t src_buffer_low : 32; // [31:0]
37 uint32_t src_buffer_high : 8, // [7:0]
38 toeplitz_en : 1, // [8:8]
39 src_swap : 1, // [9:9]
40 dest_swap : 1, // [10:10]
41 gather : 1, // [11:11]
42 ce_res_0 : 1, // [12:12]
43 barrier_read : 1, // [13:13]
44 ce_res_1 : 2, // [15:14]
[all …]
/wlan-driver/fw-api/hw/peach/v2/
H A Dce_src_desc.h23 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,
[all …]
/wlan-driver/fw-api/hw/qcn6432/
H A Dce_src_desc.h26 struct ce_src_desc { struct
28 uint32_t src_buffer_low : 32; // [31:0]
29 uint32_t src_buffer_high : 8, // [7:0]
30 toeplitz_en : 1, // [8:8]
31 src_swap : 1, // [9:9]
32 dest_swap : 1, // [10:10]
33 gather : 1, // [11:11]
34 ce_res_0 : 1, // [12:12]
35 barrier_read : 1, // [13:13]
36 ce_res_1 : 2, // [15:14]
[all …]
/wlan-driver/fw-api/hw/qcc2072/v1/
H A Dce_src_desc.h23 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,
[all …]
/wlan-driver/fw-api/hw/qca5424/
H A Dce_src_desc.h27 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,
[all …]
/wlan-driver/fw-api/hw/qcn6122/
H A Dce_src_desc.h35 struct ce_src_desc { struct
36 uint32_t src_buffer_low : 32; //[31:0]
37 uint32_t src_buffer_high : 8, //[7:0]
38 toeplitz_en : 1, //[8]
39 src_swap : 1, //[9]
40 dest_swap : 1, //[10]
41 gather : 1, //[11]
42 ce_res_0 : 4, //[15:12]
43 length : 16; //[31:16]
44 uint32_t fw_metadata : 16, //[15:0]
[all …]
/wlan-driver/fw-api/hw/qca9574/
H A Dce_src_desc.h41 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]
[all …]
/wlan-driver/fw-api/hw/wcn6450/v1/
H A Dce_src_desc.h29 struct ce_src_desc { struct
30 uint32_t src_buffer_low : 32;
31 uint32_t src_buffer_high : 8,
32 toeplitz_en : 1,
33 src_swap : 1,
34 dest_swap : 1,
35 gather : 1,
36 ce_res_0 : 4,
37 length : 16;
38 uint32_t fw_metadata : 16,
[all …]
/wlan-driver/fw-api/hw/qca8074/v2/
H A Dce_src_desc.h41 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]
[all …]
/wlan-driver/fw-api/hw/qca6490/v1/
H A Dce_src_desc.h42 struct ce_src_desc { struct
43 uint32_t src_buffer_low : 32; //[31:0]
44 uint32_t src_buffer_high : 8, //[7:0]
45 toeplitz_en : 1, //[8]
46 src_swap : 1, //[9]
47 dest_swap : 1, //[10]
48 gather : 1, //[11]
49 ce_res_0 : 4, //[15:12]
50 length : 16; //[31:16]
51 uint32_t fw_metadata : 16, //[15:0]
[all …]
/wlan-driver/fw-api/hw/qcn9000/
H A Dce_src_desc.h35 struct ce_src_desc { struct
36 uint32_t src_buffer_low : 32; //[31:0]
37 uint32_t src_buffer_high : 8, //[7:0]
38 toeplitz_en : 1, //[8]
39 src_swap : 1, //[9]
40 dest_swap : 1, //[10]
41 gather : 1, //[11]
42 ce_res_0 : 4, //[15:12]
43 length : 16; //[31:16]
44 uint32_t fw_metadata : 16, //[15:0]
[all …]
/wlan-driver/fw-api/hw/qca6290/11ax/v2/
H A Dce_src_desc.h37 struct ce_src_desc { struct
38 uint32_t src_buffer_low : 32; //[31:0]
39 uint32_t src_buffer_high : 8, //[7:0]
40 toeplitz_en : 1, //[8]
41 src_swap : 1, //[9]
42 dest_swap : 1, //[10]
43 gather : 1, //[11]
44 ce_res_0 : 4, //[15:12]
45 length : 16; //[31:16]
46 uint32_t fw_metadata : 16, //[15:0]
[all …]
/wlan-driver/fw-api/hw/qca6290/11ax/v1/
H A Dce_src_desc.h37 struct ce_src_desc { struct
38 uint32_t src_buffer_low : 32; //[31:0]
39 uint32_t src_buffer_high : 8, //[7:0]
40 toeplitz_en : 1, //[8]
41 src_swap : 1, //[9]
42 dest_swap : 1, //[10]
43 gather : 1, //[11]
44 ce_res_0 : 4, //[15:12]
45 length : 16; //[31:16]
46 uint32_t fw_metadata : 16, //[15:0]
[all …]
/wlan-driver/fw-api/hw/qca5018/
H A Dce_src_desc.h35 struct ce_src_desc { struct
36 uint32_t src_buffer_low : 32; //[31:0]
37 uint32_t src_buffer_high : 8, //[7:0]
38 toeplitz_en : 1, //[8]
39 src_swap : 1, //[9]
40 dest_swap : 1, //[10]
41 gather : 1, //[11]
42 ce_res_0 : 4, //[15:12]
43 length : 16; //[31:16]
44 uint32_t fw_metadata : 16, //[15:0]
[all …]
/wlan-driver/fw-api/hw/qca6750/v1/
H A Dce_src_desc.h42 struct ce_src_desc { struct
43 uint32_t src_buffer_low : 32; //[31:0]
44 uint32_t src_buffer_high : 8, //[7:0]
45 toeplitz_en : 1, //[8]
46 src_swap : 1, //[9]
47 dest_swap : 1, //[10]
48 gather : 1, //[11]
49 ce_res_0 : 4, //[15:12]
50 length : 16; //[31:16]
51 uint32_t fw_metadata : 16, //[15:0]
[all …]
/wlan-driver/fw-api/hw/qca8074/v1/
H A Dce_src_desc.h43 struct ce_src_desc { struct
44 uint32_t src_buffer_low : 32; //[31:0]
45 uint32_t src_buffer_high : 8, //[7:0]
46 toeplitz_en : 1, //[8]
47 src_swap : 1, //[9]
48 dest_swap : 1, //[10]
49 gather : 1, //[11]
50 ce_res_0 : 4, //[15:12]
51 length : 16; //[31:16]
52 uint32_t fw_metadata : 16, //[15:0]
[all …]
/wlan-driver/fw-api/hw/qca6290/v1/
H A Dce_src_desc.h43 struct ce_src_desc { struct
44 uint32_t src_buffer_low : 32; //[31:0]
45 uint32_t src_buffer_high : 8, //[7:0]
46 toeplitz_en : 1, //[8]
47 src_swap : 1, //[9]
48 dest_swap : 1, //[10]
49 gather : 1, //[11]
50 ce_res_0 : 4, //[15:12]
51 length : 16; //[31:16]
52 uint32_t fw_metadata : 16, //[15:0]
[all …]
/wlan-driver/fw-api/hw/qca6290/v2/
H A Dce_src_desc.h42 struct ce_src_desc { struct
43 uint32_t src_buffer_low : 32; //[31:0]
44 uint32_t src_buffer_high : 8, //[7:0]
45 toeplitz_en : 1, //[8]
46 src_swap : 1, //[9]
47 dest_swap : 1, //[10]
48 gather : 1, //[11]
49 ce_res_0 : 4, //[15:12]
50 length : 16; //[31:16]
51 uint32_t fw_metadata : 16, //[15:0]
[all …]
/wlan-driver/fw-api/hw/qca6390/v1/
H A Dce_src_desc.h37 struct ce_src_desc { struct
38 uint32_t src_buffer_low : 32; //[31:0]
39 uint32_t src_buffer_high : 8, //[7:0]
40 toeplitz_en : 1, //[8]
41 src_swap : 1, //[9]
42 dest_swap : 1, //[10]
43 gather : 1, //[11]
44 ce_res_0 : 4, //[15:12]
45 length : 16; //[31:16]
46 uint32_t fw_metadata : 16, //[15:0]
[all …]
/wlan-driver/fw-api/hw/kiwi/v1/
H A Dce_src_desc.h38 struct ce_src_desc { struct
39 uint32_t src_buffer_low : 32;
40 uint32_t src_buffer_high : 8,
41 toeplitz_en : 1,
42 src_swap : 1,
43 dest_swap : 1,
44 gather : 1,
45 ce_res_0 : 4,
46 length : 16;
47 uint32_t fw_metadata : 16,
[all …]