xref: /wlan-driver/fw-api/hw/kiwi/v1/macrx_abort_request_info.h (revision 5113495b16420b49004c444715d2daae2066e7dc)
1 
2 /*
3  * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
4  *
5  * Permission to use, copy, modify, and/or distribute this software for
6  * any purpose with or without fee is hereby granted, provided that the
7  * above copyright notice and this permission notice appear in all
8  * copies.
9  *
10  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
11  * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
12  * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
13  * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
14  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
15  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
16  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17  * PERFORMANCE OF THIS SOFTWARE.
18  */
19 
20 
21 
22 
23 
24 
25 
26 
27 
28 
29 
30 #ifndef _MACRX_ABORT_REQUEST_INFO_H_
31 #define _MACRX_ABORT_REQUEST_INFO_H_
32 #if !defined(__ASSEMBLER__)
33 #endif
34 
35 #define NUM_OF_WORDS_MACRX_ABORT_REQUEST_INFO 1
36 
37 
38 struct macrx_abort_request_info {
39 	     uint16_t macrx_abort_reason                                      :  8,
40 		      reserved_0                                              :  8;
41 };
42 
43 
44 
45 
46 #define MACRX_ABORT_REQUEST_INFO_MACRX_ABORT_REASON_OFFSET                          0x00000000
47 #define MACRX_ABORT_REQUEST_INFO_MACRX_ABORT_REASON_LSB                             0
48 #define MACRX_ABORT_REQUEST_INFO_MACRX_ABORT_REASON_MSB                             7
49 #define MACRX_ABORT_REQUEST_INFO_MACRX_ABORT_REASON_MASK                            0x000000ff
50 
51 
52 
53 
54 #define MACRX_ABORT_REQUEST_INFO_RESERVED_0_OFFSET                                  0x00000000
55 #define MACRX_ABORT_REQUEST_INFO_RESERVED_0_LSB                                     8
56 #define MACRX_ABORT_REQUEST_INFO_RESERVED_0_MSB                                     15
57 #define MACRX_ABORT_REQUEST_INFO_RESERVED_0_MASK                                    0x0000ff00
58 
59 
60 
61 #endif
62