Searched defs:sili_softc (Results 1 – 1 of 1) sorted by relevance
801 struct sili_softc { struct802 device_t sc_dev;803 const struct sili_device *sc_ad; /* special casing */805 struct resource *sc_irq; /* bus resources */806 struct resource *sc_regs; /* bus resources */807 struct resource *sc_pregs; /* bus resources */808 bus_space_tag_t sc_iot; /* split from sc_regs */809 bus_space_handle_t sc_ioh; /* split from sc_regs */810 bus_space_tag_t sc_piot; /* split from sc_pregs */811 bus_space_handle_t sc_pioh; /* split from sc_pregs */[all …]