Symbol: sdhci_slot
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
157
struct sdhci_slot sc_slot;
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
184
static void bcm_sdhci_start_dma(struct sdhci_slot *slot);
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
453
bcm_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
462
bcm_sdhci_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
483
bcm_sdhci_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
491
bcm_sdhci_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
500
bcm_sdhci_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
511
bcm_sdhci_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
557
bcm_sdhci_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
565
bcm_sdhci_write_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
576
struct sdhci_slot *slot;
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
637
struct sdhci_slot *slot = &sc->sc_slot;
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
650
struct sdhci_slot *slot = &sc->sc_slot;
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
670
struct sdhci_slot *slot = &sc->sc_slot;
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
723
bcm_sdhci_start_dma(struct sdhci_slot *slot)
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
752
bcm_sdhci_will_handle_transfer(device_t dev, struct sdhci_slot *slot)
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
786
bcm_sdhci_start_transfer(device_t dev, struct sdhci_slot *slot,
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
795
bcm_sdhci_finish_transfer(device_t dev, struct sdhci_slot *slot)
sys/arm/broadcom/bcm2835/bcm2835_sdhost.c
1005
bcm_sdhost_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/arm/broadcom/bcm2835/bcm2835_sdhost.c
1033
bcm_sdhost_write_1(device_t dev, struct sdhci_slot *slot,
sys/arm/broadcom/bcm2835/bcm2835_sdhost.c
1084
bcm_sdhost_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint16_t val)
sys/arm/broadcom/bcm2835/bcm2835_sdhost.c
1150
bcm_sdhost_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint32_t val)
sys/arm/broadcom/bcm2835/bcm2835_sdhost.c
1213
bcm_sdhost_write_multi_4(device_t dev, struct sdhci_slot *slot,
sys/arm/broadcom/bcm2835/bcm2835_sdhost.c
209
struct sdhci_slot sc_slot;
sys/arm/broadcom/bcm2835/bcm2835_sdhost.c
294
bcm_sdhost_print_regs(struct bcm_sdhost_softc *sc, struct sdhci_slot *slot,
sys/arm/broadcom/bcm2835/bcm2835_sdhost.c
341
bcm_sdhost_reset(device_t dev, struct sdhci_slot *slot)
sys/arm/broadcom/bcm2835/bcm2835_sdhost.c
557
struct sdhci_slot *slot = &sc->sc_slot;
sys/arm/broadcom/bcm2835/bcm2835_sdhost.c
655
bcm_sdhost_get_card_present(device_t dev, struct sdhci_slot *slot)
sys/arm/broadcom/bcm2835/bcm2835_sdhost.c
664
bcm_sdhost_command(device_t dev, struct sdhci_slot *slot, uint16_t val)
sys/arm/broadcom/bcm2835/bcm2835_sdhost.c
810
bcm_sdhost_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/arm/broadcom/bcm2835/bcm2835_sdhost.c
864
bcm_sdhost_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/arm/broadcom/bcm2835/bcm2835_sdhost.c
922
bcm_sdhost_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/arm/nvidia/tegra_sdhci.c
114
struct sdhci_slot slot;
sys/arm/nvidia/tegra_sdhci.c
126
tegra_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/arm/nvidia/tegra_sdhci.c
135
tegra_sdhci_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/arm/nvidia/tegra_sdhci.c
144
tegra_sdhci_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/arm/nvidia/tegra_sdhci.c
158
tegra_sdhci_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/arm/nvidia/tegra_sdhci.c
168
tegra_sdhci_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/arm/nvidia/tegra_sdhci.c
178
tegra_sdhci_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/arm/nvidia/tegra_sdhci.c
188
tegra_sdhci_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/arm/nvidia/tegra_sdhci.c
198
tegra_sdhci_write_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/arm/nvidia/tegra_sdhci.c
225
tegra_sdhci_get_card_present(device_t dev, struct sdhci_slot *slot)
sys/arm/nvidia/tegra_sdhci.c
419
struct sdhci_slot *slot = &sc->slot;
sys/arm/ti/ti_sdhci.c
161
ti_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/arm/ti/ti_sdhci.c
169
ti_sdhci_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/arm/ti/ti_sdhci.c
212
ti_sdhci_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/arm/ti/ti_sdhci.c
236
ti_sdhci_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/arm/ti/ti_sdhci.c
245
ti_sdhci_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/arm/ti/ti_sdhci.c
275
ti_sdhci_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/arm/ti/ti_sdhci.c
324
ti_sdhci_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/arm/ti/ti_sdhci.c
333
ti_sdhci_write_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/arm/ti/ti_sdhci.c
353
struct sdhci_slot *slot;
sys/arm/ti/ti_sdhci.c
397
ti_sdhci_get_card_present(device_t dev, struct sdhci_slot *slot)
sys/arm/ti/ti_sdhci.c
73
struct sdhci_slot slot;
sys/dev/sdhci/fsl_sdhci.c
204
fsl_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/dev/sdhci/fsl_sdhci.c
258
fsl_sdhci_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/dev/sdhci/fsl_sdhci.c
315
fsl_sdhci_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/dev/sdhci/fsl_sdhci.c
368
fsl_sdhci_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/dev/sdhci/fsl_sdhci.c
377
fsl_sdhci_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint8_t val)
sys/dev/sdhci/fsl_sdhci.c
420
fsl_sdhci_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint16_t val)
sys/dev/sdhci/fsl_sdhci.c
499
fsl_sdhci_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint32_t val)
sys/dev/sdhci/fsl_sdhci.c
512
fsl_sdhci_write_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/dev/sdhci/fsl_sdhci.c
761
fsl_sdhci_get_card_present(device_t dev, struct sdhci_slot *slot)
sys/dev/sdhci/fsl_sdhci.c
83
struct sdhci_slot slot;
sys/dev/sdhci/sdhci.c
101
static void sdhci_finish_command(struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.c
102
static void sdhci_init(struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.c
103
static void sdhci_read_block_pio(struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.c
104
static void sdhci_req_done(struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.c
107
static void sdhci_set_clock(struct sdhci_slot *slot, uint32_t clock);
sys/dev/sdhci/sdhci.c
108
static void sdhci_set_power(struct sdhci_slot *slot, u_char power);
sys/dev/sdhci/sdhci.c
109
static void sdhci_set_transfer_mode(struct sdhci_slot *slot,
sys/dev/sdhci/sdhci.c
111
static void sdhci_start(struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.c
113
static void sdhci_start_command(struct sdhci_slot *slot,
sys/dev/sdhci/sdhci.c
115
static void sdhci_start_data(struct sdhci_slot *slot,
sys/dev/sdhci/sdhci.c
117
static void sdhci_write_block_pio(struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.c
1178
sdhci_start_slot(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
118
static void sdhci_transfer_pio(struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.c
1186
sdhci_cleanup_slot(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
1220
sdhci_generic_suspend(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
123
static int sdhci_cam_get_possible_host_clock(const struct sdhci_slot *slot,
sys/dev/sdhci/sdhci.c
1238
sdhci_generic_resume(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
1249
sdhci_generic_reset(device_t brdev __unused, struct sdhci_slot *slot,
sys/dev/sdhci/sdhci.c
126
static int sdhci_cam_request(struct sdhci_slot *slot, union ccb *ccb);
sys/dev/sdhci/sdhci.c
127
static int sdhci_cam_settran_settings(struct sdhci_slot *slot, union ccb *ccb);
sys/dev/sdhci/sdhci.c
128
static int sdhci_cam_update_ios(struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.c
1310
sdhci_generic_min_freq(device_t brdev __unused, struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
132
static int sdhci_dma_alloc(struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.c
1320
sdhci_generic_get_card_present(device_t brdev __unused, struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
133
static void sdhci_dma_free(struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.c
1330
sdhci_generic_set_uhs_timing(device_t brdev __unused, struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
134
static void sdhci_dumpcaps(struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.c
135
static void sdhci_dumpcaps_buf(struct sdhci_slot *slot, struct sbuf *s);
sys/dev/sdhci/sdhci.c
136
static void sdhci_dumpregs(struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.c
1367
struct sdhci_slot *slot = device_get_ivars(reqdev);
sys/dev/sdhci/sdhci.c
137
static void sdhci_dumpregs_buf(struct sdhci_slot *slot, struct sbuf *s);
sys/dev/sdhci/sdhci.c
1410
struct sdhci_slot *slot = device_get_ivars(reqdev);
sys/dev/sdhci/sdhci.c
142
static int slot_printf(const struct sdhci_slot *slot, const char * fmt, ...)
sys/dev/sdhci/sdhci.c
144
static int slot_sprintf(const struct sdhci_slot *slot, struct sbuf *s,
sys/dev/sdhci/sdhci.c
146
static uint32_t sdhci_tuning_intmask(const struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.c
1465
struct sdhci_slot *slot = device_get_ivars(reqdev);
sys/dev/sdhci/sdhci.c
1538
struct sdhci_slot *slot = device_get_ivars(reqdev);
sys/dev/sdhci/sdhci.c
1570
sdhci_exec_tuning(struct sdhci_slot *slot, bool reset)
sys/dev/sdhci/sdhci.c
1653
struct sdhci_slot *slot = arg;
sys/dev/sdhci/sdhci.c
1660
sdhci_req_done(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
1683
sdhci_req_done(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
1708
struct sdhci_slot *slot = arg;
sys/dev/sdhci/sdhci.c
1723
sdhci_set_transfer_mode(struct sdhci_slot *slot, const struct mmc_data *data)
sys/dev/sdhci/sdhci.c
1751
sdhci_start_command(struct sdhci_slot *slot, struct mmc_command *cmd)
sys/dev/sdhci/sdhci.c
1869
sdhci_finish_command(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
190
slot_printf(const struct sdhci_slot *slot, const char * fmt, ...)
sys/dev/sdhci/sdhci.c
1927
sdhci_start_data(struct sdhci_slot *slot, const struct mmc_data *data)
sys/dev/sdhci/sdhci.c
2022
sdhci_finish_data(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
2064
sdhci_start(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
210
slot_sprintf(const struct sdhci_slot *slot, struct sbuf *s,
sys/dev/sdhci/sdhci.c
2103
sdhci_start(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
2140
struct sdhci_slot *slot = device_get_ivars(reqdev);
sys/dev/sdhci/sdhci.c
2170
struct sdhci_slot *slot = device_get_ivars(reqdev);
sys/dev/sdhci/sdhci.c
2182
struct sdhci_slot *slot = device_get_ivars(reqdev);
sys/dev/sdhci/sdhci.c
2210
struct sdhci_slot *slot = device_get_ivars(reqdev);
sys/dev/sdhci/sdhci.c
2222
sdhci_cmd_irq(struct sdhci_slot *slot, uint32_t intmask)
sys/dev/sdhci/sdhci.c
2242
sdhci_data_irq(struct sdhci_slot *slot, uint32_t intmask)
sys/dev/sdhci/sdhci.c
226
sdhci_dumpregs_buf(struct sdhci_slot *slot, struct sbuf *s)
sys/dev/sdhci/sdhci.c
2356
sdhci_acmd_irq(struct sdhci_slot *slot, uint16_t acmd_err)
sys/dev/sdhci/sdhci.c
2370
sdhci_generic_intr(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
2453
const struct sdhci_slot *slot = device_get_ivars(child);
sys/dev/sdhci/sdhci.c
2540
struct sdhci_slot *slot = device_get_ivars(child);
sys/dev/sdhci/sdhci.c
259
sdhci_dumpregs(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
2614
sdhci_start_slot(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
2661
struct sdhci_slot *slot;
sys/dev/sdhci/sdhci.c
2752
sdhci_cam_get_possible_host_clock(const struct sdhci_slot *slot,
sys/dev/sdhci/sdhci.c
277
struct sdhci_slot *slot = arg1;
sys/dev/sdhci/sdhci.c
2779
sdhci_cam_settran_settings(struct sdhci_slot *slot, union ccb *ccb)
sys/dev/sdhci/sdhci.c
2836
sdhci_cam_update_ios(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
2880
sdhci_cam_request(struct sdhci_slot *slot, union ccb *ccb)
sys/dev/sdhci/sdhci.c
290
sdhci_dumpcaps_buf(struct sdhci_slot *slot, struct sbuf *s)
sys/dev/sdhci/sdhci.c
339
sdhci_dumpcaps(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
357
struct sdhci_slot *slot = arg1;
sys/dev/sdhci/sdhci.c
370
sdhci_tuning_intmask(const struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
385
sdhci_init(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
408
sdhci_set_clock(struct sdhci_slot *slot, uint32_t clock)
sys/dev/sdhci/sdhci.c
509
sdhci_set_power(struct sdhci_slot *slot, u_char power)
sys/dev/sdhci/sdhci.c
564
sdhci_read_block_pio(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
613
sdhci_write_block_pio(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
659
sdhci_transfer_pio(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
683
struct sdhci_slot *slot = arg;
sys/dev/sdhci/sdhci.c
746
sdhci_handle_card_present_locked(struct sdhci_slot *slot, bool is_present)
sys/dev/sdhci/sdhci.c
775
sdhci_handle_card_present(struct sdhci_slot *slot, bool is_present)
sys/dev/sdhci/sdhci.c
786
struct sdhci_slot *slot = arg;
sys/dev/sdhci/sdhci.c
795
sdhci_dma_alloc(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
861
sdhci_dma_free(struct sdhci_slot *slot)
sys/dev/sdhci/sdhci.c
870
sdhci_init_slot(device_t dev, struct sdhci_slot *slot, int num)
sys/dev/sdhci/sdhci.c
93
static void sdhci_acmd_irq(struct sdhci_slot *slot, uint16_t acmd_err);
sys/dev/sdhci/sdhci.c
96
static void sdhci_cmd_irq(struct sdhci_slot *slot, uint32_t intmask);
sys/dev/sdhci/sdhci.c
97
static void sdhci_data_irq(struct sdhci_slot *slot, uint32_t intmask);
sys/dev/sdhci/sdhci.c
98
static int sdhci_exec_tuning(struct sdhci_slot *slot, bool reset);
sys/dev/sdhci/sdhci.c
99
static void sdhci_handle_card_present_locked(struct sdhci_slot *slot,
sys/dev/sdhci/sdhci.h
425
int sdhci_init_slot(device_t dev, struct sdhci_slot *slot, int num);
sys/dev/sdhci/sdhci.h
426
void sdhci_start_slot(struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.h
428
void sdhci_finish_data(struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.h
429
int sdhci_cleanup_slot(struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.h
430
int sdhci_generic_suspend(struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.h
431
int sdhci_generic_resume(struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.h
432
void sdhci_generic_reset(device_t brdev, struct sdhci_slot *slot, uint8_t mask);
sys/dev/sdhci/sdhci.h
442
void sdhci_generic_intr(struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.h
443
uint32_t sdhci_generic_min_freq(device_t brdev, struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.h
444
bool sdhci_generic_get_card_present(device_t brdev, struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.h
445
void sdhci_generic_set_uhs_timing(device_t brdev, struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.h
446
void sdhci_handle_card_present(struct sdhci_slot *slot, bool is_present);
sys/dev/sdhci/sdhci_acpi.c
109
sdhci_acpi_read_1(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/sdhci/sdhci_acpi.c
120
sdhci_acpi_write_1(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/sdhci/sdhci_acpi.c
131
sdhci_acpi_read_2(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/sdhci/sdhci_acpi.c
142
sdhci_acpi_write_2(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/sdhci/sdhci_acpi.c
153
sdhci_acpi_read_4(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/sdhci/sdhci_acpi.c
164
sdhci_acpi_write_4(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/sdhci/sdhci_acpi.c
175
sdhci_acpi_read_multi_4(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/sdhci/sdhci_acpi.c
184
sdhci_acpi_write_multi_4(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/sdhci/sdhci_acpi.c
193
sdhci_acpi_set_uhs_timing(device_t dev, struct sdhci_slot *slot)
sys/dev/sdhci/sdhci_acpi.c
98
struct sdhci_slot slot;
sys/dev/sdhci/sdhci_fdt.c
253
sdhci_fdt_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/dev/sdhci/sdhci_fdt.c
261
sdhci_fdt_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/dev/sdhci/sdhci_fdt.c
270
sdhci_fdt_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/dev/sdhci/sdhci_fdt.c
278
sdhci_fdt_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/dev/sdhci/sdhci_fdt.c
287
sdhci_fdt_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/dev/sdhci/sdhci_fdt.c
300
sdhci_fdt_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/dev/sdhci/sdhci_fdt.c
309
sdhci_fdt_read_multi_4(device_t dev, struct sdhci_slot *slot,
sys/dev/sdhci/sdhci_fdt.c
318
sdhci_fdt_write_multi_4(device_t dev, struct sdhci_slot *slot,
sys/dev/sdhci/sdhci_fdt.c
381
struct sdhci_slot *slot;
sys/dev/sdhci/sdhci_fdt.c
479
sdhci_fdt_set_clock(device_t dev, struct sdhci_slot *slot, int clock)
sys/dev/sdhci/sdhci_fdt.h
41
struct sdhci_slot slots[SDHCI_FDT_MAX_SLOTS];
sys/dev/sdhci/sdhci_fdt.h
64
int sdhci_fdt_set_clock(device_t dev, struct sdhci_slot *slot,
sys/dev/sdhci/sdhci_fdt_gpio.c
196
sdhci_fdt_gpio_setup(device_t dev, struct sdhci_slot *slot)
sys/dev/sdhci/sdhci_fdt_gpio.c
47
struct sdhci_slot * slot;
sys/dev/sdhci/sdhci_fdt_gpio.h
38
struct sdhci_slot;
sys/dev/sdhci/sdhci_fdt_gpio.h
55
struct sdhci_fdt_gpio *sdhci_fdt_gpio_setup(device_t dev, struct sdhci_slot *slot);
sys/dev/sdhci/sdhci_fdt_rockchip.c
162
sdhci_fdt_rockchip_set_clock(device_t dev, struct sdhci_slot *slot, int clock)
sys/dev/sdhci/sdhci_fsl_fdt.c
1050
struct sdhci_slot *slot = device_get_ivars(child);
sys/dev/sdhci/sdhci_fsl_fdt.c
1069
struct sdhci_slot *slot = device_get_ivars(child);
sys/dev/sdhci/sdhci_fsl_fdt.c
1091
sdhci_fsl_fdt_reset(device_t dev, struct sdhci_slot *slot, uint8_t mask)
sys/dev/sdhci/sdhci_fsl_fdt.c
1195
struct sdhci_slot *slot;
sys/dev/sdhci/sdhci_fsl_fdt.c
1308
struct sdhci_slot *slot;
sys/dev/sdhci/sdhci_fsl_fdt.c
1387
sdhci_fsl_enable_hs400_mode(device_t dev, struct sdhci_slot *slot,
sys/dev/sdhci/sdhci_fsl_fdt.c
1469
sdhci_fsl_fdt_set_uhs_timing(device_t dev, struct sdhci_slot *slot)
sys/dev/sdhci/sdhci_fsl_fdt.c
195
struct sdhci_slot slot;
sys/dev/sdhci/sdhci_fsl_fdt.c
316
fsl_sdhc_fdt_set_clock(struct sdhci_fsl_fdt_softc *sc, struct sdhci_slot *slot,
sys/dev/sdhci/sdhci_fsl_fdt.c
376
sdhci_fsl_fdt_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/dev/sdhci/sdhci_fsl_fdt.c
403
sdhci_fsl_fdt_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/dev/sdhci/sdhci_fsl_fdt.c
433
sdhci_fsl_fdt_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/dev/sdhci/sdhci_fsl_fdt.c
458
sdhci_fsl_fdt_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/dev/sdhci/sdhci_fsl_fdt.c
468
sdhci_fsl_fdt_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/dev/sdhci/sdhci_fsl_fdt.c
506
sdhci_fsl_fdt_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/dev/sdhci/sdhci_fsl_fdt.c
549
sdhci_fsl_fdt_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/dev/sdhci/sdhci_fsl_fdt.c
578
sdhci_fsl_fdt_write_multi_4(device_t dev, struct sdhci_slot *slot,
sys/dev/sdhci/sdhci_fsl_fdt.c
603
struct sdhci_slot *slot;
sys/dev/sdhci/sdhci_fsl_fdt.c
697
struct sdhci_slot *slot;
sys/dev/sdhci/sdhci_fsl_fdt.c
762
sdhci_fsl_fdt_get_card_present(device_t dev, struct sdhci_slot *slot)
sys/dev/sdhci/sdhci_pci.c
163
struct sdhci_slot slots[6];
sys/dev/sdhci/sdhci_pci.c
174
sdhci_pci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/dev/sdhci/sdhci_pci.c
184
sdhci_pci_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/dev/sdhci/sdhci_pci.c
195
sdhci_pci_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/dev/sdhci/sdhci_pci.c
205
sdhci_pci_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/dev/sdhci/sdhci_pci.c
216
sdhci_pci_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off)
sys/dev/sdhci/sdhci_pci.c
226
sdhci_pci_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/dev/sdhci/sdhci_pci.c
237
sdhci_pci_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/dev/sdhci/sdhci_pci.c
246
sdhci_pci_write_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off,
sys/dev/sdhci/sdhci_pci.c
333
struct sdhci_slot *slot;
sys/dev/sdhci/sdhci_xenon.c
102
sdhci_xenon_read_4(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/sdhci/sdhci_xenon.c
111
sdhci_xenon_write_4(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/sdhci/sdhci_xenon.c
120
sdhci_xenon_read_multi_4(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/sdhci/sdhci_xenon.c
129
sdhci_xenon_write_multi_4(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/sdhci/sdhci_xenon.c
154
sdhci_xenon_set_uhs_timing(device_t brdev, struct sdhci_slot *slot)
sys/dev/sdhci/sdhci_xenon.c
328
struct sdhci_slot *slot;
sys/dev/sdhci/sdhci_xenon.c
380
struct sdhci_slot *slot;
sys/dev/sdhci/sdhci_xenon.c
66
sdhci_xenon_read_1(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/sdhci/sdhci_xenon.c
75
sdhci_xenon_write_1(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/sdhci/sdhci_xenon.c
84
sdhci_xenon_read_2(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/sdhci/sdhci_xenon.c
93
sdhci_xenon_write_2(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/sdhci/sdhci_xenon.h
112
struct sdhci_slot *slot; /* SDHCI internal data */
sys/dev/sdhci/sdhci_xenon_acpi.c
82
struct sdhci_slot *slot;
sys/dev/sdhci/sdhci_xenon_fdt.c
119
struct sdhci_slot *slot;
sys/dev/sdhci/sdhci_xenon_fdt.c
67
sdhci_xenon_fdt_get_card_present(device_t dev, struct sdhci_slot *slot)
sys/dev/sdhci/sdhci_xenon_fdt.c
91
sdhci_xenon_fdt_parse(device_t dev, struct sdhci_slot *slot)