Searched defs:sdhc_host (Results 1 – 1 of 1) sorted by relevance
61 struct sdhc_host { struct62 struct sdhc_softc *sc; /* host controller device */64 bus_space_tag_t iot; /* host register set tag */65 bus_space_handle_t ioh; /* host register set handle */66 bus_size_t ios; /* host register space size */67 bus_dma_tag_t dmat; /* host DMA tag */69 device_t sdmmc; /* generic SD/MMC device */71 u_int clkbase; /* base clock frequency in KHz */72 int maxblklen; /* maximum block length */73 uint32_t ocr; /* OCR value from capabilities */[all …]