Lines Matching defs:simplebus_softc
18 struct simplebus_softc { struct
19 struct device sc_dev;
20 int sc_node;
21 bus_space_tag_t sc_iot;
22 bus_dma_tag_t sc_dmat;
23 int sc_acells;
24 int sc_scells;
25 int sc_pacells;
26 int sc_pscells;
27 struct bus_space sc_bus;
28 struct arm32_bus_dma_tag sc_dma;
29 int *sc_ranges;
30 int sc_rangeslen;
31 int *sc_dmaranges;
32 int sc_dmarangeslen;
33 int sc_early;
34 int sc_early_nodes[64];