Lines Matching defs:rk_pcie_softc
187 struct rk_pcie_softc { struct
188 struct ofw_pci_softc ofw_pci; /* Must be first */
190 struct resource *axi_mem_res;
191 struct resource *apb_mem_res;
192 struct resource *client_irq_res;
193 struct resource *legacy_irq_res;
194 struct resource *sys_irq_res;
195 void *client_irq_cookie;
196 void *legacy_irq_cookie;
197 void *sys_irq_cookie;
199 device_t dev;
200 phandle_t node;
201 struct mtx mtx;
203 struct ofw_pci_range mem_range;
204 struct ofw_pci_range pref_mem_range;
205 struct ofw_pci_range io_range;
207 bool coherent;
208 bus_dma_tag_t dmat;
210 int num_lanes;
211 bool link_is_gen2;
212 bool no_l0s;
214 u_int bus_start;
215 u_int bus_end;
216 u_int root_bus;
217 u_int sub_bus;
219 regulator_t supply_12v;
220 regulator_t supply_3v3;
221 regulator_t supply_1v8;
245 rk_pcie_local_cfg_read(struct rk_pcie_softc *sc, bool priv, u_int reg, in rk_pcie_local_cfg_read() argument