Lines Matching refs:mmc_dev

123 	dev_dbg(mmc_dev(host->mmc), "imxmci_stop_clock blocked, no luck\n");  in imxmci_stop_clock()
178 dev_err(mmc_dev(host->mmc), "imxmci_start_clock blocked, no luck\n"); in imxmci_start_clock()
208 dev_dbg(mmc_dev(host->mmc), "busy wait timeout in %s, STATUS = 0x%x (0x%x)\n", in imxmci_busy_wait_for_status()
220 dev_info(mmc_dev(host->mmc), "busy wait for %d usec in %s, STATUS = 0x%x (0x%x)\n", in imxmci_busy_wait_for_status()
273 host->dma_nents = dma_map_sg(mmc_dev(host->mmc), data->sg, in imxmci_setup_data()
285 host->dma_nents = dma_map_sg(mmc_dev(host->mmc), data->sg, in imxmci_setup_data()
302 dev_err(mmc_dev(host->mmc), "imxmci_setup_data datasz 0x%x > 0x%x dm_size\n", in imxmci_setup_data()
379 dev_dbg(mmc_dev(host->mmc), "CMD%02d (0x%02x) mask set to 0x%04x\n", in imxmci_start_cmd()
415 dma_unmap_sg(mmc_dev(host->mmc), data->sg, host->dma_nents, in imxmci_finish_data()
420 dev_dbg(mmc_dev(host->mmc), "request failed. status: 0x%08x\n", stat); in imxmci_finish_data()
451 dev_dbg(mmc_dev(host->mmc), "CMD TIMEOUT\n"); in imxmci_cmd_done()
454 dev_dbg(mmc_dev(host->mmc), "cmd crc error\n"); in imxmci_cmd_done()
473 dev_dbg(mmc_dev(host->mmc), "RESP 0x%08x, 0x%08x, 0x%08x, 0x%08x, error %d\n", in imxmci_cmd_done()
489 dev_warn(mmc_dev(host->mmc), "STATUS = 0x%04x\n", in imxmci_cmd_done()
508 dev_warn(mmc_dev(host->mmc), "imxmci_cmd_done: no request to finish\n"); in imxmci_cmd_done()
533 dev_warn(mmc_dev(host->mmc), "imxmci_data_done: no request to finish\n"); in imxmci_data_done()
552 dev_dbg(mmc_dev(host->mmc), "imxmci_cpu_driven_data running STATUS = 0x%x\n", in imxmci_cpu_driven_data()
584 dev_dbg(mmc_dev(host->mmc), "imxmci_cpu_driven_data read %d burst %d STATUS = 0x%x\n", in imxmci_cpu_driven_data()
595 dev_dbg(mmc_dev(host->mmc), "imxmci_cpu_driven_data read timeout STATUS = 0x%x\n", in imxmci_cpu_driven_data()
620 dev_dbg(mmc_dev(host->mmc), "imxmci_cpu_driven_data write burst %d STATUS = 0x%x\n", in imxmci_cpu_driven_data()
685 dev_err(mmc_dev(host->mmc), in imxmci_tasklet_fnc()
689 dev_err(mmc_dev(host->mmc), in imxmci_tasklet_fnc()
695 dev_err(mmc_dev(host->mmc), "CMD%d, prevCMD%d, bus %d-bit, dma_size = 0x%x\n", in imxmci_tasklet_fnc()
859 dev_dbg(mmc_dev(host->mmc), "PERCLK2 %d MHz -> prescaler %d\n", in imxmci_set_ios()
882 dev_dbg(mmc_dev(host->mmc), in imxmci_set_ios()
895 return !!host->pdata->get_ro(mmc_dev(mmc)); in imxmci_get_ro()
915 host->pdata->card_present(mmc_dev(host->mmc)) != host->present) { in imxmci_check_status()
917 dev_info(mmc_dev(host->mmc), "card %s\n", in imxmci_check_status()
1013 dev_err(mmc_dev(host->mmc), "wrong rev.no. 0x%08x. aborting.\n", in imxmci_probe()
1026 dev_err(mmc_dev(host->mmc), "imx_dma_request_by_prio failed\n"); in imxmci_probe()
1043 host->present = host->pdata->card_present(mmc_dev(mmc)); in imxmci_probe()