Lines Matching defs:sd
156 void sdioh_sdmmc_card_enable_func_f3(sdioh_info_t *sd, struct sdio_func *func) in sdioh_sdmmc_card_enable_func_f3()
168 sdioh_sdmmc_card_enablefuncs(sdioh_info_t *sd) in sdioh_sdmmc_card_enablefuncs()
209 sdioh_info_t *sd = NULL; in sdioh_attach() local
304 sdioh_detach(osl_t *osh, sdioh_info_t *sd) in sdioh_detach()
338 sdioh_enable_func_intr(sdioh_info_t *sd) in sdioh_enable_func_intr()
373 sdioh_disable_func_intr(sdioh_info_t *sd) in sdioh_disable_func_intr()
411 sdioh_interrupt_register(sdioh_info_t *sd, sdioh_cb_fn_t fn, void *argh) in sdioh_interrupt_register()
443 sdioh_interrupt_deregister(sdioh_info_t *sd) in sdioh_interrupt_deregister()
474 sdioh_interrupt_query(sdioh_info_t *sd, bool *onoff) in sdioh_interrupt_query()
483 sdioh_interrupt_pending(sdioh_info_t *sd) in sdioh_interrupt_pending()
490 sdioh_query_iofnum(sdioh_info_t *sd) in sdioh_query_iofnum()
848 sdioh_enable_hw_oob_intr(sdioh_info_t *sd, bool enable) in sdioh_enable_hw_oob_intr()
864 sdioh_cfg_read(sdioh_info_t *sd, uint fnc_num, uint32 addr, uint8 *data) in sdioh_cfg_read()
873 sdioh_cfg_write(sdioh_info_t *sd, uint fnc_num, uint32 addr, uint8 *data) in sdioh_cfg_write()
882 sdioh_sdmmc_get_cisaddr(sdioh_info_t *sd, uint32 regaddr) in sdioh_sdmmc_get_cisaddr()
903 sdioh_cis_read(sdioh_info_t *sd, uint func, uint8 *cisd, uint32 length) in sdioh_cis_read()
935 sdioh_cisaddr_read(sdioh_info_t *sd, uint func, uint8 *cisd, uint32 offset) in sdioh_cisaddr_read()
957 sdioh_request_byte(sdioh_info_t *sd, uint rw, uint func, uint regaddr, uint8 *byte) in sdioh_request_byte()
1148 sdioh_set_mode(sdioh_info_t *sd, uint mode) in sdioh_set_mode()
1160 sdioh_get_spend_time(sdioh_info_t *sd) in sdioh_get_spend_time()
1167 sdioh_request_word(sdioh_info_t *sd, uint cmd_type, uint rw, uint func, uint addr, in sdioh_request_word()
1253 sdioh_request_packet_chain(sdioh_info_t *sd, uint fix_inc, uint write, uint func, in sdioh_request_packet_chain()
1479 sdioh_buffer_tofrom_bus(sdioh_info_t *sd, uint fix_inc, uint write, uint func, in sdioh_buffer_tofrom_bus()
1546 sdioh_request_buffer(sdioh_info_t *sd, uint pio_dma, uint fix_inc, uint write, uint func, in sdioh_request_buffer()
1626 sdioh_abort(sdioh_info_t *sd, uint func) in sdioh_abort()
1653 sdioh_sdmmc_devintr_off(sdioh_info_t *sd) in sdioh_sdmmc_devintr_off()
1661 sdioh_sdmmc_devintr_on(sdioh_info_t *sd) in sdioh_sdmmc_devintr_on()
1669 sdioh_sdmmc_card_regread(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 *data) in sdioh_sdmmc_card_regread()
1695 void sdio_claim_host_lock_local(sdioh_info_t *sd) // terence 20140926: fix for claim host issue in sdio_claim_host_lock_local()
1703 void sdio_claim_host_unlock_local(sdioh_info_t *sd) // terence 20140926: fix for claim host issue in sdio_claim_host_unlock_local()
1714 sdioh_info_t *sd; in IRQHandler() local
1758 sdioh_sdmmc_card_regwrite(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 data) in sdioh_sdmmc_card_regwrite()
1783 static int sdio_sw_reset(sdioh_info_t *sd) in sdio_sw_reset()
1826 sdioh_start(sdioh_info_t *sd, int stage) in sdioh_start()
1920 sdioh_stop(sdioh_info_t *sd) in sdioh_stop()
1957 sdioh_waitlockfree(sdioh_info_t *sd) in sdioh_waitlockfree()
1964 sdioh_test_diag(sdioh_info_t *sd) in sdioh_test_diag()
1973 sdioh_gpioouten(sdioh_info_t *sd, uint32 gpio) in sdioh_gpioouten()
1979 sdioh_gpioout(sdioh_info_t *sd, uint32 gpio, bool enab) in sdioh_gpioout()
1985 sdioh_gpioin(sdioh_info_t *sd, uint32 gpio) in sdioh_gpioin()
1991 sdioh_gpio_init(sdioh_info_t *sd) in sdioh_gpio_init()
1997 sdmmc_get_clock_rate(sdioh_info_t *sd) in sdmmc_get_clock_rate()
2009 sdmmc_set_clock_rate(sdioh_info_t *sd, uint hz) in sdmmc_set_clock_rate()
2037 sdmmc_set_clock_divisor(sdioh_info_t *sd, uint sd_div) in sdmmc_set_clock_divisor()