Searched defs:i80321_softc (Results 1 – 2 of 2) sorted by relevance
50 struct i80321_softc { struct51 device_t dev;52 bus_space_tag_t sc_st;53 bus_space_handle_t sc_sh;55 bus_space_handle_t sc_atu_sh;56 bus_space_handle_t sc_mcu_sh;57 int sc_is_host;65 vm_offset_t sc_iow_vaddr; /* I/O window vaddr */78 struct {83 } sc_iwin[4];[all …]
74 struct i80321_softc *i80321_softc; variable