Home
last modified time | relevance | path

Searched refs:ram (Results 1 – 11 of 11) sorted by relevance

/drivers/dfu/
A Ddfu_ram.c25 if (offset > dfu->data.ram.size) { in dfu_transfer_medium_ram()
31 memcpy(map_sysmem(dfu->data.ram.start + offset, 0), buf, *len); in dfu_transfer_medium_ram()
33 memcpy(buf, map_sysmem(dfu->data.ram.start + offset, 0), *len); in dfu_transfer_medium_ram()
46 *size = dfu->data.ram.size; in dfu_get_medium_size_ram()
73 dfu->data.ram.start = hextoul(argv[1], &s); in dfu_fill_entity_ram()
76 dfu->data.ram.size = hextoul(argv[2], &s); in dfu_fill_entity_ram()
/drivers/ram/k3-ddrss/
A DMakefile9 ccflags-$(CONFIG_K3_DDRSS) += -Idrivers/ram/k3-ddrss/
13 ccflags-$(CONFIG_K3_AM62A_DDRSS) += -Idrivers/ram/k3-ddrss/am62a/
17 ccflags-$(CONFIG_K3_AM64_DDRSS) += -Idrivers/ram/k3-ddrss/am64/
21 ccflags-$(CONFIG_K3_J721E_DDRSS) += -Idrivers/ram/k3-ddrss/j721e/
/drivers/ram/rockchip/
A DKconfig6 This enables support for ram drivers Rockchip SoCs.
17 bool "Rockchip ram drivers debugging"
21 This enables debugging ram driver API's for the platforms
24 This is an option for developers to understand the ram drivers
/drivers/ram/
A DKconfig131 source "drivers/ram/aspeed/Kconfig"
132 source "drivers/ram/cadence/Kconfig"
133 source "drivers/ram/octeon/Kconfig"
134 source "drivers/ram/renesas/Kconfig"
135 source "drivers/ram/rockchip/Kconfig"
136 source "drivers/ram/sifive/Kconfig"
137 source "drivers/ram/stm32mp1/Kconfig"
138 source "drivers/ram/starfive/Kconfig"
139 source "drivers/ram/sunxi/Kconfig"
140 source "drivers/ram/thead/Kconfig"
A Dram-uclass.c25 UCLASS_DRIVER(ram) = {
A DMakefile6 obj-$(CONFIG_$(PHASE_)DM) += ram-uclass.o
/drivers/pci/
A Dpci_rom.c243 struct pci_rom_header *rom = NULL, *ram = NULL; in dm_pci_run_vga_bios() local
262 ret = pci_rom_load(rom, &ram, &alloced); in dm_pci_run_vga_bios()
312 ret = biosemu_run(dev, (uchar *)ram, 1 << 16, info, in dm_pci_run_vga_bios()
323 bios_run_on_x86(dev, (unsigned long)ram, vesa_mode, in dm_pci_run_vga_bios()
333 free(ram); in dm_pci_run_vga_bios()
/drivers/ram/sifive/
A DKconfig6 This enables support for ram drivers of SiFive SoCs.
/drivers/
A DMakefile32 obj-$(CONFIG_$(PHASE_)RAM) += ram/
63 obj-$(CONFIG_DRAM_SUN20I_D1) += ram/
A DKconfig107 source "drivers/ram/Kconfig"
/drivers/cache/
A DKconfig31 It will configure tag and data ram timing control from the

Completed in 15 milliseconds