xref: /wlan-driver/fw-api/hw/peach/v2/reo_unblock_cache.h (revision 5113495b16420b49004c444715d2daae2066e7dc)
1*5113495bSYour Name /*
2*5113495bSYour Name  * Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
3*5113495bSYour Name  *
4*5113495bSYour Name  * Permission to use, copy, modify, and/or distribute this software for any
5*5113495bSYour Name  * purpose with or without fee is hereby granted, provided that the above
6*5113495bSYour Name  * copyright notice and this permission notice appear in all copies.
7*5113495bSYour Name  *
8*5113495bSYour Name  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9*5113495bSYour Name  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10*5113495bSYour Name  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11*5113495bSYour Name  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12*5113495bSYour Name  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13*5113495bSYour Name  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14*5113495bSYour Name  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15*5113495bSYour Name  */
16*5113495bSYour Name 
17*5113495bSYour Name 
18*5113495bSYour Name #ifndef _REO_UNBLOCK_CACHE_H_
19*5113495bSYour Name #define _REO_UNBLOCK_CACHE_H_
20*5113495bSYour Name 
21*5113495bSYour Name #include "uniform_reo_cmd_header.h"
22*5113495bSYour Name #define NUM_OF_DWORDS_REO_UNBLOCK_CACHE 9
23*5113495bSYour Name 
24*5113495bSYour Name struct reo_unblock_cache {
25*5113495bSYour Name #ifndef WIFI_BIT_ORDER_BIG_ENDIAN
26*5113495bSYour Name              struct   uniform_reo_cmd_header                                    cmd_header;
27*5113495bSYour Name              uint32_t unblock_type                                            :  1,
28*5113495bSYour Name                       cache_block_resource_index                              :  2,
29*5113495bSYour Name                       reserved_1a                                             : 29;
30*5113495bSYour Name              uint32_t reserved_2a                                             : 32;
31*5113495bSYour Name              uint32_t reserved_3a                                             : 32;
32*5113495bSYour Name              uint32_t reserved_4a                                             : 32;
33*5113495bSYour Name              uint32_t reserved_5a                                             : 32;
34*5113495bSYour Name              uint32_t reserved_6a                                             : 32;
35*5113495bSYour Name              uint32_t reserved_7a                                             : 32;
36*5113495bSYour Name              uint32_t reserved_8a                                             : 32;
37*5113495bSYour Name #else
38*5113495bSYour Name              struct   uniform_reo_cmd_header                                    cmd_header;
39*5113495bSYour Name              uint32_t reserved_1a                                             : 29,
40*5113495bSYour Name                       cache_block_resource_index                              :  2,
41*5113495bSYour Name                       unblock_type                                            :  1;
42*5113495bSYour Name              uint32_t reserved_2a                                             : 32;
43*5113495bSYour Name              uint32_t reserved_3a                                             : 32;
44*5113495bSYour Name              uint32_t reserved_4a                                             : 32;
45*5113495bSYour Name              uint32_t reserved_5a                                             : 32;
46*5113495bSYour Name              uint32_t reserved_6a                                             : 32;
47*5113495bSYour Name              uint32_t reserved_7a                                             : 32;
48*5113495bSYour Name              uint32_t reserved_8a                                             : 32;
49*5113495bSYour Name #endif
50*5113495bSYour Name };
51*5113495bSYour Name 
52*5113495bSYour Name #define REO_UNBLOCK_CACHE_CMD_HEADER_REO_CMD_NUMBER_OFFSET                          0x00000000
53*5113495bSYour Name #define REO_UNBLOCK_CACHE_CMD_HEADER_REO_CMD_NUMBER_LSB                             0
54*5113495bSYour Name #define REO_UNBLOCK_CACHE_CMD_HEADER_REO_CMD_NUMBER_MSB                             15
55*5113495bSYour Name #define REO_UNBLOCK_CACHE_CMD_HEADER_REO_CMD_NUMBER_MASK                            0x0000ffff
56*5113495bSYour Name 
57*5113495bSYour Name #define REO_UNBLOCK_CACHE_CMD_HEADER_REO_STATUS_REQUIRED_OFFSET                     0x00000000
58*5113495bSYour Name #define REO_UNBLOCK_CACHE_CMD_HEADER_REO_STATUS_REQUIRED_LSB                        16
59*5113495bSYour Name #define REO_UNBLOCK_CACHE_CMD_HEADER_REO_STATUS_REQUIRED_MSB                        16
60*5113495bSYour Name #define REO_UNBLOCK_CACHE_CMD_HEADER_REO_STATUS_REQUIRED_MASK                       0x00010000
61*5113495bSYour Name 
62*5113495bSYour Name #define REO_UNBLOCK_CACHE_CMD_HEADER_RESERVED_0A_OFFSET                             0x00000000
63*5113495bSYour Name #define REO_UNBLOCK_CACHE_CMD_HEADER_RESERVED_0A_LSB                                17
64*5113495bSYour Name #define REO_UNBLOCK_CACHE_CMD_HEADER_RESERVED_0A_MSB                                31
65*5113495bSYour Name #define REO_UNBLOCK_CACHE_CMD_HEADER_RESERVED_0A_MASK                               0xfffe0000
66*5113495bSYour Name 
67*5113495bSYour Name #define REO_UNBLOCK_CACHE_UNBLOCK_TYPE_OFFSET                                       0x00000004
68*5113495bSYour Name #define REO_UNBLOCK_CACHE_UNBLOCK_TYPE_LSB                                          0
69*5113495bSYour Name #define REO_UNBLOCK_CACHE_UNBLOCK_TYPE_MSB                                          0
70*5113495bSYour Name #define REO_UNBLOCK_CACHE_UNBLOCK_TYPE_MASK                                         0x00000001
71*5113495bSYour Name 
72*5113495bSYour Name #define REO_UNBLOCK_CACHE_CACHE_BLOCK_RESOURCE_INDEX_OFFSET                         0x00000004
73*5113495bSYour Name #define REO_UNBLOCK_CACHE_CACHE_BLOCK_RESOURCE_INDEX_LSB                            1
74*5113495bSYour Name #define REO_UNBLOCK_CACHE_CACHE_BLOCK_RESOURCE_INDEX_MSB                            2
75*5113495bSYour Name #define REO_UNBLOCK_CACHE_CACHE_BLOCK_RESOURCE_INDEX_MASK                           0x00000006
76*5113495bSYour Name 
77*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_1A_OFFSET                                        0x00000004
78*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_1A_LSB                                           3
79*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_1A_MSB                                           31
80*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_1A_MASK                                          0xfffffff8
81*5113495bSYour Name 
82*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_2A_OFFSET                                        0x00000008
83*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_2A_LSB                                           0
84*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_2A_MSB                                           31
85*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_2A_MASK                                          0xffffffff
86*5113495bSYour Name 
87*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_3A_OFFSET                                        0x0000000c
88*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_3A_LSB                                           0
89*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_3A_MSB                                           31
90*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_3A_MASK                                          0xffffffff
91*5113495bSYour Name 
92*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_4A_OFFSET                                        0x00000010
93*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_4A_LSB                                           0
94*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_4A_MSB                                           31
95*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_4A_MASK                                          0xffffffff
96*5113495bSYour Name 
97*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_5A_OFFSET                                        0x00000014
98*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_5A_LSB                                           0
99*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_5A_MSB                                           31
100*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_5A_MASK                                          0xffffffff
101*5113495bSYour Name 
102*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_6A_OFFSET                                        0x00000018
103*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_6A_LSB                                           0
104*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_6A_MSB                                           31
105*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_6A_MASK                                          0xffffffff
106*5113495bSYour Name 
107*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_7A_OFFSET                                        0x0000001c
108*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_7A_LSB                                           0
109*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_7A_MSB                                           31
110*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_7A_MASK                                          0xffffffff
111*5113495bSYour Name 
112*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_8A_OFFSET                                        0x00000020
113*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_8A_LSB                                           0
114*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_8A_MSB                                           31
115*5113495bSYour Name #define REO_UNBLOCK_CACHE_RESERVED_8A_MASK                                          0xffffffff
116*5113495bSYour Name 
117*5113495bSYour Name #endif
118