Lines Matching +full:0 +full:xf0ffffff

340 	int busy = 0;  in mmci_card_busy()
410 host->cclk = 0; in mmci_set_clkreg()
494 return 0; in mmci_validate_data()
504 return 0; in mmci_validate_data()
512 return 0; in mmci_prep_data()
517 data->host_cookie = ++host->next_cookie < 0 ? in mmci_prep_data()
529 data->host_cookie = 0; in mmci_unprep_data()
574 return 0; in mmci_dma_start()
598 writel(0, host->base + MMCICOMMAND); in mmci_request_end()
630 mmci_write_datactrlreg(host, 0); in mmci_stop_data()
631 mmci_set_mask1(host, 0); in mmci_stop_data()
712 host->busy_status = 0; in ux500_busy_complete()
808 return 0; in mmci_dmae_setup()
852 host->data->host_cookie = 0; in mmci_dmae_error()
867 for (i = 0; ; i++) { in mmci_dmae_finalize()
955 if (nr_sg == 0) in _mmci_dmae_prep_data()
970 return 0; in _mmci_dmae_prep_data()
992 return 0; in mmci_dmae_prep_data()
1006 if (ret < 0) { in mmci_dmae_start()
1014 return 0; in mmci_dmae_start()
1141 data->bytes_xfered = 0; in mmci_start_data()
1153 datactrl |= host->data->flags & MMC_DATA_READ ? MCI_DPSM_DIRECTION : 0; in mmci_start_data()
1223 writel(0, base + MMCICOMMAND); in mmci_start_command()
1257 if (/*interrupt*/0) in mmci_start_command()
1271 host->stop_abort.error = 0; in mmci_stop_command()
1272 mmci_start_command(host, &host->stop_abort, 0); in mmci_stop_command()
1307 success = 0; in mmci_data_irq()
1310 dev_dbg(mmc_dev(host->mmc), "MCI ERROR IRQ, status 0x%08x at 0x%08x\n", in mmci_data_irq()
1326 success = 0; in mmci_data_irq()
1352 mmci_start_command(host, data->stop, 0); in mmci_data_irq()
1403 cmd->resp[0] = readl(base + MMCIRESPONSE0); in mmci_cmd_irq()
1425 mmci_start_command(host, host->mrq->cmd, 0); in mmci_cmd_irq()
1448 return 0; in mmci_qcom_get_rx_fifocnt()
1464 if (count <= 0) in mmci_pio_read()
1473 if (unlikely(count & 0x3)) { in mmci_pio_read()
1480 count &= ~0x3; in mmci_pio_read()
1490 if (remain == 0) in mmci_pio_read()
1525 if (remain == 0) in mmci_pio_write()
1569 len = 0; in mmci_pio_irq()
1601 if (host->size == 0) { in mmci_pio_irq()
1602 mmci_set_mask1(host, 0); in mmci_pio_irq()
1722 mmci_start_command(host, mrq->sbc, 0); in mmci_request()
1724 mmci_start_command(host, mrq->cmd, 0); in mmci_request()
1732 u32 max_busy_timeout = 0; in mmci_set_max_busy_timeout()
1738 max_busy_timeout = ~0UL / (mmc->actual_clock / MSEC_PER_SEC); in mmci_set_max_busy_timeout()
1747 u32 pwr = 0; in mmci_set_ios()
1754 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in mmci_set_ios()
1777 if (ret < 0) in mmci_set_ios()
1819 * If clock = 0 and the variant requires the MMCIPOWER to be used for in mmci_set_ios()
1828 if (ret < 0) in mmci_set_ios()
1880 ret = 0; in mmci_sig_volt_switch()
1882 if (ret < 0) in mmci_sig_volt_switch()
1931 gpiod_set_value(ck_gpio, 0); in mmci_probe_level_translator()
1989 return 0; in mmci_of_parse()
2050 dev_dbg(mmc_dev(mmc), "designer ID = 0x%02x\n", host->hw_designer); in mmci_probe()
2051 dev_dbg(mmc_dev(mmc), "revision = 0x%01x\n", host->hw_revision); in mmci_probe()
2078 if (ret < 0) in mmci_probe()
2169 host->stop_abort.arg = 0; in mmci_probe()
2206 writel(0, host->base + MMCIMASK0); in mmci_probe()
2209 writel(0, host->base + MMCIMASK1); in mmci_probe()
2211 writel(0xfff, host->base + MMCICLEAR); in mmci_probe()
2221 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in mmci_probe()
2225 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0); in mmci_probe()
2230 ret = devm_request_threaded_irq(&dev->dev, dev->irq[0], mmci_irq, in mmci_probe()
2249 dev_info(&dev->dev, "%s: PL%03x manf %x rev%u at 0x%08llx irq %d,%d (pio)\n", in mmci_probe()
2252 dev->irq[0], dev->irq[1]); in mmci_probe()
2262 return 0; in mmci_probe()
2287 writel(0, host->base + MMCIMASK0); in mmci_remove()
2290 writel(0, host->base + MMCIMASK1); in mmci_remove()
2292 writel(0, host->base + MMCICOMMAND); in mmci_remove()
2293 writel(0, host->base + MMCIDATACTRL); in mmci_remove()
2308 writel(0, host->base + MMCIMASK0); in mmci_save()
2310 writel(0, host->base + MMCIDATACTRL); in mmci_save()
2311 writel(0, host->base + MMCIPOWER); in mmci_save()
2312 writel(0, host->base + MMCICLOCK); in mmci_save()
2349 return 0; in mmci_runtime_suspend()
2364 return 0; in mmci_runtime_resume()
2376 .id = 0x00041180,
2377 .mask = 0xff0fffff,
2381 .id = 0x01041180,
2382 .mask = 0xff0fffff,
2386 .id = 0x02041180,
2387 .mask = 0xff0fffff,
2391 .id = 0x00041181,
2392 .mask = 0x000fffff,
2397 .id = 0x00180180,
2398 .mask = 0x00ffffff,
2402 .id = 0x10180180,
2403 .mask = 0xf0ffffff,
2407 .id = 0x00280180,
2408 .mask = 0x00ffffff,
2412 .id = 0x00480180,
2413 .mask = 0xf0ffffff,
2417 .id = 0x10480180,
2418 .mask = 0xf0ffffff,
2422 .id = 0x00880180,
2423 .mask = 0x00ffffff,
2427 .id = 0x10153180,
2428 .mask = 0xf0ffffff,
2432 .id = 0x00253180,
2433 .mask = 0xf0ffffff,
2437 .id = 0x20253180,
2438 .mask = 0xf0ffffff,
2443 .id = 0x00051180,
2444 .mask = 0x000fffff,
2447 { 0, 0 },