Searched refs:sdc_reg (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | atmel-mci.c | 360 * @sdc_reg: Value of SDCR to be written before using this slot. 379 u32 sdc_reg; member 1264 atmci_writel(host, ATMCI_SDCR, slot->sdc_reg); in atmci_start_request() 1384 slot->sdc_reg &= ~ATMCI_SDCBUS_MASK; in atmci_set_ios() 1387 slot->sdc_reg |= ATMCI_SDCBUS_1BIT; in atmci_set_ios() 1390 slot->sdc_reg |= ATMCI_SDCBUS_4BIT; in atmci_set_ios() 1393 slot->sdc_reg |= ATMCI_SDCBUS_8BIT; in atmci_set_ios() 2219 u32 sdc_reg, u32 sdio_irq) in atmci_init_slot() 2235 slot->sdc_reg = sdc_reg; in atmci_init_slot() 2217 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 [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | atmel-mci.c | 394 * @sdc_reg: Value of SDCR to be written before using this slot. 412 u32 sdc_reg; member 1307 atmci_writel(host, ATMCI_SDCR, slot->sdc_reg); in atmci_start_request() 1427 slot->sdc_reg &= ~ATMCI_SDCBUS_MASK; in atmci_set_ios() 1430 slot->sdc_reg |= ATMCI_SDCBUS_1BIT; in atmci_set_ios() 1433 slot->sdc_reg |= ATMCI_SDCBUS_4BIT; in atmci_set_ios() 1436 slot->sdc_reg |= ATMCI_SDCBUS_8BIT; in atmci_set_ios() 2260 u32 sdc_reg, u32 sdio_irq) in atmci_init_slot() 2275 slot->sdc_reg = sdc_reg; in atmci_init_slot() 2258 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 [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | mx3fb.c | 1557 struct resource *sdc_reg; in mx3fb_probe() local 1567 sdc_reg = platform_get_resource(pdev, IORESOURCE_MEM, 0); in mx3fb_probe() 1568 if (!sdc_reg) in mx3fb_probe() 1577 mx3fb->reg_base = ioremap(sdc_reg->start, resource_size(sdc_reg)); in mx3fb_probe() 1583 pr_debug("Remapped %pR at %p\n", sdc_reg, mx3fb->reg_base); in mx3fb_probe()
|
Completed in 10 milliseconds