Searched refs:sdc_reg (Results 1 – 2 of 2) sorted by relevance
1559 struct resource *sdc_reg; in mx3fb_probe() local1569 sdc_reg = platform_get_resource(pdev, IORESOURCE_MEM, 0); in mx3fb_probe()1570 if (!sdc_reg) in mx3fb_probe()1579 mx3fb->reg_base = ioremap(sdc_reg->start, resource_size(sdc_reg)); in mx3fb_probe()1585 pr_debug("Remapped %pR at %p\n", sdc_reg, mx3fb->reg_base); in mx3fb_probe()
379 u32 sdc_reg; member1304 atmci_writel(host, ATMCI_SDCR, slot->sdc_reg); in atmci_start_request()1426 slot->sdc_reg &= ~ATMCI_SDCBUS_MASK; in atmci_set_ios()1429 slot->sdc_reg |= ATMCI_SDCBUS_1BIT; in atmci_set_ios()1432 slot->sdc_reg |= ATMCI_SDCBUS_4BIT; in atmci_set_ios()2260 u32 sdc_reg, u32 sdio_irq) in atmci_init_slot() argument2275 slot->sdc_reg = sdc_reg; in atmci_init_slot()