~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/include/linux/usb/usb338x.h

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /include/linux/usb/usb338x.h (Version linux-6.11-rc3) and /include/linux/usb/usb338x.h (Version linux-4.9.337)


  1 // SPDX-License-Identifier: GPL-2.0+           << 
  2 /*                                                  1 /*
  3  * USB 338x super/high/full speed USB device c      2  * USB 338x super/high/full speed USB device controller.
  4  * Unlike many such controllers, this one talk      3  * Unlike many such controllers, this one talks PCI.
  5  *                                                  4  *
  6  * Copyright (C) 2002 NetChip Technology, Inc.      5  * Copyright (C) 2002 NetChip Technology, Inc. (http://www.netchip.com)
  7  * Copyright (C) 2003 David Brownell                6  * Copyright (C) 2003 David Brownell
  8  * Copyright (C) 2014 Ricardo Ribalda - Qtechn      7  * Copyright (C) 2014 Ricardo Ribalda - Qtechnology/AS
                                                   >>   8  *
                                                   >>   9  * This program is free software; you can redistribute it and/or modify
                                                   >>  10  * it under the terms of the GNU General Public License as published by
                                                   >>  11  * the Free Software Foundation; either version 2 of the License, or
                                                   >>  12  * (at your option) any later version.
                                                   >>  13  *
                                                   >>  14  * This program is distributed in the hope that it will be useful,
                                                   >>  15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
                                                   >>  16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                                                   >>  17  * GNU General Public License for more details.
                                                   >>  18  *
  9  */                                                19  */
 10                                                    20 
 11 #ifndef __LINUX_USB_USB338X_H                      21 #ifndef __LINUX_USB_USB338X_H
 12 #define __LINUX_USB_USB338X_H                      22 #define __LINUX_USB_USB338X_H
 13                                                    23 
 14 #include <linux/usb/net2280.h>                     24 #include <linux/usb/net2280.h>
 15                                                    25 
 16 /*                                                 26 /*
 17  * Extra defined bits for net2280 registers        27  * Extra defined bits for net2280 registers
 18  */                                                28  */
 19 #define     SCRATCH                                29 #define     SCRATCH                           0x0b
 20                                                    30 
 21 #define     DEFECT7374_FSM_FIELD                   31 #define     DEFECT7374_FSM_FIELD                28
 22 #define     SUPER_SPEED                            32 #define     SUPER_SPEED                          8
 23 #define     DMA_REQUEST_OUTSTANDING                33 #define     DMA_REQUEST_OUTSTANDING              5
 24 #define     DMA_PAUSE_DONE_INTERRUPT               34 #define     DMA_PAUSE_DONE_INTERRUPT            26
 25 #define     SET_ISOCHRONOUS_DELAY                  35 #define     SET_ISOCHRONOUS_DELAY               24
 26 #define     SET_SEL                                36 #define     SET_SEL                             22
 27 #define     SUPER_SPEED_MODE                       37 #define     SUPER_SPEED_MODE                     8
 28                                                    38 
 29 /*ep_cfg*/                                         39 /*ep_cfg*/
 30 #define     MAX_BURST_SIZE                         40 #define     MAX_BURST_SIZE                      24
 31 #define     EP_FIFO_BYTE_COUNT                     41 #define     EP_FIFO_BYTE_COUNT                  16
 32 #define     IN_ENDPOINT_ENABLE                     42 #define     IN_ENDPOINT_ENABLE                  14
 33 #define     IN_ENDPOINT_TYPE                       43 #define     IN_ENDPOINT_TYPE                    12
 34 #define     OUT_ENDPOINT_ENABLE                    44 #define     OUT_ENDPOINT_ENABLE                 10
 35 #define     OUT_ENDPOINT_TYPE                      45 #define     OUT_ENDPOINT_TYPE                    8
 36 #define USB3380_EP_CFG_MASK_IN ((0x3 << IN_END     46 #define USB3380_EP_CFG_MASK_IN ((0x3 << IN_ENDPOINT_TYPE) | \
 37                                 BIT(IN_ENDPOIN     47                                 BIT(IN_ENDPOINT_ENABLE))
 38 #define USB3380_EP_CFG_MASK_OUT ((0x3 << OUT_E     48 #define USB3380_EP_CFG_MASK_OUT ((0x3 << OUT_ENDPOINT_TYPE) | \
 39                                 BIT(OUT_ENDPOI     49                                 BIT(OUT_ENDPOINT_ENABLE))
 40                                                    50 
 41 struct usb338x_usb_ext_regs {                      51 struct usb338x_usb_ext_regs {
 42         u32     usbclass;                          52         u32     usbclass;
 43 #define     DEVICE_PROTOCOL                        53 #define     DEVICE_PROTOCOL                     16
 44 #define     DEVICE_SUB_CLASS                       54 #define     DEVICE_SUB_CLASS                     8
 45 #define     DEVICE_CLASS                           55 #define     DEVICE_CLASS                         0
 46         u32     ss_sel;                            56         u32     ss_sel;
 47 #define     U2_SYSTEM_EXIT_LATENCY                 57 #define     U2_SYSTEM_EXIT_LATENCY               8
 48 #define     U1_SYSTEM_EXIT_LATENCY                 58 #define     U1_SYSTEM_EXIT_LATENCY               0
 49         u32     ss_del;                            59         u32     ss_del;
 50 #define     U2_DEVICE_EXIT_LATENCY                 60 #define     U2_DEVICE_EXIT_LATENCY               8
 51 #define     U1_DEVICE_EXIT_LATENCY                 61 #define     U1_DEVICE_EXIT_LATENCY               0
 52         u32     usb2lpm;                           62         u32     usb2lpm;
 53 #define     USB_L1_LPM_HIRD                        63 #define     USB_L1_LPM_HIRD                      2
 54 #define     USB_L1_LPM_REMOTE_WAKE                 64 #define     USB_L1_LPM_REMOTE_WAKE               1
 55 #define     USB_L1_LPM_SUPPORT                     65 #define     USB_L1_LPM_SUPPORT                   0
 56         u32     usb3belt;                          66         u32     usb3belt;
 57 #define     BELT_MULTIPLIER                        67 #define     BELT_MULTIPLIER                     10
 58 #define     BEST_EFFORT_LATENCY_TOLERANCE          68 #define     BEST_EFFORT_LATENCY_TOLERANCE        0
 59         u32     usbctl2;                           69         u32     usbctl2;
 60 #define     LTM_ENABLE                             70 #define     LTM_ENABLE                           7
 61 #define     U2_ENABLE                              71 #define     U2_ENABLE                            6
 62 #define     U1_ENABLE                              72 #define     U1_ENABLE                            5
 63 #define     FUNCTION_SUSPEND                       73 #define     FUNCTION_SUSPEND                     4
 64 #define     USB3_CORE_ENABLE                       74 #define     USB3_CORE_ENABLE                     3
 65 #define     USB2_CORE_ENABLE                       75 #define     USB2_CORE_ENABLE                     2
 66 #define     SERIAL_NUMBER_STRING_ENABLE            76 #define     SERIAL_NUMBER_STRING_ENABLE          0
 67         u32     in_timeout;                        77         u32     in_timeout;
 68 #define     GPEP3_TIMEOUT                          78 #define     GPEP3_TIMEOUT                       19
 69 #define     GPEP2_TIMEOUT                          79 #define     GPEP2_TIMEOUT                       18
 70 #define     GPEP1_TIMEOUT                          80 #define     GPEP1_TIMEOUT                       17
 71 #define     GPEP0_TIMEOUT                          81 #define     GPEP0_TIMEOUT                       16
 72 #define     GPEP3_TIMEOUT_VALUE                    82 #define     GPEP3_TIMEOUT_VALUE                 13
 73 #define     GPEP3_TIMEOUT_ENABLE                   83 #define     GPEP3_TIMEOUT_ENABLE                12
 74 #define     GPEP2_TIMEOUT_VALUE                    84 #define     GPEP2_TIMEOUT_VALUE                  9
 75 #define     GPEP2_TIMEOUT_ENABLE                   85 #define     GPEP2_TIMEOUT_ENABLE                 8
 76 #define     GPEP1_TIMEOUT_VALUE                    86 #define     GPEP1_TIMEOUT_VALUE                  5
 77 #define     GPEP1_TIMEOUT_ENABLE                   87 #define     GPEP1_TIMEOUT_ENABLE                 4
 78 #define     GPEP0_TIMEOUT_VALUE                    88 #define     GPEP0_TIMEOUT_VALUE                  1
 79 #define     GPEP0_TIMEOUT_ENABLE                   89 #define     GPEP0_TIMEOUT_ENABLE                 0
 80         u32     isodelay;                          90         u32     isodelay;
 81 #define     ISOCHRONOUS_DELAY                      91 #define     ISOCHRONOUS_DELAY                    0
 82 } __packed;                                        92 } __packed;
 83                                                    93 
 84 struct usb338x_fifo_regs {                         94 struct usb338x_fifo_regs {
 85         /* offset 0x0500, 0x0520, 0x0540, 0x05     95         /* offset 0x0500, 0x0520, 0x0540, 0x0560, 0x0580 */
 86         u32     ep_fifo_size_base;                 96         u32     ep_fifo_size_base;
 87 #define     IN_FIFO_BASE_ADDRESS                   97 #define     IN_FIFO_BASE_ADDRESS                                22
 88 #define     IN_FIFO_SIZE                           98 #define     IN_FIFO_SIZE                                        16
 89 #define     OUT_FIFO_BASE_ADDRESS                  99 #define     OUT_FIFO_BASE_ADDRESS                               6
 90 #define     OUT_FIFO_SIZE                         100 #define     OUT_FIFO_SIZE                                       0
 91         u32     ep_fifo_out_wrptr;                101         u32     ep_fifo_out_wrptr;
 92         u32     ep_fifo_out_rdptr;                102         u32     ep_fifo_out_rdptr;
 93         u32     ep_fifo_in_wrptr;                 103         u32     ep_fifo_in_wrptr;
 94         u32     ep_fifo_in_rdptr;                 104         u32     ep_fifo_in_rdptr;
 95         u32     unused[3];                        105         u32     unused[3];
 96 } __packed;                                       106 } __packed;
 97                                                   107 
 98                                                   108 
 99 /* Link layer */                                  109 /* Link layer */
