Lines Matching refs:mmc_dev

496 		dev_err(mmc_dev(host->mmc),  in mmci_validate_data()
556 dev_vdbg(mmc_dev(host->mmc), in mmci_dma_start()
742 dmae = devm_kzalloc(mmc_dev(host->mmc), sizeof(*dmae), GFP_KERNEL); in mmci_dmae_setup()
748 dmae->rx_channel = dma_request_chan(mmc_dev(host->mmc), "rx"); in mmci_dmae_setup()
755 dmae->tx_channel = dma_request_chan(mmc_dev(host->mmc), "tx"); in mmci_dmae_setup()
758 dev_warn(mmc_dev(host->mmc), in mmci_dmae_setup()
781 dev_info(mmc_dev(host->mmc), "DMA channels RX %s, TX %s\n", in mmci_dmae_setup()
847 dev_err(mmc_dev(host->mmc), "error during DMA transfer!\n"); in mmci_dmae_error()
893 dev_err(mmc_dev(host->mmc), "buggy DMA detected. Taking evasive action.\n"); in mmci_dmae_finalize()
1136 dev_dbg(mmc_dev(host->mmc), "blksz %04x blks %04x flags %08x\n", in mmci_start_data()
1219 dev_dbg(mmc_dev(host->mmc), "op %02x arg %08x flags %08x\n", in mmci_start_command()
1310 dev_dbg(mmc_dev(host->mmc), "MCI ERROR IRQ, status 0x%08x at 0x%08x\n", in mmci_data_irq()
1333 dev_err(mmc_dev(host->mmc), "stray MCI_DATABLOCKEND interrupt\n"); in mmci_data_irq()
1547 dev_dbg(mmc_dev(host->mmc), "irq1 (pio) %08x\n", status); in mmci_pio_irq()
1641 dev_dbg(mmc_dev(host->mmc), "irq0 (data+cmd) %08x\n", status); in mmci_irq()
1750 host->plat->ios_handler(mmc_dev(mmc), ios)) in mmci_set_ios()
1751 dev_err(mmc_dev(mmc), "platform ios_handler failed\n"); in mmci_set_ios()
1780 dev_err(mmc_dev(mmc), in mmci_set_ios()
1817 pinctrl_select_default_state(mmc_dev(mmc)); in mmci_set_ios()
1831 dev_err(mmc_dev(host->mmc), in mmci_set_ios()
1867 status = plat->status(mmc_dev(host->mmc)); in mmci_get_cd()
1885 dev_warn(mmc_dev(mmc), "Voltage switch failed\n"); in mmci_sig_volt_switch()
1902 struct device *dev = mmc_dev(mmc); in mmci_probe_level_translator()
2044 dev_err(mmc_dev(mmc), "Can't select opendrain pins\n"); in mmci_probe()
2052 dev_dbg(mmc_dev(mmc), "designer ID = 0x%02x\n", host->hw_designer); in mmci_probe()
2053 dev_dbg(mmc_dev(mmc), "revision = 0x%01x\n", host->hw_revision); in mmci_probe()
2083 dev_dbg(mmc_dev(mmc), "eventual mclk rate: %u Hz\n", in mmci_probe()
2126 dev_dbg(mmc_dev(mmc), "clocking block at %u Hz\n", mmc->f_max); in mmci_probe()
2135 dev_err(mmc_dev(mmc), "failed to de-assert reset\n"); in mmci_probe()
2145 dev_warn(mmc_dev(mmc), "Platform OCR mask is ignored\n"); in mmci_probe()