/linux-4.1.27/drivers/misc/ |
D | sram.c | 60 struct sram_dev *sram; in sram_probe() local 89 sram = devm_kzalloc(&pdev->dev, sizeof(*sram), GFP_KERNEL); in sram_probe() 90 if (!sram) in sram_probe() 93 sram->clk = devm_clk_get(&pdev->dev, NULL); in sram_probe() 94 if (IS_ERR(sram->clk)) in sram_probe() 95 sram->clk = NULL; in sram_probe() 97 clk_prepare_enable(sram->clk); in sram_probe() 99 sram->pool = devm_gen_pool_create(&pdev->dev, ilog2(SRAM_GRANULARITY), -1); in sram_probe() 100 if (!sram->pool) in sram_probe() 179 ret = gen_pool_add_virt(sram->pool, in sram_probe() [all …]
|
D | Makefile | 53 obj-$(CONFIG_SRAM) += sram.o
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/rockchip/ |
D | smp-sram.txt | 4 Rockchip's smp-capable SoCs use the first part of the sram for the bringup 6 residing at the very beginning of the sram. 8 Therefore a reserved section sub-node has to be added to the mmio-sram 12 - compatible : should be "rockchip,rk3066-smp-sram" 14 The rest of the properties should follow the generic mmio-sram discription 15 found in ../../misc/sram.txt 19 sram: sram@10080000 { 20 compatible = "mmio-sram"; 26 smp-sram@10080000 { 27 compatible = "rockchip,rk3066-smp-sram";
|
D | pmu-sram.txt | 4 The sram of pmu is used to store the function of resume from maskrom(the 1st 5 level loader). This is a common use of the "pmu-sram" because it keeps power 9 - compatible : should be "rockchip,rk3288-pmu-sram" 13 sram@ff720000 { 14 compatible = "rockchip,rk3288-pmu-sram", "mmio-sram";
|
/linux-4.1.27/Documentation/devicetree/bindings/misc/ |
D | sram.txt | 7 - compatible : mmio-sram 11 Reserving sram areas: 14 Each child of the sram node specifies a region of reserved memory. Each 22 Required properties in the sram node: 26 within the sram to bus addresses 39 sram: sram@5c000000 { 40 compatible = "mmio-sram"; 47 smp-sram@100 { 48 compatible = "socvendor,smp-sram";
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | cache_sram.txt | 10 - compatible : should be "fsl,p2020-cache-sram" 11 - fsl,cache-sram-ctlr-handle : points to the L2 controller 12 - reg : offset and length of the cache-sram. 16 cache-sram@fff00000 { 17 fsl,cache-sram-ctlr-handle = <&L2>; 19 compatible = "fsl,p2020-cache-sram";
|
/linux-4.1.27/arch/powerpc/boot/ |
D | treeboot-walnut.c | 25 void *devp, *sram; in walnut_flashsel_fixup() local 47 sram = finddevice("/plb/ebc/sram"); in walnut_flashsel_fixup() 48 if (!sram) in walnut_flashsel_fixup() 51 if (getprop(sram, "reg", reg_sram, sizeof(reg_sram)) != sizeof(reg_sram)) in walnut_flashsel_fixup() 60 setprop(sram, "reg", reg_sram, sizeof(reg_sram)); in walnut_flashsel_fixup()
|
/linux-4.1.27/arch/powerpc/platforms/52xx/ |
D | mpc52xx_pm.c | 9 extern void mpc52xx_deep_sleep(void __iomem *sram, void __iomem *sdram_regs, 21 static void __iomem *sram; variable 90 sram = mbar + 0x8000; /* Those will be handled by the */ in mpc52xx_pm_prepare() 129 memcpy(saved_sram, sram, sram_size); in mpc52xx_pm_enter() 132 memcpy(sram, mpc52xx_ds_sram, mpc52xx_ds_sram_size); in mpc52xx_pm_enter() 156 mpc52xx_deep_sleep(sram, sdram, cdm, intr); in mpc52xx_pm_enter() 172 memcpy(sram, saved_sram, sram_size); in mpc52xx_pm_enter()
|
D | lite5200_pm.c | 9 extern void lite5200_low_power(void __iomem *sram, void __iomem *mbar); 18 static void __iomem *sram; variable 84 sram = mbar + 0x8000; in lite5200_pm_prepare() 108 _memcpy_fromio(saved_sram, sram, sram_size); in lite5200_save_regs() 114 _memcpy_toio(sram, saved_sram, sram_size); in lite5200_restore_regs() 216 lite5200_low_power(sram, mbar); in lite5200_pm_enter()
|
/linux-4.1.27/Documentation/devicetree/bindings/crypto/ |
D | mv_cesa.txt | 6 region, followed by base physical address of sram and its memory 8 - reg-names : "regs" , "sram"; 17 reg-names = "regs" , "sram";
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
D | pm.c | 116 void *sram; in avr32_pm_enter() local 120 sram = avr32_pm_map_sram(); in avr32_pm_enter() 124 sysreg_write(EVBA, (unsigned long)sram); in avr32_pm_enter() 142 sram = avr32_pm_map_sram(); in avr32_pm_enter() 146 sysreg_write(EVBA, (unsigned long)sram); in avr32_pm_enter()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | ar9003_aic.c | 391 aic_sram[i].sram.vga_dir_sign = in ar9003_aic_cal_post_process() 393 aic_sram[i].sram.vga_quad_sign= in ar9003_aic_cal_post_process() 403 aic_sram[i].sram.com_att_6db = in ar9003_aic_cal_post_process() 406 aic_sram[i].sram.valid = 1; in ar9003_aic_cal_post_process() 408 aic_sram[i].sram.rot_dir_att_db = in ar9003_aic_cal_post_process() 412 aic_sram[i].sram.rot_quad_att_db = in ar9003_aic_cal_post_process() 419 aic->aic_sram[i] = (SM(aic_sram[i].sram.vga_dir_sign, in ar9003_aic_cal_post_process() 421 SM(aic_sram[i].sram.vga_quad_sign, in ar9003_aic_cal_post_process() 423 SM(aic_sram[i].sram.com_att_6db, in ar9003_aic_cal_post_process() 425 SM(aic_sram[i].sram.valid, in ar9003_aic_cal_post_process() [all …]
|
D | ar9003_aic.h | 53 struct ath_aic_sram_info sram; member
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | at91sam9g20.dtsi | 19 sram0: sram@002ff000 { 23 sram1: sram@002fc000 { 24 compatible = "mmio-sram";
|
D | at91sam9xe.dtsi | 52 sram0: sram@002ff000 { 56 sram1: sram@00300000 { 57 compatible = "mmio-sram";
|
D | imx6dl.dtsi | 63 ocram: sram@00900000 { 64 compatible = "mmio-sram";
|
D | rk3188.dtsi | 68 sram: sram@10080000 { label 69 compatible = "mmio-sram"; 75 smp-sram@0 { 76 compatible = "rockchip,rk3066-smp-sram";
|
D | nspire.dtsi | 27 sram: sram@A4000000 { label
|
D | rk3066a.dtsi | 53 sram: sram@10080000 { label 54 compatible = "mmio-sram"; 60 smp-sram@0 { 61 compatible = "rockchip,rk3066-smp-sram";
|
D | imx6q.dtsi | 81 ocram: sram@00900000 { 82 compatible = "mmio-sram";
|
D | imx27-phytec-phycore-som.dtsi | 340 sram: sram@1,0 { label
|
D | rk3288.dtsi | 534 compatible = "mmio-sram"; 539 smp-sram@0 { 540 compatible = "rockchip,rk3066-smp-sram"; 545 sram@ff720000 { 546 compatible = "rockchip,rk3288-pmu-sram", "mmio-sram";
|
D | kirkwood.dtsi | 37 MBUS_ID(0x03, 0x01) 0 0xf5000000 0x10000 /* crypto sram */ 47 reg-names = "regs", "sram";
|
D | socfpga_arria10.dtsi | 273 ocram: sram@ffe00000 { 274 compatible = "mmio-sram";
|
D | at91sam9263.dtsi | 65 sram0: sram@00300000 { 66 compatible = "mmio-sram"; 70 sram1: sram@00500000 { 71 compatible = "mmio-sram";
|
D | at91sam9261.dtsi | 63 sram: sram@00300000 { label 64 compatible = "mmio-sram";
|
D | exynos5410.dtsi | 135 compatible = "mmio-sram";
|
D | orion5x.dtsi | 227 reg-names = "regs", "sram";
|
D | imx25.dtsi | 529 iram: sram@78000000 { 530 compatible = "mmio-sram";
|
D | at91sam9n12.dtsi | 67 sram: sram@00300000 { label 68 compatible = "mmio-sram";
|
D | at91rm9200.dtsi | 69 sram: sram@00200000 { label 70 compatible = "mmio-sram";
|
D | at91sam9rl.dtsi | 73 sram: sram@00300000 { label 74 compatible = "mmio-sram";
|
D | exynos4210.dtsi | 66 compatible = "mmio-sram";
|
D | imx1.dtsi | 262 compatible = "mmio-sram";
|
D | socfpga.dtsi | 642 ocram: sram@ffff0000 { 643 compatible = "mmio-sram";
|
D | exynos4x12.dtsi | 36 compatible = "mmio-sram";
|
D | at91sam9x5.dtsi | 75 sram: sram@00300000 { label 76 compatible = "mmio-sram";
|
D | imx53.dtsi | 782 ocram: sram@f8000000 { 783 compatible = "mmio-sram";
|
D | at91sam9g45.dtsi | 77 sram: sram@00300000 { label 78 compatible = "mmio-sram";
|
D | imx6sl.dtsi | 102 ocram: sram@00900000 { 103 compatible = "mmio-sram";
|
D | at91sam9260.dtsi | 72 sram0: sram@002ff000 { 73 compatible = "mmio-sram";
|
D | sama5d3.dtsi | 82 sram: sram@00300000 { label 83 compatible = "mmio-sram";
|
D | omap4.dtsi | 94 sram = <&ocmcram>; 267 compatible = "mmio-sram";
|
D | sama5d4.dtsi | 112 ns_sram: sram@00210000 { 113 compatible = "mmio-sram"; 307 atmel,write-by-sram;
|
D | omap5.dtsi | 119 sram = <&ocmcram>; 282 compatible = "mmio-sram";
|
D | imx27.dtsi | 581 compatible = "mmio-sram";
|
D | imx51.dtsi | 122 compatible = "mmio-sram";
|
D | exynos3250.dtsi | 104 compatible = "mmio-sram";
|
D | dove.dtsi | 233 reg-names = "regs", "sram";
|
D | exynos4415.dtsi | 87 compatible = "mmio-sram";
|
D | imx6sx.dtsi | 143 ocram: sram@00900000 { 144 compatible = "mmio-sram";
|
D | am33xx.dtsi | 761 compatible = "mmio-sram";
|
D | exynos5250.dtsi | 79 compatible = "mmio-sram";
|
D | am4372.dtsi | 948 compatible = "mmio-sram";
|
D | exynos5420.dtsi | 143 compatible = "mmio-sram";
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/exynos/ |
D | smp-sysram.txt | 8 Therefore reserved section sub-nodes have to be added to the mmio-sram 17 The rest of the properties should follow the generic mmio-sram discription 23 compatible = "mmio-sram";
|
/linux-4.1.27/firmware/av7110/ |
D | Boot.S | 63 ldr r3, sram 70 ldr pc, sram // jump to the copied code 107 sram: .word 0x9e000800 label
|
/linux-4.1.27/arch/arm/mach-ixp4xx/ |
D | ixp4xx_qmgr.c | 197 if (__raw_readl(&qmgr_regs->sram[queue])) { in qmgr_request_queue() 211 if (addr + len > ARRAY_SIZE(qmgr_regs->sram)) { in qmgr_request_queue() 223 __raw_writel(cfg | (addr << 14), &qmgr_regs->sram[queue]); in qmgr_request_queue() 246 cfg = __raw_readl(&qmgr_regs->sram[queue]); in qmgr_release_queue() 273 __raw_writel(0, &qmgr_regs->sram[queue]); in qmgr_release_queue() 311 __raw_writel(0, &qmgr_regs->sram[i]); in qmgr_init()
|
/linux-4.1.27/drivers/crypto/ |
D | mv_cesa.c | 85 void __iomem *sram; member 248 copy_src_to_buf(p, cpg->sram + SRAM_DATA_IN_START + p->crypt_len, in setup_data_in() 270 memcpy(cpg->sram + SRAM_DATA_IV, req->info, 16); in mv_process_current_q() 275 memcpy(cpg->sram + SRAM_DATA_KEY_P, ctx->aes_dec_key, in mv_process_current_q() 279 memcpy(cpg->sram + SRAM_DATA_KEY_P, ctx->aes_enc_key, in mv_process_current_q() 300 memcpy(cpg->sram + SRAM_CONFIG, &op, in mv_process_current_q() 319 memcpy(req->info, cpg->sram + SRAM_DATA_IV_BUF, 16); in mv_crypto_algo_completion() 338 memcpy(cpg->sram + SRAM_HMAC_IV_IN, in mv_process_hash_current() 381 memcpy(cpg->sram + SRAM_CONFIG, &op, sizeof(struct sec_accel_config)); in mv_process_hash_current() 446 memcpy(req->result, cpg->sram + SRAM_DIGEST_BUF, in mv_hash_algo_completion() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | davinci-mcasp-audio.txt | 33 - sram-size-playback : size of sram to be allocated during playback 34 - sram-size-capture : size of sram to be allocated during capture
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | marvell-orion-net.txt | 43 - marvell,tx-sram-addr: address of transmit descriptor buffer located in SRAM. 44 - marvell,tx-sram-size: size of transmit descriptor buffer located in SRAM. 46 - marvell,rx-sram-addr: address of receive descriptor buffer located in SRAM. 47 - marvell,rx-sram-size: size of receive descriptor buffer located in SRAM.
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | pxa3xx.c | 106 static void __iomem *sram; variable 120 void (*fn)(unsigned int) = (void __force *)(sram + 0x8000); in pxa3xx_cpu_standby() 122 memcpy_toio(sram + 0x8000, pm_enter_standby_start, in pxa3xx_cpu_standby() 221 sram = ioremap(ISRAM_START, ISRAM_SIZE); in pxa3xx_init_pm() 222 if (!sram) { in pxa3xx_init_pm()
|
/linux-4.1.27/sound/soc/intel/atom/sst/ |
D | sst.c | 472 fw_save->sram = kzalloc(SST_MAILBOX_SIZE, GFP_KERNEL); in intel_sst_suspend() 473 if (!fw_save->sram) { in intel_sst_suspend() 475 goto sram; in intel_sst_suspend() 486 memcpy32_fromio(fw_save->sram, ctx->mailbox, SST_MAILBOX_SIZE); in intel_sst_suspend() 493 kfree(fw_save->sram); in intel_sst_suspend() 494 sram: in intel_sst_suspend() 522 memcpy32_toio(ctx->mailbox, fw_save->sram, SST_MAILBOX_SIZE); in intel_sst_resume() 525 kfree(fw_save->sram); in intel_sst_resume()
|
D | sst.h | 343 void *sram; member
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | pcm030.dts | 80 sram@8000 { 81 compatible = "fsl,mpc5200b-sram","fsl,mpc5200-sram";
|
D | motionpro.dts | 82 sram@8000 { 83 compatible = "fsl,mpc5200b-sram","fsl,mpc5200-sram";
|
D | lite5200b.dts | 103 sram@8000 { 104 compatible = "fsl,mpc5200b-sram","fsl,mpc5200-sram";
|
D | tqm5200.dts | 170 sram@8000 { 171 compatible = "fsl,mpc5200-sram";
|
D | mpc5200b.dtsi | 265 sram@8000 { 266 compatible = "fsl,mpc5200b-sram","fsl,mpc5200-sram";
|
D | charon.dts | 178 sram@8000 { 179 compatible = "fsl,mpc5200-sram";
|
D | lite5200.dts | 269 sram@8000 { 270 compatible = "fsl,mpc5200-sram";
|
D | prpmc2800.dts | 271 sram-ctrl@0380 { 272 compatible = "marvell,mv64360-sram-ctrl";
|
D | mpc5125twr.dts | 54 sram@30000000 { 55 compatible = "fsl,mpc5121-sram";
|
D | c2k.dts | 286 sram-ctrl@0380 { 287 compatible = "marvell,mv64360-sram-ctrl";
|
D | ebony.dts | 96 SRAM0: sram { 97 compatible = "ibm,sram-440gp";
|
D | pcm032.dts | 148 sram@2,0 {
|
D | taishan.dts | 132 SRAM0: sram { 133 compatible = "ibm,sram-440gp";
|
D | mpc5121.dtsi | 60 sram@30000000 { 61 compatible = "fsl,mpc5121-sram";
|
D | walnut.dts | 162 sram@0,0 {
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-tmio.c | 192 struct resource *sram = platform_get_resource(dev, IORESOURCE_MEM, 2); in ohci_hcd_tmio_drv_probe() local 230 if (!dma_declare_coherent_memory(&dev->dev, sram->start, in ohci_hcd_tmio_drv_probe() 231 sram->start, in ohci_hcd_tmio_drv_probe() 232 resource_size(sram), in ohci_hcd_tmio_drv_probe()
|
/linux-4.1.27/arch/mips/boot/dts/lantiq/ |
D | danube.dtsi | 32 sram@1F000000 { 35 compatible = "lantiq,sram";
|
/linux-4.1.27/arch/x86/platform/ts5500/ |
D | ts5500.c | 82 bool sram; member 140 sbc->sram = tmp & TS5500_SRAM; in ts5500_detect_config() 193 TS5500_ATTR_BOOL(sram);
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | Makefile | 6 obj-y := io.o id.o sram-init.o sram.o time.o irq.o mux.o flash.o \
|
/linux-4.1.27/arch/blackfin/mm/ |
D | Makefile | 5 obj-y := sram-alloc.o isram-driver.o init.o maccess.o
|
/linux-4.1.27/arch/sh/boards/mach-sdk7786/ |
D | Makefile | 4 obj-$(CONFIG_HAVE_SRAM_POOL) += sram.o
|
/linux-4.1.27/arch/arm/plat-omap/ |
D | Makefile | 8 obj-y := sram.o dma.o counter_32k.o
|
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 221 u8 __iomem *sram; member 399 char __iomem *cmd_addr = mgp->sram + MXGEFW_ETH_CMD; in myri10ge_send_cmd() 548 submit = mgp->sram + MXGEFW_BOOT_DUMMY_RDMA; in myri10ge_dummy_rdma() 629 myri10ge_pio_copy(mgp->sram + MYRI10GE_FW_OFFSET + i, in myri10ge_load_hotplug_firmware() 633 readb(mgp->sram); in myri10ge_load_hotplug_firmware() 641 memcpy_fromio(fw_readback, mgp->sram + MYRI10GE_FW_OFFSET, fw->size); in myri10ge_load_hotplug_firmware() 668 hdr_offset = swab32(readl(mgp->sram + MCP_HEADER_PTR_OFFSET)); in myri10ge_adopt_running_firmware() 682 memcpy_fromio(hdr, mgp->sram + hdr_offset, bytes); in myri10ge_adopt_running_firmware() 794 submit = mgp->sram + MXGEFW_BOOT_HANDOFF; in myri10ge_load_firmware() 1115 (__iomem __be32 *) (mgp->sram + cmd.data0 + 8 * i); in myri10ge_reset() [all …]
|
/linux-4.1.27/drivers/media/common/b2c2/ |
D | Makefile | 2 b2c2-flexcop-objs += flexcop-sram.o flexcop-eeprom.o flexcop-misc.o
|
/linux-4.1.27/drivers/dma/bestcomm/ |
D | Makefile | 5 bestcomm-core-objs := bestcomm.o sram.o
|
/linux-4.1.27/drivers/net/wireless/ |
D | ray_cs.c | 394 local->sram = ioremap(link->resource[2]->start, in ray_config() 425 dev_dbg(&link->dev, "ray_config sram=%p\n", local->sram); in ray_config() 453 return dev->sram + CCS_BASE; in ccs_base() 465 return dev->sram + CCS_BASE; in rcs_base() 486 memcpy_fromio(&local->startup_res, local->sram + ECF_TO_HOST_BASE, in ray_init() 546 memcpy_toio(local->sram + HOST_TO_ECF_BASE, &local->sparm.b4, in dl_startup_params() 549 memcpy_toio(local->sram + HOST_TO_ECF_BASE, &local->sparm.b5, in dl_startup_params() 661 (unsigned int)readb(local->sram + in verify_dl_startup() 749 iounmap(local->sram); in ray_release() 911 ptx = local->sram + addr; in ray_hw_xmit() [all …]
|
D | ray_cs.h | 29 void __iomem *sram; /* pointer to beginning of shared RAM */ member
|
D | mwl8k.c | 188 void __iomem *sram; member 2554 iowrite32(priv->rxq[0].rxd_dma, priv->sram + off); in mwl8k_cmd_get_hw_spec_ap() 2557 iowrite32(priv->rxq[0].rxd_dma, priv->sram + off); in mwl8k_cmd_get_hw_spec_ap() 5841 priv->sram + priv->txq_offset[i]); in mwl8k_init_txqs() 6213 priv->sram = pci_iomap(pdev, 0, 0x10000); in mwl8k_probe() 6214 if (priv->sram == NULL) { in mwl8k_probe() 6271 if (priv->sram != NULL) in mwl8k_probe() 6272 pci_iounmap(pdev, priv->sram); in mwl8k_probe() 6326 pci_iounmap(pdev, priv->sram); in mwl8k_remove()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/ |
D | mpu.txt | 14 - sram: Phandle to the ocmcram node
|
/linux-4.1.27/arch/arm/mach-mmp/ |
D | Makefile | 11 obj-$(CONFIG_MMP_SRAM) += sram.o
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | Makefile | 8 usb.o common.o sram.o aemif.o
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | atmel-nand.txt | 43 - atmel,write-by-sram: boolean to enable NFC write by sram.
|
D | mtd-physmap.txt | 84 sram@2,0 {
|
/linux-4.1.27/arch/powerpc/platforms/85xx/ |
D | Kconfig | 21 When selected, this option enables cache-sram support 23 cache-sram-size and cache-sram-offset kernel boot
|
/linux-4.1.27/arch/sh/mm/ |
D | Makefile | 43 obj-$(CONFIG_HAVE_SRAM_POOL) += sram.o
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-platform-ts5500 | 48 What: /sys/devices/platform/ts5500/sram
|
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/ |
D | qmgr.h | 57 u32 sram[2048]; /* 0x2000 - 0x3FFF - config and buffer */ member
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | brcm,cygnus-pinmux.txt | 97 "sram": "sram_0_grp", "sram_1_grp"
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | mvpp2.c | 862 union mvpp2_prs_sram_entry sram; member 1007 mvpp2_write(priv, MVPP2_PRS_SRAM_DATA_REG(i), pe->sram.word[i]); in mvpp2_prs_hw_write() 1034 pe->sram.word[i] = mvpp2_read(priv, MVPP2_PRS_SRAM_DATA_REG(i)); in mvpp2_prs_hw_read() 1173 pe->sram.byte[MVPP2_BIT_TO_BYTE(bit_num)] |= (val << (bit_num % 8)); in mvpp2_prs_sram_bits_set() 1180 pe->sram.byte[MVPP2_BIT_TO_BYTE(bit_num)] &= ~(val << (bit_num % 8)); in mvpp2_prs_sram_bits_clear() 1207 return pe->sram.word[MVPP2_PRS_SRAM_RI_WORD]; in mvpp2_prs_sram_ri_get() 1239 bits = (pe->sram.byte[ai_off] >> ai_shift) | in mvpp2_prs_sram_ai_get() 1240 (pe->sram.byte[ai_en_off] << (8 - ai_shift)); in mvpp2_prs_sram_ai_get() 1273 pe->sram.byte[MVPP2_BIT_TO_BYTE(MVPP2_PRS_SRAM_SHIFT_OFFS)] = in mvpp2_prs_sram_shift_set() 1304 pe->sram.byte[MVPP2_BIT_TO_BYTE(MVPP2_PRS_SRAM_UDF_OFFS + in mvpp2_prs_sram_offset_set() [all …]
|
/linux-4.1.27/arch/powerpc/boot/dts/fsl/ |
D | b4si-post.dtsi | 219 soc-sram-error { 220 compatible = "fsl,soc-sram-error";
|
D | p3041si-post.dtsi | 259 soc-sram-error { 260 compatible = "fsl,soc-sram-error";
|
D | p5020si-post.dtsi | 256 soc-sram-error { 257 compatible = "fsl,soc-sram-error";
|
D | p5040si-post.dtsi | 211 soc-sram-error { 212 compatible = "fsl,soc-sram-error";
|
D | p2041si-post.dtsi | 232 soc-sram-error { 233 compatible = "fsl,soc-sram-error";
|
D | t1040si-post.dtsi | 289 soc-sram-error { 290 compatible = "fsl,soc-sram-error";
|
D | t2081si-post.dtsi | 335 soc-sram-error { 336 compatible = "fsl,soc-sram-error";
|
D | p4080si-post.dtsi | 259 soc-sram-error { 260 compatible = "fsl,soc-sram-error";
|
D | t4240si-post.dtsi | 565 soc-sram-error { 566 compatible = "fsl,soc-sram-error";
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | marvell.txt | 462 - compatible : "marvell,mv64360-sram-ctrl" 469 sram-ctrl@0380 { 470 compatible = "marvell,mv64360-sram-ctrl";
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | debugfs.c | 107 int sram; in iwl_dbgfs_sram_read() local 142 sram = priv->dbgfs_sram_offset & ~0x3; in iwl_dbgfs_sram_read() 145 val = iwl_trans_read_mem32(priv->trans, sram); in iwl_dbgfs_sram_read() 151 "%08X: ", sram + offset); in iwl_dbgfs_sram_read() 162 sram += 4; in iwl_dbgfs_sram_read() 164 val = iwl_trans_read_mem32(priv->trans, sram); in iwl_dbgfs_sram_read() 672 DEBUGFS_READ_WRITE_FILE_OPS(sram); 2377 DEBUGFS_ADD_FILE(sram, dir_data, S_IWUSR | S_IRUSR); in iwl_dbgfs_register()
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttvp.h | 101 int sram; member
|
D | bttv-driver.c | 304 .sram = 0, 338 .sram = 1, 365 .sram = 0, /* like PAL, correct? */ 391 .sram = -1, 417 .sram = -1, 443 .sram = -1, 469 .sram = -1, 499 .sram = -1, 881 int table_idx = bttv_tvnorms[btv->tvnorm].sram; in bt848A_set_timing()
|
/linux-4.1.27/arch/cris/arch-v10/ |
D | README.mm | 126 R_MMU_KBASE_HI = ( ( base_f, 0x0 ) | // flash/sram/periph cached 127 ( base_e, 0x8 ) | // flash/sram/periph uncached
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | dib7000m.c | 151 sram = 0x0005; /* by default SRAM output is disabled */ in dib7000m_set_output_mode() local 173 sram |= 0x0c00; in dib7000m_set_output_mode() 194 ret |= dib7000m_write_word(state, 1805, sram); in dib7000m_set_output_mode()
|
D | dib8000.c | 404 u16 outreg, fifo_threshold, smo_mode, sram = 0x0205; /* by default SDRAM deintlv is enabled */ in dib8000_set_output_mode() local 427 sram &= 0xfdff; in dib8000_set_output_mode() 429 sram |= 0x0c00; in dib8000_set_output_mode() 457 dib8000_write_word(state, 1291, sram); in dib8000_set_output_mode()
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | pcnet32.c | 1546 int fdx, mii, fset, dxsuflo, sram; in pcnet32_probe1() local 1583 fdx = mii = fset = dxsuflo = sram = 0; in pcnet32_probe1() 1616 sram = 1; in pcnet32_probe1() 1640 sram = 1; in pcnet32_probe1() 1675 if (sram) { in pcnet32_probe1()
|
/linux-4.1.27/drivers/mtd/nand/ |
D | atmel_nand.c | 1969 void *sram = host->nfc->sram_bank0 + nfc_get_sram_off(host); in nfc_sram_write_page() local 1980 memcpy(sram, buf, len); in nfc_sram_write_page() 1982 memcpy(sram, buf, len); in nfc_sram_write_page() 1987 memcpy(sram + len, chip->oob_poi, mtd->oobsize); in nfc_sram_write_page()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | Makefile | 11 omap_device.o sram.o drm.o
|
/linux-4.1.27/drivers/pinctrl/bcm/ |
D | pinctrl-cygnus-mux.c | 681 CYGNUS_PIN_FUNCTION(sram),
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | debug.c | 837 DEBUGFS_READ_WRITE_FILE_OPS(sram); 1373 DEBUGFS_ADD_FILE(sram, dir_data, S_IWUSR | S_IRUSR); in il_dbgfs_register()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | debugfs.c | 1482 MVM_DEBUGFS_READ_WRITE_FILE_OPS(sram, 64); 1521 MVM_DEBUGFS_ADD_FILE(sram, mvm->debugfs_dir, S_IWUSR | S_IRUSR); in iwl_mvm_dbgfs_register()
|
/linux-4.1.27/drivers/dma/ |
D | Kconfig | 324 It needs sram driver under mach-mmp.
|
/linux-4.1.27/arch/blackfin/mach-bf609/ |
D | Kconfig | 24 Enable the L1 parity check in L1 sram. A fault event is raised
|