Lines Matching defs:aplpcie_softc
128 struct aplpcie_softc { struct
129 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;
139 int sc_node;
140 int sc_acells;
141 int sc_scells;
142 int sc_pacells;
143 int sc_pscells;
144 struct aplpcie_range *sc_ranges;
168 sizeof (struct aplpcie_softc), aplpcie_match, aplpcie_attach argument