blob: 3fb56c845a615e9843b976436cf55a0be92e37f1 [file] [log] [blame]
Larry Finger0c817332010-12-08 11:12:31 -06001/******************************************************************************
2 *
Larry Fingera8d76062012-01-07 20:46:42 -06003 * Copyright(c) 2009-2012 Realtek Corporation.
Larry Finger0c817332010-12-08 11:12:31 -06004 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of version 2 of the GNU General Public License as
7 * published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 * more details.
13 *
Larry Finger0c817332010-12-08 11:12:31 -060014 * The full GNU General Public License is included in this distribution in the
15 * file called LICENSE.
16 *
17 * Contact Information:
18 * wlanfae <wlanfae@realtek.com>
19 * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
20 * Hsinchu 300, Taiwan.
21 *
22 * Larry Finger <Larry.Finger@lwfinger.net>
23 *
24 *****************************************************************************/
25
26#ifndef __RTL_PCI_H__
27#define __RTL_PCI_H__
28
29#include <linux/pci.h>
Larry Finger6bc05d52017-11-01 10:29:16 -050030/* 1: MSDU packet queue,
31 * 2: Rx Command Queue
32 */
Larry Finger0c817332010-12-08 11:12:31 -060033#define RTL_PCI_RX_MPDU_QUEUE 0
34#define RTL_PCI_RX_CMD_QUEUE 1
35#define RTL_PCI_MAX_RX_QUEUE 2
36
Larry Finger38506ec2014-09-22 09:39:19 -050037#define RTL_PCI_MAX_RX_COUNT 512/*64*/
Larry Finger0c817332010-12-08 11:12:31 -060038#define RTL_PCI_MAX_TX_QUEUE_COUNT 9
39
40#define RT_TXDESC_NUM 128
Larry Finger38506ec2014-09-22 09:39:19 -050041#define TX_DESC_NUM_92E 512
Ping-Ke Shih57869e42017-11-01 10:29:19 -050042#define TX_DESC_NUM_8822B 512
Larry Finger0c817332010-12-08 11:12:31 -060043#define RT_TXDESC_NUM_BE_QUEUE 256
44
45#define BK_QUEUE 0
46#define BE_QUEUE 1
47#define VI_QUEUE 2
48#define VO_QUEUE 3
49#define BEACON_QUEUE 4
50#define TXCMD_QUEUE 5
51#define MGNT_QUEUE 6
52#define HIGH_QUEUE 7
53#define HCCA_QUEUE 8
Ping-Ke Shih89d3e8a2017-11-01 10:29:20 -050054#define H2C_QUEUE TXCMD_QUEUE /* In 8822B */
Larry Finger0c817332010-12-08 11:12:31 -060055
56#define RTL_PCI_DEVICE(vend, dev, cfg) \
57 .vendor = (vend), \
58 .device = (dev), \
59 .subvendor = PCI_ANY_ID, \
60 .subdevice = PCI_ANY_ID,\
61 .driver_data = (kernel_ulong_t)&(cfg)
62
Larry Finger38506ec2014-09-22 09:39:19 -050063#define INTEL_VENDOR_ID 0x8086
64#define SIS_VENDOR_ID 0x1039
65#define ATI_VENDOR_ID 0x1002
66#define ATI_DEVICE_ID 0x7914
67#define AMD_VENDOR_ID 0x1022
68
Larry Finger0c817332010-12-08 11:12:31 -060069#define PCI_MAX_BRIDGE_NUMBER 255
70#define PCI_MAX_DEVICES 32
71#define PCI_MAX_FUNCTION 8
72
73#define PCI_CONF_ADDRESS 0x0CF8 /*PCI Configuration Space Address */
74#define PCI_CONF_DATA 0x0CFC /*PCI Configuration Space Data */
75
Larry Finger38506ec2014-09-22 09:39:19 -050076#define PCI_CLASS_BRIDGE_DEV 0x06
77#define PCI_SUBCLASS_BR_PCI_TO_PCI 0x04
78#define PCI_CAPABILITY_ID_PCI_EXPRESS 0x10
79#define PCI_CAP_ID_EXP 0x10
80
Larry Finger0c817332010-12-08 11:12:31 -060081#define U1DONTCARE 0xFF
82#define U2DONTCARE 0xFFFF
83#define U4DONTCARE 0xFFFFFFFF
84
85#define RTL_PCI_8192_DID 0x8192 /*8192 PCI-E */
86#define RTL_PCI_8192SE_DID 0x8192 /*8192 SE */
87#define RTL_PCI_8174_DID 0x8174 /*8192 SE */
88#define RTL_PCI_8173_DID 0x8173 /*8191 SE Crab */
89#define RTL_PCI_8172_DID 0x8172 /*8191 SE RE */
90#define RTL_PCI_8171_DID 0x8171 /*8191 SE Unicron */
Larry Finger0f015452012-10-25 13:46:46 -050091#define RTL_PCI_8723AE_DID 0x8723 /*8723AE */
Larry Finger0c817332010-12-08 11:12:31 -060092#define RTL_PCI_0045_DID 0x0045 /*8190 PCI for Ceraga */
93#define RTL_PCI_0046_DID 0x0046 /*8190 Cardbus for Ceraga */
94#define RTL_PCI_0044_DID 0x0044 /*8192e PCIE for Ceraga */
95#define RTL_PCI_0047_DID 0x0047 /*8192e Express Card for Ceraga */
96#define RTL_PCI_700F_DID 0x700F
97#define RTL_PCI_701F_DID 0x701F
98#define RTL_PCI_DLINK_DID 0x3304
Larry Finger38506ec2014-09-22 09:39:19 -050099#define RTL_PCI_8723AE_DID 0x8723 /*8723e */
Larry Finger0c817332010-12-08 11:12:31 -0600100#define RTL_PCI_8192CET_DID 0x8191 /*8192ce */
101#define RTL_PCI_8192CE_DID 0x8178 /*8192ce */
102#define RTL_PCI_8191CE_DID 0x8177 /*8192ce */
103#define RTL_PCI_8188CE_DID 0x8176 /*8192ce */
104#define RTL_PCI_8192CU_DID 0x8191 /*8192ce */
Chaoming_Lic7cfe382011-04-25 13:23:15 -0500105#define RTL_PCI_8192DE_DID 0x8193 /*8192de */
106#define RTL_PCI_8192DE_DID2 0x002B /*92DE*/
Larry Finger5c691772013-03-24 22:06:56 -0500107#define RTL_PCI_8188EE_DID 0x8179 /*8188ee*/
Larry Finger38506ec2014-09-22 09:39:19 -0500108#define RTL_PCI_8723BE_DID 0xB723 /*8723be*/
109#define RTL_PCI_8192EE_DID 0x818B /*8192ee*/
110#define RTL_PCI_8821AE_DID 0x8821 /*8821ae*/
111#define RTL_PCI_8812AE_DID 0x8812 /*8812ae*/
Ping-Ke Shih68929a82017-11-01 10:29:21 -0500112#define RTL_PCI_8822BE_DID 0xB822 /*8822be*/
Larry Finger0c817332010-12-08 11:12:31 -0600113
114/*8192 support 16 pages of IO registers*/
115#define RTL_MEM_MAPPED_IO_RANGE_8190PCI 0x1000
116#define RTL_MEM_MAPPED_IO_RANGE_8192PCIE 0x4000
117#define RTL_MEM_MAPPED_IO_RANGE_8192SE 0x4000
118#define RTL_MEM_MAPPED_IO_RANGE_8192CE 0x4000
119#define RTL_MEM_MAPPED_IO_RANGE_8192DE 0x4000
120
121#define RTL_PCI_REVISION_ID_8190PCI 0x00
122#define RTL_PCI_REVISION_ID_8192PCIE 0x01
123#define RTL_PCI_REVISION_ID_8192SE 0x10
124#define RTL_PCI_REVISION_ID_8192CE 0x1
125#define RTL_PCI_REVISION_ID_8192DE 0x0
126
127#define RTL_DEFAULT_HARDWARE_TYPE HARDWARE_TYPE_RTL8192CE
128
129enum pci_bridge_vendor {
130 PCI_BRIDGE_VENDOR_INTEL = 0x0, /*0b'0000,0001 */
131 PCI_BRIDGE_VENDOR_ATI, /*0b'0000,0010*/
132 PCI_BRIDGE_VENDOR_AMD, /*0b'0000,0100*/
133 PCI_BRIDGE_VENDOR_SIS, /*0b'0000,1000*/
134 PCI_BRIDGE_VENDOR_UNKNOWN, /*0b'0100,0000*/
135 PCI_BRIDGE_VENDOR_MAX,
136};
137
Chaoming_Lic7cfe382011-04-25 13:23:15 -0500138struct rtl_pci_capabilities_header {
139 u8 capability_id;
140 u8 next;
141};
142
Larry Finger38506ec2014-09-22 09:39:19 -0500143/* In new TRX flow, Buffer_desc is new concept
144 * But TX wifi info == TX descriptor in old flow
145 * RX wifi info == RX descriptor in old flow
146 */
147struct rtl_tx_buffer_desc {
Ping-Ke Shih0c07bd72017-09-29 14:47:53 -0500148 u32 dword[4 * (1 << (BUFDESC_SEG_NUM + 1))];
John W. Linvillee1374782010-12-16 09:20:16 -0500149} __packed;
Larry Finger0c817332010-12-08 11:12:31 -0600150
151struct rtl_tx_desc {
152 u32 dword[16];
John W. Linvillee1374782010-12-16 09:20:16 -0500153} __packed;
Larry Finger0c817332010-12-08 11:12:31 -0600154
Larry Finger38506ec2014-09-22 09:39:19 -0500155struct rtl_rx_buffer_desc { /*rx buffer desc*/
Ping-Ke Shih0c07bd72017-09-29 14:47:53 -0500156 u32 dword[4];
John W. Linvillee1374782010-12-16 09:20:16 -0500157} __packed;
Larry Finger0c817332010-12-08 11:12:31 -0600158
Larry Finger38506ec2014-09-22 09:39:19 -0500159struct rtl_rx_desc { /*old: rx desc new: rx wifi info*/
160 u32 dword[8];
161} __packed;
162
163struct rtl_tx_cmd_desc {
164 u32 dword[16];
Larry Fingerf3355dd2014-03-04 16:53:47 -0600165} __packed;
166
Larry Finger0c817332010-12-08 11:12:31 -0600167struct rtl8192_tx_ring {
168 struct rtl_tx_desc *desc;
169 dma_addr_t dma;
170 unsigned int idx;
171 unsigned int entries;
172 struct sk_buff_head queue;
Larry Fingerf3355dd2014-03-04 16:53:47 -0600173 /*add for new trx flow*/
174 struct rtl_tx_buffer_desc *buffer_desc; /*tx buffer descriptor*/
Larry Finger38506ec2014-09-22 09:39:19 -0500175 dma_addr_t buffer_desc_dma; /*tx bufferd desc dma memory*/
Larry Finger38506ec2014-09-22 09:39:19 -0500176 u16 cur_tx_wp; /* current_tx_write_point */
177 u16 cur_tx_rp; /* current_tx_read_point */
Larry Finger0c817332010-12-08 11:12:31 -0600178};
179
180struct rtl8192_rx_ring {
181 struct rtl_rx_desc *desc;
182 dma_addr_t dma;
183 unsigned int idx;
184 struct sk_buff *rx_buf[RTL_PCI_MAX_RX_COUNT];
Larry Finger38506ec2014-09-22 09:39:19 -0500185 /*add for new trx flow*/
186 struct rtl_rx_buffer_desc *buffer_desc; /*rx buffer descriptor*/
187 u16 next_rx_rp; /* next_rx_read_point */
Larry Finger0c817332010-12-08 11:12:31 -0600188};
189
190struct rtl_pci {
191 struct pci_dev *pdev;
Larry Fingera2905932012-10-25 13:46:45 -0500192 bool irq_enabled;
Larry Finger0c817332010-12-08 11:12:31 -0600193
194 bool driver_is_goingto_unload;
195 bool up_first_time;
Chaoming_Lic7cfe382011-04-25 13:23:15 -0500196 bool first_init;
Larry Finger0c817332010-12-08 11:12:31 -0600197 bool being_init_adapter;
Chaoming_Lic7cfe382011-04-25 13:23:15 -0500198 bool init_ready;
Larry Finger0c817332010-12-08 11:12:31 -0600199
200 /*Tx */
201 struct rtl8192_tx_ring tx_ring[RTL_PCI_MAX_TX_QUEUE_COUNT];
202 int txringcount[RTL_PCI_MAX_TX_QUEUE_COUNT];
203 u32 transmit_config;
204
205 /*Rx */
206 struct rtl8192_rx_ring rx_ring[RTL_PCI_MAX_RX_QUEUE];
207 int rxringcount;
208 u16 rxbuffersize;
209 u32 receive_config;
210
211 /*irq */
212 u8 irq_alloc;
Ping-Ke Shihc1b58642017-11-01 10:29:22 -0500213 u32 irq_mask[4]; /* 0-1: normal, 2: unused, 3: h2c */
Larry Finger26634c42013-03-24 22:06:33 -0500214 u32 sys_irq_mask;
Larry Finger0c817332010-12-08 11:12:31 -0600215
216 /*Bcn control register setting */
217 u32 reg_bcn_ctrl_val;
218
219 /*ASPM*/ u8 const_pci_aspm;
220 u8 const_amdpci_aspm;
221 u8 const_hwsw_rfoff_d3;
222 u8 const_support_pciaspm;
223 /*pci-e bridge */
224 u8 const_hostpci_aspm_setting;
225 /*pci-e device */
226 u8 const_devicepci_aspm_setting;
Larry Finger6bc05d52017-11-01 10:29:16 -0500227 /* If it supports ASPM, Offset[560h] = 0x40,
228 * otherwise Offset[560h] = 0x00.
229 */
Larry Finger32473282011-03-27 16:19:57 -0500230 bool support_aspm;
231 bool support_backdoor;
Larry Finger0c817332010-12-08 11:12:31 -0600232
233 /*QOS & EDCA */
234 enum acm_method acm_method;
Chaoming_Lic7cfe382011-04-25 13:23:15 -0500235
236 u16 shortretry_limit;
237 u16 longretry_limit;
Larry Finger2cddad32014-02-28 15:16:46 -0600238
239 /* MSI support */
240 bool msi_support;
241 bool using_msi;
Larry Finger54328e62015-10-02 11:44:30 -0500242 /* interrupt clear before set */
243 bool int_clear;
Larry Finger0c817332010-12-08 11:12:31 -0600244};
245
246struct mp_adapter {
247 u8 linkctrl_reg;
248
249 u8 busnumber;
250 u8 devnumber;
251 u8 funcnumber;
252
253 u8 pcibridge_busnum;
254 u8 pcibridge_devnum;
255 u8 pcibridge_funcnum;
256
257 u8 pcibridge_vendor;
258 u16 pcibridge_vendorid;
259 u16 pcibridge_deviceid;
260
Larry Finger0c817332010-12-08 11:12:31 -0600261 u8 num4bytes;
262
263 u8 pcibridge_pciehdr_offset;
264 u8 pcibridge_linkctrlreg;
265
266 bool amd_l1_patch;
267};
268
269struct rtl_pci_priv {
Larry Finger67733862017-02-05 10:24:22 -0600270 struct bt_coexist_info bt_coexist;
271 struct rtl_led_ctl ledctl;
Larry Finger0c817332010-12-08 11:12:31 -0600272 struct rtl_pci dev;
273 struct mp_adapter ndis_adapter;
Larry Finger0c817332010-12-08 11:12:31 -0600274};
275
276#define rtl_pcipriv(hw) (((struct rtl_pci_priv *)(rtl_priv(hw))->priv))
277#define rtl_pcidev(pcipriv) (&((pcipriv)->dev))
278
279int rtl_pci_reset_trx_ring(struct ieee80211_hw *hw);
280
Julia Lawall1bfcfdc2016-05-01 21:57:44 +0200281extern const struct rtl_intf_ops rtl_pci_ops;
Larry Finger0c817332010-12-08 11:12:31 -0600282
Bill Pemberton9e2ff362012-12-03 09:56:43 -0500283int rtl_pci_probe(struct pci_dev *pdev,
Larry Finger6bc05d52017-11-01 10:29:16 -0500284 const struct pci_device_id *id);
Larry Finger0c817332010-12-08 11:12:31 -0600285void rtl_pci_disconnect(struct pci_dev *pdev);
Hauke Mehrtens244a77e2012-11-29 23:27:17 +0100286#ifdef CONFIG_PM_SLEEP
Larry Finger603be382011-10-11 21:28:47 -0500287int rtl_pci_suspend(struct device *dev);
288int rtl_pci_resume(struct device *dev);
Hauke Mehrtens244a77e2012-11-29 23:27:17 +0100289#endif /* CONFIG_PM_SLEEP */
Larry Finger0c817332010-12-08 11:12:31 -0600290static inline u8 pci_read8_sync(struct rtl_priv *rtlpriv, u32 addr)
291{
Larry Finger6bc05d52017-11-01 10:29:16 -0500292 return readb((u8 __iomem *)rtlpriv->io.pci_mem_start + addr);
Larry Finger0c817332010-12-08 11:12:31 -0600293}
294
295static inline u16 pci_read16_sync(struct rtl_priv *rtlpriv, u32 addr)
296{
Larry Finger6bc05d52017-11-01 10:29:16 -0500297 return readw((u8 __iomem *)rtlpriv->io.pci_mem_start + addr);
Larry Finger0c817332010-12-08 11:12:31 -0600298}
299
300static inline u32 pci_read32_sync(struct rtl_priv *rtlpriv, u32 addr)
301{
Larry Finger6bc05d52017-11-01 10:29:16 -0500302 return readl((u8 __iomem *)rtlpriv->io.pci_mem_start + addr);
Larry Finger0c817332010-12-08 11:12:31 -0600303}
304
305static inline void pci_write8_async(struct rtl_priv *rtlpriv, u32 addr, u8 val)
306{
Larry Finger6bc05d52017-11-01 10:29:16 -0500307 writeb(val, (u8 __iomem *)rtlpriv->io.pci_mem_start + addr);
Larry Finger0c817332010-12-08 11:12:31 -0600308}
309
310static inline void pci_write16_async(struct rtl_priv *rtlpriv,
311 u32 addr, u16 val)
312{
Larry Finger6bc05d52017-11-01 10:29:16 -0500313 writew(val, (u8 __iomem *)rtlpriv->io.pci_mem_start + addr);
Larry Finger0c817332010-12-08 11:12:31 -0600314}
315
316static inline void pci_write32_async(struct rtl_priv *rtlpriv,
317 u32 addr, u32 val)
318{
Larry Finger6bc05d52017-11-01 10:29:16 -0500319 writel(val, (u8 __iomem *)rtlpriv->io.pci_mem_start + addr);
Larry Finger0c817332010-12-08 11:12:31 -0600320}
321
Ping-Ke Shihdc9682a2017-11-13 17:39:34 +0800322static inline u16 calc_fifo_space(u16 rp, u16 wp, u16 size)
Larry Finger6d4beca2015-02-03 11:15:18 -0600323{
324 if (rp <= wp)
Ping-Ke Shihdc9682a2017-11-13 17:39:34 +0800325 return size - 1 + rp - wp;
Larry Finger6d4beca2015-02-03 11:15:18 -0600326 return rp - wp - 1;
327}
328
Larry Finger0c817332010-12-08 11:12:31 -0600329#endif