Searched defs:i80321_softc (Results 1 – 2 of 2) sorted by relevance
65 struct i80321_softc { struct66 device_t sc_dev; /* generic device glue */68 int sc_is_host; /* indicates if we're a host or76 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];[all …]
68 struct i80321_softc *i80321_softc; variable