Home
last modified time | relevance | path

Searched refs:sram2 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/arm/
H A Dstm32l4x5_soc.h63 MemoryRegion sram2; member
/openbmc/linux/arch/arm/boot/dts/nxp/lpc/
H A Dlpc4357.dtsi34 sram2: sram@20000000 { label
H A Dlpc4350.dtsi34 sram2: sram@20000000 { label
/openbmc/qemu/hw/arm/
H A Dstm32l4x5_soc.c193 if (!memory_region_init_ram(&s->sram2, OBJECT(dev_soc), "SRAM2", SRAM2_SIZE, in stm32l4x5_soc_realize()
197 memory_region_add_subregion(system_memory, SRAM2_BASE_ADDRESS, &s->sram2); in stm32l4x5_soc_realize()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dbcm63xx_udc.c2167 u32 sram2, sram3; in bcm63xx_iudma_dbg_show() local
2196 sram2 = usb_dmas_readl(udc, ENETDMAS_SRAM2_REG, ch_idx); in bcm63xx_iudma_dbg_show()
2200 sram2 >> 16, sram2 & 0xffff, in bcm63xx_iudma_dbg_show()