Home
last modified time | relevance | path

Searched defs:sdhc_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/sdmmc/
H A Dsdhcvar.h30 struct sdhc_softc { struct
31 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); argument
81 int (*sc_vendor_write_protect)(struct sdhc_softc *); argument
82 int (*sc_vendor_card_detect)(struct sdhc_softc *); argument
83 int (*sc_vendor_bus_width)(struct sdhc_softc *, int); argument
[all …]