Searched defs:aplpcie_softc (Results 1 – 1 of 1) sorted by relevance
128 struct aplpcie_softc { struct129 struct device sc_dev;130 bus_space_tag_t sc_iot;131 bus_space_handle_t sc_ioh;132 bus_space_handle_t sc_rc_ioh;133 bus_space_handle_t sc_phy_ioh[APLPCIE_MAX_PORTS];134 bus_size_t sc_phy_ios[APLPCIE_MAX_PORTS];135 bus_space_handle_t sc_port_ioh[APLPCIE_MAX_PORTS];136 bus_size_t sc_port_ios[APLPCIE_MAX_PORTS];137 bus_dma_tag_t sc_dmat;[all …]