Searched refs:sdc_reg (Results 1 – 2 of 2) sorted by relevance
1556 struct resource *sdc_reg; in mx3fb_probe() local1566 sdc_reg = platform_get_resource(pdev, IORESOURCE_MEM, 0); in mx3fb_probe()1567 if (!sdc_reg) in mx3fb_probe()1576 mx3fb->reg_base = ioremap(sdc_reg->start, resource_size(sdc_reg)); in mx3fb_probe()1582 pr_debug("Remapped %pR at %p\n", sdc_reg, mx3fb->reg_base); in mx3fb_probe()
376 u32 sdc_reg; member1256 atmci_writel(host, ATMCI_SDCR, slot->sdc_reg); in atmci_start_request()1378 slot->sdc_reg &= ~ATMCI_SDCBUS_MASK; in atmci_set_ios()1381 slot->sdc_reg |= ATMCI_SDCBUS_1BIT; in atmci_set_ios()1384 slot->sdc_reg |= ATMCI_SDCBUS_4BIT; in atmci_set_ios()1387 slot->sdc_reg |= ATMCI_SDCBUS_8BIT; in atmci_set_ios()2216 u32 sdc_reg, u32 sdio_irq) in atmci_init_slot() argument2231 slot->sdc_reg = sdc_reg; in atmci_init_slot()