Lines Matching refs:sd_handle
19 int sd_cmd0(struct sd_handle *handle) in sd_cmd0()
35 int sd_cmd1(struct sd_handle *handle, uint32_t ocr, uint32_t *ocr_output) in sd_cmd1()
57 int sd_cmd2(struct sd_handle *handle) in sd_cmd2()
68 int sd_cmd3(struct sd_handle *handle) in sd_cmd3()
92 int sd_cmd7(struct sd_handle *handle, uint32_t rca) in sd_cmd7()
127 int mmc_cmd8(struct sd_handle *handle, uint8_t *extCsdReg) in mmc_cmd8()
150 int sd_cmd9(struct sd_handle *handle, struct sd_card_data *card) in sd_cmd9()
244 int sd_cmd13(struct sd_handle *handle, uint32_t *status) in sd_cmd13()
266 int sd_cmd16(struct sd_handle *handle, uint32_t length) in sd_cmd16()
312 int sd_cmd17(struct sd_handle *handle, in sd_cmd17()
366 int sd_cmd18(struct sd_handle *handle, in sd_cmd18()
423 static int card_sts_resp(struct sd_handle *handle, uint32_t *status) in card_sts_resp()
457 int sd_cmd35(struct sd_handle *handle, uint32_t start) in sd_cmd35()
483 int sd_cmd36(struct sd_handle *handle, uint32_t end) in sd_cmd36()
509 int sd_cmd38(struct sd_handle *handle) in sd_cmd38()
537 int sd_cmd24(struct sd_handle *handle, in sd_cmd24()
591 int sd_cmd25(struct sd_handle *handle, in sd_cmd25()
648 int mmc_cmd6(struct sd_handle *handle, uint32_t argument) in mmc_cmd6()
701 int send_cmd(struct sd_handle *handle, uint32_t cmdIndex, uint32_t argument, in send_cmd()