Searched refs:sdc_reg (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/
H A Dmx3fb.c1560 struct resource *sdc_reg; mx3fb_probe() local
1570 sdc_reg = platform_get_resource(pdev, IORESOURCE_MEM, 0); mx3fb_probe()
1571 if (!sdc_reg) mx3fb_probe()
1580 mx3fb->reg_base = ioremap(sdc_reg->start, resource_size(sdc_reg)); mx3fb_probe()
1586 pr_debug("Remapped %pR at %p\n", sdc_reg, mx3fb->reg_base); mx3fb_probe()
/linux-4.1.27/drivers/mmc/host/
H A Datmel-mci.c235 * @sdc_reg: Value of SDCR to be written before using this slot.
254 u32 sdc_reg; member in struct:atmel_mci_slot
1166 atmci_writel(host, ATMCI_SDCR, slot->sdc_reg); atmci_start_request()
1295 slot->sdc_reg &= ~ATMCI_SDCBUS_MASK; atmci_set_ios()
1298 slot->sdc_reg |= ATMCI_SDCBUS_1BIT; atmci_set_ios()
1301 slot->sdc_reg |= ATMCI_SDCBUS_4BIT; atmci_set_ios()
2150 u32 sdc_reg, u32 sdio_irq) atmci_init_slot()
2165 slot->sdc_reg = sdc_reg; atmci_init_slot()
2148 atmci_init_slot(struct atmel_mci *host, struct mci_slot_pdata *slot_data, unsigned int id, u32 sdc_reg, u32 sdio_irq) atmci_init_slot() argument

Completed in 134 milliseconds