Symbol: sdhci_slot
sys/dev/disk/sdhci/sdhci.c
1050
sdhci_req_done(struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
1068
struct sdhci_slot *slot = arg;
sys/dev/disk/sdhci/sdhci.c
1082
sdhci_set_transfer_mode(struct sdhci_slot *slot, struct mmc_data *data)
sys/dev/disk/sdhci/sdhci.c
1103
sdhci_start_command(struct sdhci_slot *slot, struct mmc_command *cmd)
sys/dev/disk/sdhci/sdhci.c
1214
sdhci_finish_command(struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
123
slot_printf(struct sdhci_slot *slot, const char * fmt, ...)
sys/dev/disk/sdhci/sdhci.c
1255
sdhci_start_data(struct sdhci_slot *slot, struct mmc_data *data)
sys/dev/disk/sdhci/sdhci.c
138
sdhci_dumpregs(struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
1401
sdhci_finish_data(struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
1455
sdhci_start(struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
1490
struct sdhci_slot *slot = device_get_ivars(reqdev);
sys/dev/disk/sdhci/sdhci.c
1519
struct sdhci_slot *slot = device_get_ivars(reqdev);
sys/dev/disk/sdhci/sdhci.c
1531
struct sdhci_slot *slot = device_get_ivars(reqdev);
sys/dev/disk/sdhci/sdhci.c
1547
struct sdhci_slot *slot = device_get_ivars(reqdev);
sys/dev/disk/sdhci/sdhci.c
1559
sdhci_cmd_irq(struct sdhci_slot *slot, uint32_t intmask)
sys/dev/disk/sdhci/sdhci.c
1579
sdhci_data_irq(struct sdhci_slot *slot, uint32_t intmask)
sys/dev/disk/sdhci/sdhci.c
1684
sdhci_acmd_irq(struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
1700
sdhci_adma_irq(struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
173
sdhci_reset(struct sdhci_slot *slot, uint8_t mask)
sys/dev/disk/sdhci/sdhci.c
1750
sdhci_generic_intr(struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
1830
struct sdhci_slot *slot = device_get_ivars(child);
sys/dev/disk/sdhci/sdhci.c
1893
struct sdhci_slot *slot = device_get_ivars(child);
sys/dev/disk/sdhci/sdhci.c
233
sdhci_init(struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
252
sdhci_set_clock(struct sdhci_slot *slot, uint32_t clock)
sys/dev/disk/sdhci/sdhci.c
347
sdhci_set_power(struct sdhci_slot *slot, u_char power)
sys/dev/disk/sdhci/sdhci.c
383
sdhci_read_block_pio(struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
426
sdhci_write_block_pio(struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
466
sdhci_transfer_pio(struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
490
struct sdhci_slot *slot = arg;
sys/dev/disk/sdhci/sdhci.c
498
struct sdhci_slot *slot = arg;
sys/dev/disk/sdhci/sdhci.c
523
sdhci_dma_alloc(struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
589
sdhci_dma_free(struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
600
struct sdhci_slot *slot = arg;
sys/dev/disk/sdhci/sdhci.c
633
sdhci_init_slot(device_t dev, struct sdhci_slot *slot, int num)
sys/dev/disk/sdhci/sdhci.c
81
static void sdhci_set_clock(struct sdhci_slot *slot, uint32_t clock);
sys/dev/disk/sdhci/sdhci.c
82
static void sdhci_start(struct sdhci_slot *slot);
sys/dev/disk/sdhci/sdhci.c
83
static void sdhci_start_data(struct sdhci_slot *slot, struct mmc_data *data);
sys/dev/disk/sdhci/sdhci.c
854
sdhci_start_slot(struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
860
sdhci_cleanup_slot(struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
87
static int sdhci_dma_alloc(struct sdhci_slot *slot);
sys/dev/disk/sdhci/sdhci.c
887
sdhci_generic_suspend(struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
89
static void sdhci_dma_free(struct sdhci_slot *slot);
sys/dev/disk/sdhci/sdhci.c
895
sdhci_generic_resume(struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
903
sdhci_generic_min_freq(device_t brdev __unused, struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
912
sdhci_generic_get_card_present(device_t brdev __unused, struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
921
sdhci_generic_set_uhs_timing(device_t brdev __unused, struct sdhci_slot *slot)
sys/dev/disk/sdhci/sdhci.c
94
static void sdhci_dumpregs(struct sdhci_slot *slot);
sys/dev/disk/sdhci/sdhci.c
95
static int slot_printf(struct sdhci_slot *slot, const char * fmt, ...)
sys/dev/disk/sdhci/sdhci.c
955
struct sdhci_slot *slot = device_get_ivars(reqdev);
sys/dev/disk/sdhci/sdhci.c
997
struct sdhci_slot *slot = device_get_ivars(reqdev);
sys/dev/disk/sdhci/sdhci.h
404
int sdhci_init_slot(device_t dev, struct sdhci_slot *slot, int num);
sys/dev/disk/sdhci/sdhci.h
405
void sdhci_start_slot(struct sdhci_slot *slot);
sys/dev/disk/sdhci/sdhci.h
407
void sdhci_finish_data(struct sdhci_slot *slot);
sys/dev/disk/sdhci/sdhci.h
408
int sdhci_cleanup_slot(struct sdhci_slot *slot);
sys/dev/disk/sdhci/sdhci.h
409
int sdhci_generic_suspend(struct sdhci_slot *slot);
sys/dev/disk/sdhci/sdhci.h
410
int sdhci_generic_resume(struct sdhci_slot *slot);
sys/dev/disk/sdhci/sdhci.h
417
void sdhci_generic_intr(struct sdhci_slot *slot);
sys/dev/disk/sdhci/sdhci.h
418
uint32_t sdhci_generic_min_freq(device_t brdev, struct sdhci_slot *slot);
sys/dev/disk/sdhci/sdhci.h
419
boolean_t sdhci_generic_get_card_present(device_t brdev, struct sdhci_slot *slot);
sys/dev/disk/sdhci/sdhci.h
420
void sdhci_generic_set_uhs_timing(device_t brdev, struct sdhci_slot *slot);
sys/dev/disk/sdhci/sdhci_acpi.c
105
sdhci_acpi_read_4(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/disk/sdhci/sdhci_acpi.c
116
sdhci_acpi_write_4(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/disk/sdhci/sdhci_acpi.c
127
sdhci_acpi_read_multi_4(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/disk/sdhci/sdhci_acpi.c
136
sdhci_acpi_write_multi_4(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/disk/sdhci/sdhci_acpi.c
56
struct sdhci_slot slot;
sys/dev/disk/sdhci/sdhci_acpi.c
61
sdhci_acpi_read_1(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/disk/sdhci/sdhci_acpi.c
72
sdhci_acpi_write_1(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/disk/sdhci/sdhci_acpi.c
83
sdhci_acpi_read_2(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/disk/sdhci/sdhci_acpi.c
94
sdhci_acpi_write_2(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/disk/sdhci/sdhci_pci.c
151
struct sdhci_slot slots[6];
sys/dev/disk/sdhci/sdhci_pci.c
161
sdhci_pci_read_1(device_t dev, struct sdhci_slot *slot __unused, bus_size_t off)
sys/dev/disk/sdhci/sdhci_pci.c
171
sdhci_pci_write_1(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/disk/sdhci/sdhci_pci.c
182
sdhci_pci_read_2(device_t dev, struct sdhci_slot *slot __unused, bus_size_t off)
sys/dev/disk/sdhci/sdhci_pci.c
192
sdhci_pci_write_2(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/disk/sdhci/sdhci_pci.c
203
sdhci_pci_read_4(device_t dev, struct sdhci_slot *slot __unused, bus_size_t off)
sys/dev/disk/sdhci/sdhci_pci.c
213
sdhci_pci_write_4(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/disk/sdhci/sdhci_pci.c
224
sdhci_pci_read_multi_4(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/disk/sdhci/sdhci_pci.c
233
sdhci_pci_write_multi_4(device_t dev, struct sdhci_slot *slot __unused,
sys/dev/disk/sdhci/sdhci_pci.c
383
struct sdhci_slot *slot = &sc->slots[sc->num_slots];
sys/dev/disk/sdhci/sdhci_pci.c
412
struct sdhci_slot *slot = &sc->slots[i];
sys/dev/disk/sdhci/sdhci_pci.c
432
struct sdhci_slot *slot = &sc->slots[i];
sys/dev/disk/sdhci/sdhci_pci.c
485
struct sdhci_slot *slot = &sc->slots[i];