Symbol: mmc_softc
sys/dev/mmc/mmc.c
1332
mmc_all_send_cid(struct mmc_softc *sc, uint32_t *rawcid)
sys/dev/mmc/mmc.c
1348
mmc_send_csd(struct mmc_softc *sc, uint16_t rca, uint32_t *rawcsd)
sys/dev/mmc/mmc.c
1364
mmc_app_send_scr(struct mmc_softc *sc, uint16_t rca, uint32_t *rawscr)
sys/dev/mmc/mmc.c
1390
mmc_app_sd_status(struct mmc_softc *sc, uint16_t rca, uint32_t *rawsdstatus)
sys/dev/mmc/mmc.c
1416
mmc_set_relative_addr(struct mmc_softc *sc, uint16_t resp)
sys/dev/mmc/mmc.c
1431
mmc_send_relative_addr(struct mmc_softc *sc, uint32_t *resp)
sys/dev/mmc/mmc.c
1447
mmc_set_blocklen(struct mmc_softc *sc, uint32_t len)
sys/dev/mmc/mmc.c
1590
mmc_discover_cards(struct mmc_softc *sc)
sys/dev/mmc/mmc.c
168
static int mmc_all_send_cid(struct mmc_softc *sc, uint32_t *rawcid);
sys/dev/mmc/mmc.c
172
static int mmc_app_sd_status(struct mmc_softc *sc, uint16_t rca,
sys/dev/mmc/mmc.c
174
static int mmc_app_send_scr(struct mmc_softc *sc, uint16_t rca,
sys/dev/mmc/mmc.c
176
static int mmc_calculate_clock(struct mmc_softc *sc);
sys/dev/mmc/mmc.c
183
static int mmc_delete_cards(struct mmc_softc *sc, bool final);
sys/dev/mmc/mmc.c
184
static void mmc_discover_cards(struct mmc_softc *sc);
sys/dev/mmc/mmc.c
186
static void mmc_go_discovery(struct mmc_softc *sc);
sys/dev/mmc/mmc.c
191
static void mmc_idle_cards(struct mmc_softc *sc);
sys/dev/mmc/mmc.c
194
static void mmc_power_down(struct mmc_softc *sc);
sys/dev/mmc/mmc.c
195
static void mmc_power_up(struct mmc_softc *sc);
sys/dev/mmc/mmc.c
1954
mmc_update_child_list(struct mmc_softc *sc)
sys/dev/mmc/mmc.c
196
static void mmc_rescan_cards(struct mmc_softc *sc);
sys/dev/mmc/mmc.c
1977
mmc_rescan_cards(struct mmc_softc *sc)
sys/dev/mmc/mmc.c
198
static void mmc_scan(struct mmc_softc *sc);
sys/dev/mmc/mmc.c
199
static int mmc_sd_switch(struct mmc_softc *sc, uint8_t mode, uint8_t grp,
sys/dev/mmc/mmc.c
2007
mmc_delete_cards(struct mmc_softc *sc, bool final)
sys/dev/mmc/mmc.c
201
static int mmc_select_card(struct mmc_softc *sc, uint16_t rca);
sys/dev/mmc/mmc.c
202
static uint32_t mmc_select_vdd(struct mmc_softc *sc, uint32_t ocr);
sys/dev/mmc/mmc.c
203
static int mmc_send_app_op_cond(struct mmc_softc *sc, uint32_t ocr,
sys/dev/mmc/mmc.c
2035
mmc_go_discovery(struct mmc_softc *sc)
sys/dev/mmc/mmc.c
205
static int mmc_send_csd(struct mmc_softc *sc, uint16_t rca, uint32_t *rawcsd);
sys/dev/mmc/mmc.c
206
static int mmc_send_if_cond(struct mmc_softc *sc, uint8_t vhs);
sys/dev/mmc/mmc.c
207
static int mmc_send_op_cond(struct mmc_softc *sc, uint32_t ocr,
sys/dev/mmc/mmc.c
209
static int mmc_send_relative_addr(struct mmc_softc *sc, uint32_t *resp);
sys/dev/mmc/mmc.c
210
static int mmc_set_blocklen(struct mmc_softc *sc, uint32_t len);
sys/dev/mmc/mmc.c
211
static int mmc_set_card_bus_width(struct mmc_softc *sc, struct mmc_ivars *ivar,
sys/dev/mmc/mmc.c
2117
mmc_calculate_clock(struct mmc_softc *sc)
sys/dev/mmc/mmc.c
213
static int mmc_set_power_class(struct mmc_softc *sc, struct mmc_ivars *ivar);
sys/dev/mmc/mmc.c
214
static int mmc_set_relative_addr(struct mmc_softc *sc, uint16_t resp);
sys/dev/mmc/mmc.c
215
static int mmc_set_timing(struct mmc_softc *sc, struct mmc_ivars *ivar,
sys/dev/mmc/mmc.c
217
static int mmc_set_vccq(struct mmc_softc *sc, struct mmc_ivars *ivar,
sys/dev/mmc/mmc.c
219
static int mmc_switch_to_hs200(struct mmc_softc *sc, struct mmc_ivars *ivar,
sys/dev/mmc/mmc.c
221
static int mmc_switch_to_hs400(struct mmc_softc *sc, struct mmc_ivars *ivar,
sys/dev/mmc/mmc.c
223
static int mmc_test_bus_width(struct mmc_softc *sc);
sys/dev/mmc/mmc.c
227
static void mmc_update_child_list(struct mmc_softc *sc);
sys/dev/mmc/mmc.c
228
static int mmc_wait_for_command(struct mmc_softc *sc, uint32_t opcode,
sys/dev/mmc/mmc.c
2284
mmc_switch_to_hs400(struct mmc_softc *sc, struct mmc_ivars *ivar,
sys/dev/mmc/mmc.c
230
static int mmc_wait_for_req(struct mmc_softc *sc, struct mmc_request *req);
sys/dev/mmc/mmc.c
2325
mmc_switch_to_hs200(struct mmc_softc *sc, struct mmc_ivars *ivar,
sys/dev/mmc/mmc.c
2366
struct mmc_softc *sc;
sys/dev/mmc/mmc.c
2418
struct mmc_softc *sc;
sys/dev/mmc/mmc.c
2436
struct mmc_softc *sc;
sys/dev/mmc/mmc.c
2452
mmc_scan(struct mmc_softc *sc)
sys/dev/mmc/mmc.c
251
struct mmc_softc *sc;
sys/dev/mmc/mmc.c
2544
struct mmc_softc *sc = xsc;
sys/dev/mmc/mmc.c
2584
sizeof(struct mmc_softc),
sys/dev/mmc/mmc.c
268
struct mmc_softc *sc = device_get_softc(dev);
sys/dev/mmc/mmc.c
284
struct mmc_softc *sc = device_get_softc(dev);
sys/dev/mmc/mmc.c
308
struct mmc_softc *sc = device_get_softc(dev);
sys/dev/mmc/mmc.c
317
struct mmc_softc *sc;
sys/dev/mmc/mmc.c
411
struct mmc_softc *sc;
sys/dev/mmc/mmc.c
426
mmc_select_vdd(struct mmc_softc *sc, uint32_t ocr)
sys/dev/mmc/mmc.c
447
struct mmc_softc *sc;
sys/dev/mmc/mmc.c
449
sc = (struct mmc_softc *)req->done_data;
sys/dev/mmc/mmc.c
457
mmc_wait_for_req(struct mmc_softc *sc, struct mmc_request *req)
sys/dev/mmc/mmc.c
485
struct mmc_softc *sc;
sys/dev/mmc/mmc.c
539
mmc_wait_for_command(struct mmc_softc *sc, uint32_t opcode,
sys/dev/mmc/mmc.c
563
mmc_idle_cards(struct mmc_softc *sc)
sys/dev/mmc/mmc.c
587
mmc_send_app_op_cond(struct mmc_softc *sc, uint32_t ocr, uint32_t *rocr)
sys/dev/mmc/mmc.c
615
mmc_send_op_cond(struct mmc_softc *sc, uint32_t ocr, uint32_t *rocr)
sys/dev/mmc/mmc.c
642
mmc_send_if_cond(struct mmc_softc *sc, uint8_t vhs)
sys/dev/mmc/mmc.c
658
mmc_power_up(struct mmc_softc *sc)
sys/dev/mmc/mmc.c
686
mmc_power_down(struct mmc_softc *sc)
sys/dev/mmc/mmc.c
700
mmc_select_card(struct mmc_softc *sc, uint16_t rca)
sys/dev/mmc/mmc.c
717
mmc_sd_switch(struct mmc_softc *sc, uint8_t mode, uint8_t grp, uint8_t value,
sys/dev/mmc/mmc.c
745
mmc_set_card_bus_width(struct mmc_softc *sc, struct mmc_ivars *ivar,
sys/dev/mmc/mmc.c
823
mmc_set_power_class(struct mmc_softc *sc, struct mmc_ivars *ivar)
sys/dev/mmc/mmc.c
900
mmc_set_timing(struct mmc_softc *sc, struct mmc_ivars *ivar,
sys/dev/mmc/mmc.c
963
mmc_set_vccq(struct mmc_softc *sc, struct mmc_ivars *ivar,
sys/dev/mmc/mmc.c
996
mmc_test_bus_width(struct mmc_softc *sc)
sys/dev/mmc/mmc_subr.c
110
struct mmc_softc *sc;
sys/dev/mmc/mmc_subr.c
155
struct mmc_softc *sc;
sys/dev/mmc/mmc_subr.c
76
struct mmc_softc *sc;