Home
last modified time | relevance | path

Searched refs:octmmc_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/arch/octeon/dev/
Doctmmc.c70 struct octmmc_softc;
73 struct octmmc_softc *bus_hc;
85 struct octmmc_softc { struct
128 paddr_t octmmc_dma_load_6130(struct octmmc_softc *, struct sdmmc_command *); argument
129 void octmmc_dma_load_7890(struct octmmc_softc *, struct sdmmc_command *);
130 void octmmc_dma_unload_6130(struct octmmc_softc *, paddr_t);
131 void octmmc_dma_unload_7890(struct octmmc_softc *);
133 void octmmc_get_response(struct octmmc_softc *, struct sdmmc_command *);
136 int octmmc_wait_intr(struct octmmc_softc *, uint64_t, int);
139 sizeof(struct octmmc_softc), octmmc_match, octmmc_attach
[all …]