Searched refs:sram2 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/hw/arm/ |
H A D | stm32l4x5_soc.h | 63 MemoryRegion sram2; member
|
/openbmc/linux/arch/arm/boot/dts/nxp/lpc/ |
H A D | lpc4357.dtsi | 34 sram2: sram@20000000 { label
|
H A D | lpc4350.dtsi | 34 sram2: sram@20000000 { label
|
/openbmc/qemu/hw/arm/ |
H A D | stm32l4x5_soc.c | 193 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 D | bcm63xx_udc.c | 2167 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()
|