Lines Matching refs:mmc_dev
239 dev_err(mmc_dev(host->mmc), in mmci_validate_data()
422 host->dma_rx_channel = dma_request_slave_channel(mmc_dev(host->mmc), "rx"); in mmci_dma_setup()
423 host->dma_tx_channel = dma_request_slave_channel(mmc_dev(host->mmc), "tx"); in mmci_dma_setup()
446 dev_info(mmc_dev(host->mmc), "DMA channels RX %s, TX %s\n", in mmci_dma_setup()
487 dev_err(mmc_dev(host->mmc), "error during DMA transfer!\n"); in mmci_dma_data_error()
541 dev_err(mmc_dev(host->mmc), "buggy DMA detected. Taking evasive action.\n"); in mmci_dma_finalize()
642 dev_vdbg(mmc_dev(host->mmc), in mmci_dma_start_data()
776 dev_dbg(mmc_dev(host->mmc), "blksz %04x blks %04x flags %08x\n", in mmci_start_data()
868 dev_dbg(mmc_dev(host->mmc), "op %02x arg %08x flags %08x\n", in mmci_start_command()
924 dev_dbg(mmc_dev(host->mmc), "MCI ERROR IRQ, status 0x%08x at 0x%08x\n", in mmci_data_irq()
947 dev_err(mmc_dev(host->mmc), "stray MCI_DATABLOCKEND interrupt\n"); in mmci_data_irq()
1187 dev_dbg(mmc_dev(host->mmc), "irq1 (pio) %08x\n", status); in mmci_pio_irq()
1287 dev_dbg(mmc_dev(host->mmc), "irq0 (data+cmd) %08x\n", status); in mmci_irq()
1351 host->plat->ios_handler(mmc_dev(mmc), ios)) in mmci_set_ios()
1352 dev_err(mmc_dev(mmc), "platform ios_handler failed\n"); in mmci_set_ios()
1381 dev_err(mmc_dev(mmc), in mmci_set_ios()
1432 dev_err(mmc_dev(host->mmc), in mmci_set_ios()
1458 status = plat->status(mmc_dev(host->mmc)); in mmci_get_cd()
1485 dev_warn(mmc_dev(mmc), "Voltage switch failed\n"); in mmci_sig_volt_switch()
1578 dev_err(mmc_dev(mmc), "Can't select default pins\n"); in mmci_probe()
1586 dev_err(mmc_dev(mmc), "Can't select opendrain pins\n"); in mmci_probe()
1594 dev_dbg(mmc_dev(mmc), "designer ID = 0x%02x\n", host->hw_designer); in mmci_probe()
1595 dev_dbg(mmc_dev(mmc), "revision = 0x%01x\n", host->hw_revision); in mmci_probe()
1625 dev_dbg(mmc_dev(mmc), "eventual mclk rate: %u Hz\n", in mmci_probe()
1666 dev_dbg(mmc_dev(mmc), "clocking block at %u Hz\n", mmc->f_max); in mmci_probe()
1676 dev_warn(mmc_dev(mmc), "Platform OCR mask is ignored\n"); in mmci_probe()