100 struct usb338x_ll_regs {                          110 struct usb338x_ll_regs {
101         /* offset 0x700 */                        111         /* offset 0x700 */
102         u32   ll_ltssm_ctrl1;                     112         u32   ll_ltssm_ctrl1;
103         u32   ll_ltssm_ctrl2;                     113         u32   ll_ltssm_ctrl2;
104         u32   ll_ltssm_ctrl3;                     114         u32   ll_ltssm_ctrl3;
105         u32   unused1;                         !! 115         u32   unused[2];
106                                                << 
107         /* 0x710 */                            << 
108         u32   unused2;                         << 
109         u32   ll_general_ctrl0;                   116         u32   ll_general_ctrl0;
110         u32   ll_general_ctrl1;                   117         u32   ll_general_ctrl1;
111 #define     PM_U3_AUTO_EXIT                       118 #define     PM_U3_AUTO_EXIT                                     29
112 #define     PM_U2_AUTO_EXIT                       119 #define     PM_U2_AUTO_EXIT                                     28
113 #define     PM_U1_AUTO_EXIT                       120 #define     PM_U1_AUTO_EXIT                                     27
114 #define     PM_FORCE_U2_ENTRY                     121 #define     PM_FORCE_U2_ENTRY                                   26
115 #define     PM_FORCE_U1_ENTRY                     122 #define     PM_FORCE_U1_ENTRY                                   25
116 #define     PM_LGO_COLLISION_SEND_LAU             123 #define     PM_LGO_COLLISION_SEND_LAU                           24
117 #define     PM_DIR_LINK_REJECT                    124 #define     PM_DIR_LINK_REJECT                                  23
118 #define     PM_FORCE_LINK_ACCEPT                  125 #define     PM_FORCE_LINK_ACCEPT                                22
119 #define     PM_DIR_ENTRY_U3                       126 #define     PM_DIR_ENTRY_U3                                     20
120 #define     PM_DIR_ENTRY_U2                       127 #define     PM_DIR_ENTRY_U2                                     19
121 #define     PM_DIR_ENTRY_U1                       128 #define     PM_DIR_ENTRY_U1                                     18
122 #define     PM_U2_ENABLE                          129 #define     PM_U2_ENABLE                                        17
123 #define     PM_U1_ENABLE                          130 #define     PM_U1_ENABLE                                        16
124 #define     SKP_THRESHOLD_ADJUST_FMW              131 #define     SKP_THRESHOLD_ADJUST_FMW                            8
125 #define     RESEND_DPP_ON_LRTY_FMW                132 #define     RESEND_DPP_ON_LRTY_FMW                              7
126 #define     DL_BIT_VALUE_FMW                      133 #define     DL_BIT_VALUE_FMW                                    6
127 #define     FORCE_DL_BIT                          134 #define     FORCE_DL_BIT                                        5
128         u32   ll_general_ctrl2;                   135         u32   ll_general_ctrl2;
129 #define     SELECT_INVERT_LANE_POLARITY           136 #define     SELECT_INVERT_LANE_POLARITY                         7
130 #define     FORCE_INVERT_LANE_POLARITY            137 #define     FORCE_INVERT_LANE_POLARITY                          6
131                                                << 
132         /* 0x720 */                            << 
133         u32   ll_general_ctrl3;                   138         u32   ll_general_ctrl3;
134         u32   ll_general_ctrl4;                   139         u32   ll_general_ctrl4;
135         u32   ll_error_gen;                       140         u32   ll_error_gen;
136         u32   unused3;                         !! 141 } __packed;
137                                                << 
138         /* 0x730 */                            << 
139         u32   unused4[4];                      << 
140                                                   142 
141         /* 0x740 */                            !! 143 struct usb338x_ll_lfps_regs {
142         u32   unused5[2];                      !! 144         /* offset 0x748 */
143         u32   ll_lfps_5;                          145         u32   ll_lfps_5;
144 #define     TIMER_LFPS_6US                        146 #define     TIMER_LFPS_6US                                      16
145         u32   ll_lfps_6;                          147         u32   ll_lfps_6;
146 #define     TIMER_LFPS_80US                       148 #define     TIMER_LFPS_80US                                     0
                                                   >> 149 } __packed;
147                                                   150 
148         /* 0x750 */                            !! 151 struct usb338x_ll_tsn_regs {
149         u32   unused6[8];                      !! 152         /* offset 0x77C */
150                                                << 
151         /* 0x770 */                            << 
152         u32   unused7[3];                      << 
153         u32   ll_tsn_counters_2;                  153         u32   ll_tsn_counters_2;
154 #define     HOT_TX_NORESET_TS2                    154 #define     HOT_TX_NORESET_TS2                                  24
155                                                << 
156         /* 0x780 */                            << 
157         u32   ll_tsn_counters_3;                  155         u32   ll_tsn_counters_3;
158 #define     HOT_RX_RESET_TS2                      156 #define     HOT_RX_RESET_TS2                                    0
159         u32   unused8[3];                      !! 157 } __packed;
160                                                   158 
161         /* 0x790 */                            !! 159 struct usb338x_ll_chi_regs {
162         u32   unused9;                         !! 160         /* offset 0x79C */
163         u32   ll_lfps_timers_2;                << 
164 #define     LFPS_TIMERS_2_WORKAROUND_VALUE     << 
165         u32   unused10;                        << 
166         u32   ll_tsn_chicken_bit;                 161         u32   ll_tsn_chicken_bit;
167 #define     RECOVERY_IDLE_TO_RECOVER_FMW          162 #define     RECOVERY_IDLE_TO_RECOVER_FMW                        3
168 } __packed;                                       163 } __packed;
169                                                   164 
170 /* protocol layer */                              165 /* protocol layer */
171 struct usb338x_pl_regs {                          166 struct usb338x_pl_regs {
172         /* offset 0x800 */                        167         /* offset 0x800 */
173         u32   pl_reg_1;                           168         u32   pl_reg_1;
174         u32   pl_reg_2;                           169         u32   pl_reg_2;
175         u32   pl_reg_3;                           170         u32   pl_reg_3;
176         u32   pl_reg_4;                           171         u32   pl_reg_4;
177         u32   pl_ep_ctrl;                         172         u32   pl_ep_ctrl;
178         /* Protocol Layer Endpoint Control*/      173         /* Protocol Layer Endpoint Control*/
179 #define     PL_EP_CTRL                            174 #define     PL_EP_CTRL                                  0x810
180 #define     ENDPOINT_SELECT                       175 #define     ENDPOINT_SELECT                             0
181         /* [4:0] */                               176         /* [4:0] */
182 #define     EP_INITIALIZED                        177 #define     EP_INITIALIZED                              16
183 #define     SEQUENCE_NUMBER_RESET                 178 #define     SEQUENCE_NUMBER_RESET                       17
184 #define     CLEAR_ACK_ERROR_CODE                  179 #define     CLEAR_ACK_ERROR_CODE                        20
185         u32   pl_reg_6;                           180         u32   pl_reg_6;
186         u32   pl_reg_7;                           181         u32   pl_reg_7;
187         u32   pl_reg_8;                           182         u32   pl_reg_8;
188         u32   pl_ep_status_1;                     183         u32   pl_ep_status_1;
189         /* Protocol Layer Endpoint Status 1*/     184         /* Protocol Layer Endpoint Status 1*/
190 #define     PL_EP_STATUS_1                        185 #define     PL_EP_STATUS_1                              0x820
191 #define     STATE                                 186 #define     STATE                                       16
192 #define     ACK_GOOD_NORMAL                       187 #define     ACK_GOOD_NORMAL                             0x11
193 #define     ACK_GOOD_MORE_ACKS_TO_COME            188 #define     ACK_GOOD_MORE_ACKS_TO_COME                  0x16
194         u32   pl_ep_status_2;                     189         u32   pl_ep_status_2;
195         u32   pl_ep_status_3;                     190         u32   pl_ep_status_3;
196         /* Protocol Layer Endpoint Status 3*/     191         /* Protocol Layer Endpoint Status 3*/
197 #define     PL_EP_STATUS_3                        192 #define     PL_EP_STATUS_3                              0x828
198 #define     SEQUENCE_NUMBER                       193 #define     SEQUENCE_NUMBER                             0
199         u32   pl_ep_status_4;                     194         u32   pl_ep_status_4;
200         /* Protocol Layer Endpoint Status 4*/     195         /* Protocol Layer Endpoint Status 4*/
201 #define     PL_EP_STATUS_4                        196 #define     PL_EP_STATUS_4                              0x82c
202         u32   pl_ep_cfg_4;                        197         u32   pl_ep_cfg_4;
203         /* Protocol Layer Endpoint Configurati    198         /* Protocol Layer Endpoint Configuration 4*/
204 #define     PL_EP_CFG_4                           199 #define     PL_EP_CFG_4                                 0x830
205 #define     NON_CTRL_IN_TOLERATE_BAD_DIR          200 #define     NON_CTRL_IN_TOLERATE_BAD_DIR                6
206 } __packed;                                       201 } __packed;
207                                                   202 
208 #endif /* __LINUX_USB_USB338X_H */                203 #endif /* __LINUX_USB_USB338X_H */
209                                                   204 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php