Searched refs:sdc_reg (Results 1 – 2 of 2) sorted by relevance
1558 struct resource *sdc_reg; in mx3fb_probe() local1568 sdc_reg = platform_get_resource(pdev, IORESOURCE_MEM, 0); in mx3fb_probe()1569 if (!sdc_reg) in mx3fb_probe()1578 mx3fb->reg_base = ioremap(sdc_reg->start, resource_size(sdc_reg)); in mx3fb_probe()1584 pr_debug("Remapped %pR at %p\n", sdc_reg, mx3fb->reg_base); in mx3fb_probe()
379 u32 sdc_reg; member1263 atmci_writel(host, ATMCI_SDCR, slot->sdc_reg); in atmci_start_request()1383 slot->sdc_reg &= ~ATMCI_SDCBUS_MASK; in atmci_set_ios()1386 slot->sdc_reg |= ATMCI_SDCBUS_1BIT; in atmci_set_ios()1389 slot->sdc_reg |= ATMCI_SDCBUS_4BIT; in atmci_set_ios()1392 slot->sdc_reg |= ATMCI_SDCBUS_8BIT; in atmci_set_ios()2221 u32 sdc_reg, u32 sdio_irq) in atmci_init_slot() argument2236 slot->sdc_reg = sdc_reg; in atmci_init_slot()