Symbol: dwmmc_softc
sys/dev/mmc/host/dwmmc.c
1010
pio_prepare(struct dwmmc_softc *sc, struct mmc_command *cmd)
sys/dev/mmc/host/dwmmc.c
1029
pio_read(struct dwmmc_softc *sc, struct mmc_command *cmd)
sys/dev/mmc/host/dwmmc.c
1056
pio_write(struct dwmmc_softc *sc, struct mmc_command *cmd)
sys/dev/mmc/host/dwmmc.c
1083
dwmmc_start_cmd(struct dwmmc_softc *sc, struct mmc_command *cmd)
sys/dev/mmc/host/dwmmc.c
1175
dwmmc_next_operation(struct dwmmc_softc *sc)
sys/dev/mmc/host/dwmmc.c
1239
struct dwmmc_softc *sc;
sys/dev/mmc/host/dwmmc.c
1273
struct dwmmc_softc *sc;
sys/dev/mmc/host/dwmmc.c
1288
struct dwmmc_softc *sc;
sys/dev/mmc/host/dwmmc.c
1303
struct dwmmc_softc *sc;
sys/dev/mmc/host/dwmmc.c
1362
struct dwmmc_softc *sc;
sys/dev/mmc/host/dwmmc.c
1422
struct dwmmc_softc *sc;
sys/dev/mmc/host/dwmmc.c
1439
struct dwmmc_softc *sc;
sys/dev/mmc/host/dwmmc.c
1499
struct dwmmc_softc *sc;
sys/dev/mmc/host/dwmmc.c
151
static void dwmmc_next_operation(struct dwmmc_softc *);
sys/dev/mmc/host/dwmmc.c
152
static int dwmmc_setup_bus(struct dwmmc_softc *, int);
sys/dev/mmc/host/dwmmc.c
153
static int dma_done(struct dwmmc_softc *, struct mmc_command *);
sys/dev/mmc/host/dwmmc.c
154
static int dma_stop(struct dwmmc_softc *);
sys/dev/mmc/host/dwmmc.c
1544
struct dwmmc_softc *sc;
sys/dev/mmc/host/dwmmc.c
155
static void pio_read(struct dwmmc_softc *, struct mmc_command *);
sys/dev/mmc/host/dwmmc.c
156
static void pio_write(struct dwmmc_softc *, struct mmc_command *);
sys/dev/mmc/host/dwmmc.c
157
static void dwmmc_handle_card_present(struct dwmmc_softc *sc, bool is_present);
sys/dev/mmc/host/dwmmc.c
1579
sizeof(struct dwmmc_softc));
sys/dev/mmc/host/dwmmc.c
183
struct dwmmc_softc *sc;
sys/dev/mmc/host/dwmmc.c
209
dwmmc_ctrl_reset(struct dwmmc_softc *sc, int reset_bits)
sys/dev/mmc/host/dwmmc.c
231
dma_setup(struct dwmmc_softc *sc)
sys/dev/mmc/host/dwmmc.c
315
dwmmc_cmd_done(struct dwmmc_softc *sc)
sys/dev/mmc/host/dwmmc.c
340
dwmmc_tasklet(struct dwmmc_softc *sc)
sys/dev/mmc/host/dwmmc.c
371
struct dwmmc_softc *sc;
sys/dev/mmc/host/dwmmc.c
449
dwmmc_handle_card_present(struct dwmmc_softc *sc, bool is_present)
sys/dev/mmc/host/dwmmc.c
469
struct dwmmc_softc *sc = arg;
sys/dev/mmc/host/dwmmc.c
502
parse_fdt(struct dwmmc_softc *sc)
sys/dev/mmc/host/dwmmc.c
661
struct dwmmc_softc *sc;
sys/dev/mmc/host/dwmmc.c
766
struct dwmmc_softc *sc;
sys/dev/mmc/host/dwmmc.c
807
dwmmc_setup_bus(struct dwmmc_softc *sc, int freq)
sys/dev/mmc/host/dwmmc.c
863
struct dwmmc_softc *sc;
sys/dev/mmc/host/dwmmc.c
918
dma_done(struct dwmmc_softc *sc, struct mmc_command *cmd)
sys/dev/mmc/host/dwmmc.c
940
dma_stop(struct dwmmc_softc *sc)
sys/dev/mmc/host/dwmmc.c
958
dma_prepare(struct dwmmc_softc *sc, struct mmc_command *cmd)
sys/dev/mmc/host/dwmmc_altera.c
69
struct dwmmc_softc *sc;
sys/dev/mmc/host/dwmmc_altera.c
94
sizeof(struct dwmmc_softc), dwmmc_driver);
sys/dev/mmc/host/dwmmc_hisi.c
68
struct dwmmc_softc *sc;
sys/dev/mmc/host/dwmmc_hisi.c
93
sizeof(struct dwmmc_softc), dwmmc_driver);
sys/dev/mmc/host/dwmmc_rockchip.c
108
dwmmc_rockchip_update_ios(struct dwmmc_softc *sc, struct mmc_ios *ios)
sys/dev/mmc/host/dwmmc_rockchip.c
144
sizeof(struct dwmmc_softc), dwmmc_driver);
sys/dev/mmc/host/dwmmc_rockchip.c
58
static int dwmmc_rockchip_update_ios(struct dwmmc_softc *sc, struct mmc_ios *ios);
sys/dev/mmc/host/dwmmc_rockchip.c
79
struct dwmmc_softc *sc;
sys/dev/mmc/host/dwmmc_samsung.c
121
sizeof(struct dwmmc_softc), dwmmc_driver);
sys/dev/mmc/host/dwmmc_samsung.c
72
struct dwmmc_softc *sc;
sys/dev/mmc/host/dwmmc_starfive.c
108
sizeof(struct dwmmc_softc), dwmmc_driver);
sys/dev/mmc/host/dwmmc_starfive.c
40
static int dwmmc_starfive_update_ios(struct dwmmc_softc *sc,
sys/dev/mmc/host/dwmmc_starfive.c
90
struct dwmmc_softc *sc;
sys/dev/mmc/host/dwmmc_var.h
72
int (*update_ios)(struct dwmmc_softc *sc, struct mmc_ios *ios);