Searched defs:sdhc_softc (Results 1 – 1 of 1) sorted by relevance
30 struct sdhc_softc { struct31 device_t sc_dev;33 struct sdhc_host **sc_host;34 int sc_nhosts;36 bus_dma_tag_t sc_dmat;38 uint32_t sc_flags;80 int (*sc_vendor_rod)(struct sdhc_softc *, int); argument81 int (*sc_vendor_write_protect)(struct sdhc_softc *); argument82 int (*sc_vendor_card_detect)(struct sdhc_softc *); argument83 int (*sc_vendor_bus_width)(struct sdhc_softc *, int); argument[all …]