Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pci.h
Go to the documentation of this file.
1 /******************************************************************************
2  *
3  * Copyright(c) 2009-2012 Realtek Corporation.
4  *
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  *
14  * You should have received a copy of the GNU General Public License along with
15  * this program; if not, write to the Free Software Foundation, Inc.,
16  * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
17  *
18  * The full GNU General Public License is included in this distribution in the
19  * file called LICENSE.
20  *
21  * Contact Information:
22  * wlanfae <[email protected]>
23  * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
24  * Hsinchu 300, Taiwan.
25  *
26  * Larry Finger <[email protected]>
27  *
28  *****************************************************************************/
29 
30 #ifndef __RTL_PCI_H__
31 #define __RTL_PCI_H__
32 
33 #include <linux/pci.h>
34 /*
35 1: MSDU packet queue,
36 2: Rx Command Queue
37 */
38 #define RTL_PCI_RX_MPDU_QUEUE 0
39 #define RTL_PCI_RX_CMD_QUEUE 1
40 #define RTL_PCI_MAX_RX_QUEUE 2
41 
42 #define RTL_PCI_MAX_RX_COUNT 64
43 #define RTL_PCI_MAX_TX_QUEUE_COUNT 9
44 
45 #define RT_TXDESC_NUM 128
46 #define RT_TXDESC_NUM_BE_QUEUE 256
47 
48 #define BK_QUEUE 0
49 #define BE_QUEUE 1
50 #define VI_QUEUE 2
51 #define VO_QUEUE 3
52 #define BEACON_QUEUE 4
53 #define TXCMD_QUEUE 5
54 #define MGNT_QUEUE 6
55 #define HIGH_QUEUE 7
56 #define HCCA_QUEUE 8
57 
58 #define RTL_PCI_DEVICE(vend, dev, cfg) \
59  .vendor = (vend), \
60  .device = (dev), \
61  .subvendor = PCI_ANY_ID, \
62  .subdevice = PCI_ANY_ID,\
63  .driver_data = (kernel_ulong_t)&(cfg)
64 
65 #define PCI_MAX_BRIDGE_NUMBER 255
66 #define PCI_MAX_DEVICES 32
67 #define PCI_MAX_FUNCTION 8
68 
69 #define PCI_CONF_ADDRESS 0x0CF8 /*PCI Configuration Space Address */
70 #define PCI_CONF_DATA 0x0CFC /*PCI Configuration Space Data */
71 
72 #define U1DONTCARE 0xFF
73 #define U2DONTCARE 0xFFFF
74 #define U4DONTCARE 0xFFFFFFFF
75 
76 #define RTL_PCI_8192_DID 0x8192 /*8192 PCI-E */
77 #define RTL_PCI_8192SE_DID 0x8192 /*8192 SE */
78 #define RTL_PCI_8174_DID 0x8174 /*8192 SE */
79 #define RTL_PCI_8173_DID 0x8173 /*8191 SE Crab */
80 #define RTL_PCI_8172_DID 0x8172 /*8191 SE RE */
81 #define RTL_PCI_8171_DID 0x8171 /*8191 SE Unicron */
82 #define RTL_PCI_0045_DID 0x0045 /*8190 PCI for Ceraga */
83 #define RTL_PCI_0046_DID 0x0046 /*8190 Cardbus for Ceraga */
84 #define RTL_PCI_0044_DID 0x0044 /*8192e PCIE for Ceraga */
85 #define RTL_PCI_0047_DID 0x0047 /*8192e Express Card for Ceraga */
86 #define RTL_PCI_700F_DID 0x700F
87 #define RTL_PCI_701F_DID 0x701F
88 #define RTL_PCI_DLINK_DID 0x3304
89 #define RTL_PCI_8192CET_DID 0x8191 /*8192ce */
90 #define RTL_PCI_8192CE_DID 0x8178 /*8192ce */
91 #define RTL_PCI_8191CE_DID 0x8177 /*8192ce */
92 #define RTL_PCI_8188CE_DID 0x8176 /*8192ce */
93 #define RTL_PCI_8192CU_DID 0x8191 /*8192ce */
94 #define RTL_PCI_8192DE_DID 0x8193 /*8192de */
95 #define RTL_PCI_8192DE_DID2 0x002B /*92DE*/
96 
97 /*8192 support 16 pages of IO registers*/
98 #define RTL_MEM_MAPPED_IO_RANGE_8190PCI 0x1000
99 #define RTL_MEM_MAPPED_IO_RANGE_8192PCIE 0x4000
100 #define RTL_MEM_MAPPED_IO_RANGE_8192SE 0x4000
101 #define RTL_MEM_MAPPED_IO_RANGE_8192CE 0x4000
102 #define RTL_MEM_MAPPED_IO_RANGE_8192DE 0x4000
103 
104 #define RTL_PCI_REVISION_ID_8190PCI 0x00
105 #define RTL_PCI_REVISION_ID_8192PCIE 0x01
106 #define RTL_PCI_REVISION_ID_8192SE 0x10
107 #define RTL_PCI_REVISION_ID_8192CE 0x1
108 #define RTL_PCI_REVISION_ID_8192DE 0x0
109 
110 #define RTL_DEFAULT_HARDWARE_TYPE HARDWARE_TYPE_RTL8192CE
111 
113  PCI_BRIDGE_VENDOR_INTEL = 0x0, /*0b'0000,0001 */
114  PCI_BRIDGE_VENDOR_ATI, /*0b'0000,0010*/
115  PCI_BRIDGE_VENDOR_AMD, /*0b'0000,0100*/
116  PCI_BRIDGE_VENDOR_SIS, /*0b'0000,1000*/
117  PCI_BRIDGE_VENDOR_UNKNOWN, /*0b'0100,0000*/
119 };
120 
124 };
125 
126 struct rtl_rx_desc {
127  u32 dword[8];
128 } __packed;
129 
130 struct rtl_tx_desc {
131  u32 dword[16];
132 } __packed;
133 
135  u32 dword[16];
136 } __packed;
137 
139  struct rtl_tx_desc *desc;
141  unsigned int idx;
142  unsigned int entries;
144 };
145 
147  struct rtl_rx_desc *desc;
149  unsigned int idx;
151 };
152 
153 struct rtl_pci {
154  struct pci_dev *pdev;
155 
161 
162  /*Tx */
166 
167  /*Rx */
172 
173  /*irq */
176 
177  /*Bcn control register setting */
179 
180  /*ASPM*/ u8 const_pci_aspm;
184  /*pci-e bridge */
186  /*pci-e device */
188  /*If it supports ASPM, Offset[560h] = 0x40,
189  otherwise Offset[560h] = 0x00. */
192 
193  /*QOS & EDCA */
195 
198 };
199 
200 struct mp_adapter {
202 
206 
210 
214 
216 
219 
221 };
222 
223 struct rtl_pci_priv {
224  struct rtl_pci dev;
228 };
229 
230 #define rtl_pcipriv(hw) (((struct rtl_pci_priv *)(rtl_priv(hw))->priv))
231 #define rtl_pcidev(pcipriv) (&((pcipriv)->dev))
232 
234 
235 extern struct rtl_intf_ops rtl_pci_ops;
236 
237 int __devinit rtl_pci_probe(struct pci_dev *pdev,
238  const struct pci_device_id *id);
239 void rtl_pci_disconnect(struct pci_dev *pdev);
240 int rtl_pci_suspend(struct device *dev);
241 int rtl_pci_resume(struct device *dev);
242 static inline u8 pci_read8_sync(struct rtl_priv *rtlpriv, u32 addr)
243 {
244  return readb((u8 __iomem *) rtlpriv->io.pci_mem_start + addr);
245 }
246 
247 static inline u16 pci_read16_sync(struct rtl_priv *rtlpriv, u32 addr)
248 {
249  return readw((u8 __iomem *) rtlpriv->io.pci_mem_start + addr);
250 }
251 
252 static inline u32 pci_read32_sync(struct rtl_priv *rtlpriv, u32 addr)
253 {
254  return readl((u8 __iomem *) rtlpriv->io.pci_mem_start + addr);
255 }
256 
257 static inline void pci_write8_async(struct rtl_priv *rtlpriv, u32 addr, u8 val)
258 {
259  writeb(val, (u8 __iomem *) rtlpriv->io.pci_mem_start + addr);
260 }
261 
262 static inline void pci_write16_async(struct rtl_priv *rtlpriv,
263  u32 addr, u16 val)
264 {
265  writew(val, (u8 __iomem *) rtlpriv->io.pci_mem_start + addr);
266 }
267 
268 static inline void pci_write32_async(struct rtl_priv *rtlpriv,
269  u32 addr, u32 val)
270 {
271  writel(val, (u8 __iomem *) rtlpriv->io.pci_mem_start + addr);
272 }
273 
274 #endif