xref: /wlan-driver/fw-api/hw/peach/v1/phyrx_abort_request_info.h (revision 5113495b16420b49004c444715d2daae2066e7dc)
1*5113495bSYour Name /*
2*5113495bSYour Name  * Copyright (c) 2023 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 _PHYRX_ABORT_REQUEST_INFO_H_
19*5113495bSYour Name #define _PHYRX_ABORT_REQUEST_INFO_H_
20*5113495bSYour Name 
21*5113495bSYour Name #define NUM_OF_DWORDS_PHYRX_ABORT_REQUEST_INFO 1
22*5113495bSYour Name 
23*5113495bSYour Name struct phyrx_abort_request_info {
24*5113495bSYour Name #ifndef WIFI_BIT_ORDER_BIG_ENDIAN
25*5113495bSYour Name              uint32_t phyrx_abort_reason                                      :  8,
26*5113495bSYour Name                       phy_enters_nap_state                                    :  1,
27*5113495bSYour Name                       phy_enters_defer_state                                  :  1,
28*5113495bSYour Name                       gain_change_by_main                                     :  1,
29*5113495bSYour Name                       gain_change_by_bt                                       :  1,
30*5113495bSYour Name                       main_tx_indication                                      :  1,
31*5113495bSYour Name                       bt_tx_indication                                        :  1,
32*5113495bSYour Name                       concurrent_mode                                         :  1,
33*5113495bSYour Name                       reserved_0                                              :  1,
34*5113495bSYour Name                       receive_duration                                        : 16;
35*5113495bSYour Name #else
36*5113495bSYour Name              uint32_t receive_duration                                        : 16,
37*5113495bSYour Name                       reserved_0                                              :  1,
38*5113495bSYour Name                       concurrent_mode                                         :  1,
39*5113495bSYour Name                       bt_tx_indication                                        :  1,
40*5113495bSYour Name                       main_tx_indication                                      :  1,
41*5113495bSYour Name                       gain_change_by_bt                                       :  1,
42*5113495bSYour Name                       gain_change_by_main                                     :  1,
43*5113495bSYour Name                       phy_enters_defer_state                                  :  1,
44*5113495bSYour Name                       phy_enters_nap_state                                    :  1,
45*5113495bSYour Name                       phyrx_abort_reason                                      :  8;
46*5113495bSYour Name #endif
47*5113495bSYour Name };
48*5113495bSYour Name 
49*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_PHYRX_ABORT_REASON_OFFSET                          0x00000000
50*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_PHYRX_ABORT_REASON_LSB                             0
51*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_PHYRX_ABORT_REASON_MSB                             7
52*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_PHYRX_ABORT_REASON_MASK                            0x000000ff
53*5113495bSYour Name 
54*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_PHY_ENTERS_NAP_STATE_OFFSET                        0x00000000
55*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_PHY_ENTERS_NAP_STATE_LSB                           8
56*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_PHY_ENTERS_NAP_STATE_MSB                           8
57*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_PHY_ENTERS_NAP_STATE_MASK                          0x00000100
58*5113495bSYour Name 
59*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_PHY_ENTERS_DEFER_STATE_OFFSET                      0x00000000
60*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_PHY_ENTERS_DEFER_STATE_LSB                         9
61*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_PHY_ENTERS_DEFER_STATE_MSB                         9
62*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_PHY_ENTERS_DEFER_STATE_MASK                        0x00000200
63*5113495bSYour Name 
64*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_GAIN_CHANGE_BY_MAIN_OFFSET                         0x00000000
65*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_GAIN_CHANGE_BY_MAIN_LSB                            10
66*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_GAIN_CHANGE_BY_MAIN_MSB                            10
67*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_GAIN_CHANGE_BY_MAIN_MASK                           0x00000400
68*5113495bSYour Name 
69*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_GAIN_CHANGE_BY_BT_OFFSET                           0x00000000
70*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_GAIN_CHANGE_BY_BT_LSB                              11
71*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_GAIN_CHANGE_BY_BT_MSB                              11
72*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_GAIN_CHANGE_BY_BT_MASK                             0x00000800
73*5113495bSYour Name 
74*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_MAIN_TX_INDICATION_OFFSET                          0x00000000
75*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_MAIN_TX_INDICATION_LSB                             12
76*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_MAIN_TX_INDICATION_MSB                             12
77*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_MAIN_TX_INDICATION_MASK                            0x00001000
78*5113495bSYour Name 
79*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_BT_TX_INDICATION_OFFSET                            0x00000000
80*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_BT_TX_INDICATION_LSB                               13
81*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_BT_TX_INDICATION_MSB                               13
82*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_BT_TX_INDICATION_MASK                              0x00002000
83*5113495bSYour Name 
84*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_CONCURRENT_MODE_OFFSET                             0x00000000
85*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_CONCURRENT_MODE_LSB                                14
86*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_CONCURRENT_MODE_MSB                                14
87*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_CONCURRENT_MODE_MASK                               0x00004000
88*5113495bSYour Name 
89*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_RESERVED_0_OFFSET                                  0x00000000
90*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_RESERVED_0_LSB                                     15
91*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_RESERVED_0_MSB                                     15
92*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_RESERVED_0_MASK                                    0x00008000
93*5113495bSYour Name 
94*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_RECEIVE_DURATION_OFFSET                            0x00000000
95*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_RECEIVE_DURATION_LSB                               16
96*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_RECEIVE_DURATION_MSB                               31
97*5113495bSYour Name #define PHYRX_ABORT_REQUEST_INFO_RECEIVE_DURATION_MASK                              0xffff0000
98*5113495bSYour Name 
99*5113495bSYour Name #endif
100