Lines Matching defs:i80321_softc
65 struct i80321_softc { struct
66 device_t sc_dev; /* generic device glue */
68 int sc_is_host; /* indicates if we're a host or
76 bus_space_tag_t sc_st;
77 bus_space_handle_t sc_sh;
80 bus_space_handle_t sc_atu_sh;
81 bus_space_handle_t sc_mcu_sh;
89 vaddr_t sc_iow_vaddr; /* I/O window vaddr */
102 struct {
107 } sc_iwin[4];
112 struct {
115 } sc_owin[2];
131 uint32_t sc_ioout_xlate;
132 uint32_t sc_ioout_xlate_offset;
135 struct bus_space sc_pci_iot;
136 struct bus_space sc_pci_memt;
137 struct arm32_bus_dma_tag sc_pci_dmat;
138 struct arm32_pci_chipset sc_pci_chipset;
164 extern struct i80321_softc *i80321_softc; argument