xref: /openbmc/linux/drivers/mmc/host/sdhci-pci.h (revision f3a5b56c)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __SDHCI_PCI_H
3 #define __SDHCI_PCI_H
4 
5 /*
6  * PCI device IDs, sub IDs
7  */
8 
9 #define PCI_DEVICE_ID_O2_SDS0		0x8420
10 #define PCI_DEVICE_ID_O2_SDS1		0x8421
11 #define PCI_DEVICE_ID_O2_FUJIN2		0x8520
12 #define PCI_DEVICE_ID_O2_SEABIRD0	0x8620
13 #define PCI_DEVICE_ID_O2_SEABIRD1	0x8621
14 
15 #define PCI_DEVICE_ID_INTEL_PCH_SDIO0	0x8809
16 #define PCI_DEVICE_ID_INTEL_PCH_SDIO1	0x880a
17 #define PCI_DEVICE_ID_INTEL_BYT_EMMC	0x0f14
18 #define PCI_DEVICE_ID_INTEL_BYT_SDIO	0x0f15
19 #define PCI_DEVICE_ID_INTEL_BYT_SD	0x0f16
20 #define PCI_DEVICE_ID_INTEL_BYT_EMMC2	0x0f50
21 #define PCI_DEVICE_ID_INTEL_BSW_EMMC	0x2294
22 #define PCI_DEVICE_ID_INTEL_BSW_SDIO	0x2295
23 #define PCI_DEVICE_ID_INTEL_BSW_SD	0x2296
24 #define PCI_DEVICE_ID_INTEL_MRFLD_MMC	0x1190
25 #define PCI_DEVICE_ID_INTEL_CLV_SDIO0	0x08f9
26 #define PCI_DEVICE_ID_INTEL_CLV_SDIO1	0x08fa
27 #define PCI_DEVICE_ID_INTEL_CLV_SDIO2	0x08fb
28 #define PCI_DEVICE_ID_INTEL_CLV_EMMC0	0x08e5
29 #define PCI_DEVICE_ID_INTEL_CLV_EMMC1	0x08e6
30 #define PCI_DEVICE_ID_INTEL_QRK_SD	0x08A7
31 #define PCI_DEVICE_ID_INTEL_SPT_EMMC	0x9d2b
32 #define PCI_DEVICE_ID_INTEL_SPT_SDIO	0x9d2c
33 #define PCI_DEVICE_ID_INTEL_SPT_SD	0x9d2d
34 #define PCI_DEVICE_ID_INTEL_DNV_EMMC	0x19db
35 #define PCI_DEVICE_ID_INTEL_CDF_EMMC	0x18db
36 #define PCI_DEVICE_ID_INTEL_BXT_SD	0x0aca
37 #define PCI_DEVICE_ID_INTEL_BXT_EMMC	0x0acc
38 #define PCI_DEVICE_ID_INTEL_BXT_SDIO	0x0ad0
39 #define PCI_DEVICE_ID_INTEL_BXTM_SD	0x1aca
40 #define PCI_DEVICE_ID_INTEL_BXTM_EMMC	0x1acc
41 #define PCI_DEVICE_ID_INTEL_BXTM_SDIO	0x1ad0
42 #define PCI_DEVICE_ID_INTEL_APL_SD	0x5aca
43 #define PCI_DEVICE_ID_INTEL_APL_EMMC	0x5acc
44 #define PCI_DEVICE_ID_INTEL_APL_SDIO	0x5ad0
45 #define PCI_DEVICE_ID_INTEL_GLK_SD	0x31ca
46 #define PCI_DEVICE_ID_INTEL_GLK_EMMC	0x31cc
47 #define PCI_DEVICE_ID_INTEL_GLK_SDIO	0x31d0
48 #define PCI_DEVICE_ID_INTEL_CNP_EMMC	0x9dc4
49 #define PCI_DEVICE_ID_INTEL_CNP_SD	0x9df5
50 #define PCI_DEVICE_ID_INTEL_CNPH_SD	0xa375
51 #define PCI_DEVICE_ID_INTEL_ICP_EMMC	0x34c4
52 #define PCI_DEVICE_ID_INTEL_ICP_SD	0x34f8
53 #define PCI_DEVICE_ID_INTEL_EHL_EMMC	0x4b47
54 #define PCI_DEVICE_ID_INTEL_EHL_SD	0x4b48
55 #define PCI_DEVICE_ID_INTEL_CML_EMMC	0x02c4
56 #define PCI_DEVICE_ID_INTEL_CML_SD	0x02f5
57 #define PCI_DEVICE_ID_INTEL_CMLH_SD	0x06f5
58 #define PCI_DEVICE_ID_INTEL_JSL_EMMC	0x4dc4
59 #define PCI_DEVICE_ID_INTEL_JSL_SD	0x4df8
60 #define PCI_DEVICE_ID_INTEL_LKF_EMMC	0x98c4
61 #define PCI_DEVICE_ID_INTEL_LKF_SD	0x98f8
62 #define PCI_DEVICE_ID_INTEL_ADL_EMMC	0x54c4
63 
64 #define PCI_DEVICE_ID_SYSKONNECT_8000	0x8000
65 #define PCI_DEVICE_ID_VIA_95D0		0x95d0
66 #define PCI_DEVICE_ID_REALTEK_5250	0x5250
67 
68 #define PCI_SUBDEVICE_ID_NI_7884	0x7884
69 #define PCI_SUBDEVICE_ID_NI_78E3	0x78e3
70 
71 #define PCI_VENDOR_ID_ARASAN		0x16e6
72 #define PCI_DEVICE_ID_ARASAN_PHY_EMMC	0x0670
73 
74 #define PCI_DEVICE_ID_SYNOPSYS_DWC_MSHC 0xc202
75 
76 #define PCI_DEVICE_ID_GLI_9755		0x9755
77 #define PCI_DEVICE_ID_GLI_9750		0x9750
78 #define PCI_DEVICE_ID_GLI_9763E		0xe763
79 #define PCI_DEVICE_ID_GLI_9767		0x9767
80 
81 /*
82  * PCI device class and mask
83  */
84 
85 #define SYSTEM_SDHCI			(PCI_CLASS_SYSTEM_SDHCI << 8)
86 #define PCI_CLASS_MASK			0xFFFF00
87 
88 /*
89  * Macros for PCI device-description
90  */
91 
92 #define _PCI_VEND(vend) PCI_VENDOR_ID_##vend
93 #define _PCI_DEV(vend, dev) PCI_DEVICE_ID_##vend##_##dev
94 #define _PCI_SUBDEV(subvend, subdev) PCI_SUBDEVICE_ID_##subvend##_##subdev
95 
96 #define SDHCI_PCI_DEVICE(vend, dev, cfg) { \
97 	.vendor = _PCI_VEND(vend), .device = _PCI_DEV(vend, dev), \
98 	.subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID, \
99 	.driver_data = (kernel_ulong_t)&(sdhci_##cfg) \
100 }
101 
102 #define SDHCI_PCI_SUBDEVICE(vend, dev, subvend, subdev, cfg) { \
103 	.vendor = _PCI_VEND(vend), .device = _PCI_DEV(vend, dev), \
104 	.subvendor = _PCI_VEND(subvend), \
105 	.subdevice = _PCI_SUBDEV(subvend, subdev), \
106 	.driver_data = (kernel_ulong_t)&(sdhci_##cfg) \
107 }
108 
109 #define SDHCI_PCI_DEVICE_CLASS(vend, cl, cl_msk, cfg) { \
110 	.vendor = _PCI_VEND(vend), .device = PCI_ANY_ID, \
111 	.subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID, \
112 	.class = (cl), .class_mask = (cl_msk), \
113 	.driver_data = (kernel_ulong_t)&(sdhci_##cfg) \
114 }
115 
116 /*
117  * PCI registers
118  */
119 
120 #define PCI_SDHCI_IFPIO			0x00
121 #define PCI_SDHCI_IFDMA			0x01
122 #define PCI_SDHCI_IFVENDOR		0x02
123 
124 #define PCI_SLOT_INFO			0x40	/* 8 bits */
125 #define  PCI_SLOT_INFO_SLOTS(x)		((x >> 4) & 7)
126 #define  PCI_SLOT_INFO_FIRST_BAR_MASK	0x07
127 
128 #define MAX_SLOTS			8
129 
130 struct sdhci_pci_chip;
131 struct sdhci_pci_slot;
132 
133 struct sdhci_pci_fixes {
134 	unsigned int		quirks;
135 	unsigned int		quirks2;
136 	bool			allow_runtime_pm;
137 	bool			own_cd_for_runtime_pm;
138 
139 	int			(*probe) (struct sdhci_pci_chip *);
140 
141 	int			(*probe_slot) (struct sdhci_pci_slot *);
142 	int			(*add_host) (struct sdhci_pci_slot *);
143 	void			(*remove_slot) (struct sdhci_pci_slot *, int);
144 
145 #ifdef CONFIG_PM_SLEEP
146 	int			(*suspend) (struct sdhci_pci_chip *);
147 	int			(*resume) (struct sdhci_pci_chip *);
148 #endif
149 #ifdef CONFIG_PM
150 	int			(*runtime_suspend) (struct sdhci_pci_chip *);
151 	int			(*runtime_resume) (struct sdhci_pci_chip *);
152 #endif
153 
154 	const struct sdhci_ops	*ops;
155 	size_t			priv_size;
156 };
157 
158 struct sdhci_pci_slot {
159 	struct sdhci_pci_chip	*chip;
160 	struct sdhci_host	*host;
161 
162 	int			cd_idx;
163 	bool			cd_override_level;
164 
165 	void (*hw_reset)(struct sdhci_host *host);
166 	unsigned long		private[] ____cacheline_aligned;
167 };
168 
169 struct sdhci_pci_chip {
170 	struct pci_dev		*pdev;
171 
172 	unsigned int		quirks;
173 	unsigned int		quirks2;
174 	bool			allow_runtime_pm;
175 	bool			pm_retune;
176 	bool			rpm_retune;
177 	const struct sdhci_pci_fixes *fixes;
178 
179 	int			num_slots;	/* Slots on controller */
180 	struct sdhci_pci_slot	*slots[MAX_SLOTS]; /* Pointers to host slots */
181 };
182 
183 static inline void *sdhci_pci_priv(struct sdhci_pci_slot *slot)
184 {
185 	return (void *)slot->private;
186 }
187 
188 #ifdef CONFIG_PM_SLEEP
189 int sdhci_pci_resume_host(struct sdhci_pci_chip *chip);
190 #endif
191 int sdhci_pci_enable_dma(struct sdhci_host *host);
192 
193 extern const struct sdhci_pci_fixes sdhci_arasan;
194 extern const struct sdhci_pci_fixes sdhci_snps;
195 extern const struct sdhci_pci_fixes sdhci_o2;
196 extern const struct sdhci_pci_fixes sdhci_gl9750;
197 extern const struct sdhci_pci_fixes sdhci_gl9755;
198 extern const struct sdhci_pci_fixes sdhci_gl9763e;
199 extern const struct sdhci_pci_fixes sdhci_gl9767;
200 
201 #endif /* __SDHCI_PCI_H */
202