Searched refs:sram (Results 1 - 7 of 7) sorted by relevance

/u-boot/arch/arm/cpu/armv7/sunxi/
H A DMakefile12 obj-$(CONFIG_MACH_SUN6I) += sram.o
13 obj-$(CONFIG_MACH_SUN8I) += sram.o
/u-boot/drivers/dma/
H A Dbcm6348-iudma.c132 void __iomem *sram; member in struct:bcm6348_iudma_priv
245 /* clear sram */
246 writel_be(0, priv->sram + DMAS_STATE_DATA_REG(dma->id));
247 writel_be(0, priv->sram + DMAS_DESC_LEN_STATUS_REG(dma->id));
248 writel_be(0, priv->sram + DMAS_DESC_BASE_BUFPTR_REG(dma->id));
252 priv->sram + DMAS_RSTART_REG(dma->id));
575 /* dma sram base address */
576 priv->sram = dev_remap_addr_name(dev, "dma-sram");
577 if (!priv->sram)
[all...]
/u-boot/drivers/net/
H A Dsunxi_emac.c508 struct sunxi_sramc_regs *sram = local
514 setbits_le32(&sram->ctrl1, 0x5 << 2);
H A Dmvpp2.c1180 union mvpp2_prs_sram_entry sram; member in struct:mvpp2_prs_entry
1392 /* Update parser tcam and sram hw entries */
1408 /* Write sram index - indirect access */
1411 mvpp2_write(priv, MVPP2_PRS_SRAM_DATA_REG(i), pe->sram.word[i]);
1435 /* Write sram index - indirect access */
1438 pe->sram.word[i] = mvpp2_read(priv, MVPP2_PRS_SRAM_DATA_REG(i));
1534 /* Set bits in sram sw entry */
1538 pe->sram.byte[MVPP2_BIT_TO_BYTE(bit_num)] |= (val << (bit_num % 8));
1541 /* Clear bits in sram sw entry */
1545 pe->sram
[all...]
/u-boot/arch/xtensa/include/asm/
H A Dldscript.h164 *(.sram.bss) \
/u-boot/drivers/misc/
H A Dds4510.c247 U_BOOT_CMD_MKENT(sram, 6, 0, (void *)DS4510_CMD_SRAM, "", ""),
332 /* Only eeprom, seeprom, and sram commands should make it here */
354 "ds4510 eeprom/seeprom/sram/gpio access",
377 "ds4510 sram read addr off cnt\n"
378 "ds4510 sram write addr off cnt\n"
/u-boot/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c271 } sram; member in struct:atmel_hsmc_nand_controller
576 memcpy_toio(nc->sram.virt, buf, mtd->writesize);
579 memcpy_toio(nc->sram.virt + mtd->writesize, chip->oob_poi,
594 memcpy_fromio(buf, nc->sram.virt, mtd->writesize);
597 memcpy_fromio(chip->oob_poi, nc->sram.virt + mtd->writesize,
1972 "atmel,nfc-sram", NULL, 0, 0, &args);
1974 dev_err(dev, "Missing or invalid atmel,nfc-sram property\n");
1980 dev_err(dev, "Could not read reg addr of nfc sram");
1983 nc->sram.virt = (void *)addr;

Completed in 84 milliseconds