Lines Matching refs:sd_dev

66 static int32_t chal_sd_set_power(struct sd_dev *handle,
69 static void chal_sd_set_dma_boundary(struct sd_dev *handle, uint32_t boundary);
71 static int32_t chal_sd_setup_handler(struct sd_dev *handle,
78 static int32_t chal_sd_set_power(struct sd_dev *handle, in chal_sd_set_power()
159 static void chal_sd_set_dma_boundary(struct sd_dev *handle, uint32_t boundary) in chal_sd_set_dma_boundary()
169 static int32_t chal_sd_setup_handler(struct sd_dev *handle, uint32_t sdBase, in chal_sd_setup_handler()
193 struct sd_dev *handle; in chal_sd_init()
200 handle = (struct sd_dev *)sd_handle; in chal_sd_init()
300 struct sd_dev *handle; in chal_sd_set_speed()
305 handle = (struct sd_dev *) sd_handle; in chal_sd_set_speed()
342 struct sd_dev *handle; in chal_sd_check_cap()
347 handle = (struct sd_dev *) sd_handle; in chal_sd_check_cap()
360 struct sd_dev *handle; in chal_sd_start()
366 handle = (struct sd_dev *) sd_handle; in chal_sd_start()
391 struct sd_dev *handle; in chal_sd_get_atuo12_error()
396 handle = (struct sd_dev *) sd_handle; in chal_sd_get_atuo12_error()
407 struct sd_dev *handle; in chal_sd_get_present_status()
412 handle = (struct sd_dev *) sd_handle; in chal_sd_get_present_status()
424 struct sd_dev *handle; in chal_sd_config_bus_width()
429 handle = (struct sd_dev *)sd_handle; in chal_sd_config_bus_width()
464 struct sd_dev *handle; in chal_sd_set_dma()
470 handle = (struct sd_dev *)sd_handle; in chal_sd_set_dma()
502 struct sd_dev *handle; in chal_sd_get_dma_addr()
507 handle = (struct sd_dev *) sd_handle; in chal_sd_get_dma_addr()
520 struct sd_dev *handle; in chal_sd_send_cmd()
525 handle = (struct sd_dev *) sd_handle; in chal_sd_send_cmd()
563 struct sd_dev *handle; in chal_sd_set_dma_addr()
568 handle = (struct sd_dev *) sd_handle; in chal_sd_set_dma_addr()
616 struct sd_dev *handle; in chal_sd_set_clock()
627 handle = (struct sd_dev *) sd_handle; in chal_sd_set_clock()
693 struct sd_dev *handle; in chal_sd_setup_xfer()
698 handle = (struct sd_dev *) sd_handle; in chal_sd_setup_xfer()
728 struct sd_dev *handle; in chal_sd_write_buffer()
733 handle = (struct sd_dev *) sd_handle; in chal_sd_write_buffer()
783 struct sd_dev *handle; in chal_sd_read_buffer()
788 handle = (struct sd_dev *)sd_handle; in chal_sd_read_buffer()
834 struct sd_dev *handle; in chal_sd_reset_line()
839 handle = (struct sd_dev *) sd_handle; in chal_sd_reset_line()
867 struct sd_dev *handle; in chal_sd_get_response()
872 handle = (struct sd_dev *) sd_handle; in chal_sd_get_response()
891 struct sd_dev *handle; in chal_sd_clear_pending_irq()
896 handle = (struct sd_dev *)sd_handle; in chal_sd_clear_pending_irq()
914 struct sd_dev *handle; in chal_sd_get_irq_status()
919 handle = (struct sd_dev *) sd_handle; in chal_sd_get_irq_status()
930 struct sd_dev *handle; in chal_sd_clear_irq()
935 handle = (struct sd_dev *) sd_handle; in chal_sd_clear_irq()
955 struct sd_dev *handle; in chal_sd_config()
960 handle = (struct sd_dev *) sd_handle; in chal_sd_config()
983 struct sd_dev *handle; in chal_sd_dump_fifo()
988 handle = (struct sd_dev *)sd_handle; in chal_sd_dump_fifo()
1004 struct sd_dev *handle; in chal_sd_set_irq_signal()
1009 handle = (struct sd_dev *)sd_handle; in chal_sd_set_irq_signal()