Searched refs:sdc_reg (Results 1 – 2 of 2) sorted by relevance
1560 struct resource *sdc_reg; in mx3fb_probe() local1570 sdc_reg = platform_get_resource(pdev, IORESOURCE_MEM, 0); in mx3fb_probe()1571 if (!sdc_reg) in mx3fb_probe()1580 mx3fb->reg_base = ioremap(sdc_reg->start, resource_size(sdc_reg)); in mx3fb_probe()1586 pr_debug("Remapped %pR at %p\n", sdc_reg, mx3fb->reg_base); in mx3fb_probe()
254 u32 sdc_reg; member1166 atmci_writel(host, ATMCI_SDCR, slot->sdc_reg); in atmci_start_request()1295 slot->sdc_reg &= ~ATMCI_SDCBUS_MASK; in atmci_set_ios()1298 slot->sdc_reg |= ATMCI_SDCBUS_1BIT; in atmci_set_ios()1301 slot->sdc_reg |= ATMCI_SDCBUS_4BIT; in atmci_set_ios()2150 u32 sdc_reg, u32 sdio_irq) in atmci_init_slot() argument2165 slot->sdc_reg = sdc_reg; in atmci_init_slot()