Searched defs:fsl_pcib_softc (Results 1 – 2 of 2) sorted by relevance
65 struct fsl_pcib_softc { struct74 struct pcib_softc ops_pcib_sc;75 phandle_t ops_node;76 struct ofw_bus_iinfo ops_iinfo;
141 struct fsl_pcib_softc { struct142 struct ofw_pci_softc pci_sc;143 device_t sc_dev;144 struct mtx sc_cfg_mtx;145 int sc_ip_maj;146 int sc_ip_min;148 int sc_iomem_target;149 bus_addr_t sc_iomem_start, sc_iomem_end;150 int sc_ioport_target;151 bus_addr_t sc_ioport_start, sc_ioport_end;[all …]