Lines Matching defs:slot

70 #define RD1(slot, off) SDHCI_READ_1((slot)->bus, (slot), (off))  argument
71 #define RD2(slot, off) SDHCI_READ_2((slot)->bus, (slot), (off)) argument
72 #define RD4(slot, off) SDHCI_READ_4((slot)->bus, (slot), (off)) argument
73 #define RD_MULTI_4(slot, off, ptr, count) \ argument
75 #define WR1(slot, off, val) SDHCI_WRITE_1((slot)->bus, (slot), (off), (val)) argument
76 #define WR2(slot, off, val) SDHCI_WRITE_2((slot)->bus, (slot), (off), (val)) argument
77 #define WR4(slot, off, val) SDHCI_WRITE_4((slot)->bus, (slot), (off), (val)) argument
78 #define WR_MULTI_4(slot, off, ptr, count) \ argument
123 slot_printf(struct sdhci_slot *slot, const char * fmt, ...) in slot_printf()
138 sdhci_dumpregs(struct sdhci_slot *slot) in sdhci_dumpregs()
173 sdhci_reset(struct sdhci_slot *slot, uint8_t mask) in sdhci_reset()
233 sdhci_init(struct sdhci_slot *slot) in sdhci_init()
252 sdhci_set_clock(struct sdhci_slot *slot, uint32_t clock) in sdhci_set_clock()
347 sdhci_set_power(struct sdhci_slot *slot, u_char power) in sdhci_set_power()
383 sdhci_read_block_pio(struct sdhci_slot *slot) in sdhci_read_block_pio()
426 sdhci_write_block_pio(struct sdhci_slot *slot) in sdhci_write_block_pio()
466 sdhci_transfer_pio(struct sdhci_slot *slot) in sdhci_transfer_pio()
490 struct sdhci_slot *slot = arg; in sdhci_card_delay() local
498 struct sdhci_slot *slot = arg; in sdhci_card_task() local
523 sdhci_dma_alloc(struct sdhci_slot *slot) in sdhci_dma_alloc()
589 sdhci_dma_free(struct sdhci_slot *slot) in sdhci_dma_free()
600 struct sdhci_slot *slot = arg; in sdhci_adma2_getaddr() local
633 sdhci_init_slot(device_t dev, struct sdhci_slot *slot, int num) in sdhci_init_slot()
854 sdhci_start_slot(struct sdhci_slot *slot) in sdhci_start_slot()
860 sdhci_cleanup_slot(struct sdhci_slot *slot) in sdhci_cleanup_slot()
887 sdhci_generic_suspend(struct sdhci_slot *slot) in sdhci_generic_suspend()
895 sdhci_generic_resume(struct sdhci_slot *slot) in sdhci_generic_resume()
903 sdhci_generic_min_freq(device_t brdev __unused, struct sdhci_slot *slot) in sdhci_generic_min_freq()
912 sdhci_generic_get_card_present(device_t brdev __unused, struct sdhci_slot *slot) in sdhci_generic_get_card_present()
921 sdhci_generic_set_uhs_timing(device_t brdev __unused, struct sdhci_slot *slot) in sdhci_generic_set_uhs_timing()
955 struct sdhci_slot *slot = device_get_ivars(reqdev); in sdhci_generic_update_ios() local
997 struct sdhci_slot *slot = device_get_ivars(reqdev); in sdhci_generic_switch_vccq() local
1050 sdhci_req_done(struct sdhci_slot *slot) in sdhci_req_done()
1068 struct sdhci_slot *slot = arg; in sdhci_timeout() local
1082 sdhci_set_transfer_mode(struct sdhci_slot *slot, struct mmc_data *data) in sdhci_set_transfer_mode()
1103 sdhci_start_command(struct sdhci_slot *slot, struct mmc_command *cmd) in sdhci_start_command()
1214 sdhci_finish_command(struct sdhci_slot *slot) in sdhci_finish_command()
1255 sdhci_start_data(struct sdhci_slot *slot, struct mmc_data *data) in sdhci_start_data()
1392 sdhci_finish_data(struct sdhci_slot *slot) in sdhci_finish_data()
1446 sdhci_start(struct sdhci_slot *slot) in sdhci_start()
1481 struct sdhci_slot *slot = device_get_ivars(reqdev); in sdhci_generic_request() local
1510 struct sdhci_slot *slot = device_get_ivars(reqdev); in sdhci_generic_get_ro() local
1522 struct sdhci_slot *slot = device_get_ivars(reqdev); in sdhci_generic_acquire_host() local
1538 struct sdhci_slot *slot = device_get_ivars(reqdev); in sdhci_generic_release_host() local
1550 sdhci_cmd_irq(struct sdhci_slot *slot, uint32_t intmask) in sdhci_cmd_irq()
1570 sdhci_data_irq(struct sdhci_slot *slot, uint32_t intmask) in sdhci_data_irq()
1675 sdhci_acmd_irq(struct sdhci_slot *slot) in sdhci_acmd_irq()
1691 sdhci_adma_irq(struct sdhci_slot *slot) in sdhci_adma_irq()
1741 sdhci_generic_intr(struct sdhci_slot *slot) in sdhci_generic_intr()
1821 struct sdhci_slot *slot = device_get_ivars(child); in sdhci_generic_read_ivar() local
1884 struct sdhci_slot *slot = device_get_ivars(child); in sdhci_generic_write_ivar() local