File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
drivers/pci/controller/dwc Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,23 @@ static struct clk_bulk_data qcom_pcie_ep_clks[] = {
140
140
{ .id = "slave_q2a" },
141
141
};
142
142
143
+ /**
144
+ * struct qcom_pcie_ep - Qualcomm PCIe Endpoint Controller
145
+ * @pci: Designware PCIe controller struct
146
+ * @parf: Qualcomm PCIe specific PARF register base
147
+ * @elbi: Designware PCIe specific ELBI register base
148
+ * @perst_map: PERST regmap
149
+ * @mmio_res: MMIO region resource
150
+ * @core_reset: PCIe Endpoint core reset
151
+ * @reset: PERST# GPIO
152
+ * @wake: WAKE# GPIO
153
+ * @phy: PHY controller block
154
+ * @perst_en: Flag for PERST enable
155
+ * @perst_sep_en: Flag for PERST separation enable
156
+ * @link_status: PCIe Link status
157
+ * @global_irq: Qualcomm PCIe specific Global IRQ
158
+ * @perst_irq: PERST# IRQ
159
+ */
143
160
struct qcom_pcie_ep {
144
161
struct dw_pcie pci ;
145
162
You can’t perform that action at this time.
0 commit comments