Searched refs:imxesdhc_softc (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/sys/dev/fdt/ |
| D | imxesdhc.c | 174 struct imxesdhc_softc { struct 239 int imxesdhc_start_command(struct imxesdhc_softc *, struct sdmmc_command *); 240 int imxesdhc_wait_state(struct imxesdhc_softc *, uint32_t, uint32_t); 241 int imxesdhc_soft_reset(struct imxesdhc_softc *, int); 242 int imxesdhc_wait_intr(struct imxesdhc_softc *, int, int); 243 void imxesdhc_transfer_data(struct imxesdhc_softc *, struct sdmmc_command *); 244 void imxesdhc_read_data(struct imxesdhc_softc *, u_char *, int); 245 void imxesdhc_write_data(struct imxesdhc_softc *, u_char *, int); 279 sizeof(struct imxesdhc_softc), imxesdhc_match, imxesdhc_attach 296 struct imxesdhc_softc *sc = (struct imxesdhc_softc *) self; in imxesdhc_attach() [all …]
|