Lines Matching refs:mmc_dev
495 dev_err(mmc_dev(host->mmc), in mmci_validate_data()
555 dev_vdbg(mmc_dev(host->mmc), in mmci_dma_start()
741 dmae = devm_kzalloc(mmc_dev(host->mmc), sizeof(*dmae), GFP_KERNEL); in mmci_dmae_setup()
747 dmae->rx_channel = dma_request_chan(mmc_dev(host->mmc), "rx"); in mmci_dmae_setup()
754 dmae->tx_channel = dma_request_chan(mmc_dev(host->mmc), "tx"); in mmci_dmae_setup()
757 dev_warn(mmc_dev(host->mmc), in mmci_dmae_setup()
780 dev_info(mmc_dev(host->mmc), "DMA channels RX %s, TX %s\n", in mmci_dmae_setup()
846 dev_err(mmc_dev(host->mmc), "error during DMA transfer!\n"); in mmci_dmae_error()
892 dev_err(mmc_dev(host->mmc), "buggy DMA detected. Taking evasive action.\n"); in mmci_dmae_finalize()
1135 dev_dbg(mmc_dev(host->mmc), "blksz %04x blks %04x flags %08x\n", in mmci_start_data()
1218 dev_dbg(mmc_dev(host->mmc), "op %02x arg %08x flags %08x\n", in mmci_start_command()
1309 dev_dbg(mmc_dev(host->mmc), "MCI ERROR IRQ, status 0x%08x at 0x%08x\n", in mmci_data_irq()
1332 dev_err(mmc_dev(host->mmc), "stray MCI_DATABLOCKEND interrupt\n"); in mmci_data_irq()
1542 dev_dbg(mmc_dev(host->mmc), "irq1 (pio) %08x\n", status); in mmci_pio_irq()
1636 dev_dbg(mmc_dev(host->mmc), "irq0 (data+cmd) %08x\n", status); in mmci_irq()
1745 host->plat->ios_handler(mmc_dev(mmc), ios)) in mmci_set_ios()
1746 dev_err(mmc_dev(mmc), "platform ios_handler failed\n"); in mmci_set_ios()
1775 dev_err(mmc_dev(mmc), in mmci_set_ios()
1812 pinctrl_select_default_state(mmc_dev(mmc)); in mmci_set_ios()
1826 dev_err(mmc_dev(host->mmc), in mmci_set_ios()
1862 status = plat->status(mmc_dev(host->mmc)); in mmci_get_cd()
1880 dev_warn(mmc_dev(mmc), "Voltage switch failed\n"); in mmci_sig_volt_switch()
1980 dev_err(mmc_dev(mmc), "Can't select opendrain pins\n"); in mmci_probe()
1988 dev_dbg(mmc_dev(mmc), "designer ID = 0x%02x\n", host->hw_designer); in mmci_probe()
1989 dev_dbg(mmc_dev(mmc), "revision = 0x%01x\n", host->hw_revision); in mmci_probe()
2019 dev_dbg(mmc_dev(mmc), "eventual mclk rate: %u Hz\n", in mmci_probe()
2062 dev_dbg(mmc_dev(mmc), "clocking block at %u Hz\n", mmc->f_max); in mmci_probe()
2078 dev_warn(mmc_dev(mmc), "Platform OCR mask is ignored\n"); in mmci_probe()