Searched defs:i80312_softc (Results 1 – 2 of 2) sorted by relevance
45 struct i80312_softc { struct46 device_t sc_dev; /* generic device glue */48 int sc_is_host; /* indicates if we're a host or56 bus_space_tag_t sc_st;57 bus_space_handle_t sc_sh;60 bus_space_handle_t sc_ppb_sh;61 bus_space_handle_t sc_atu_sh;62 bus_space_handle_t sc_mem_sh;63 bus_space_handle_t sc_intc_sh;69 uint16_t sc_sisr;[all …]
68 struct i80312_softc *i80312_softc; variable