Home
last modified time | relevance | path

Searched refs:area (Results 1 – 25 of 71) sorted by relevance

123

/rk3399_rockchip-uboot/arch/x86/cpu/intel_common/
H A Dmrc.c36 struct memory_area *area = &info->area[i]; in mrc_common_board_get_usable_ram_top() local
38 if (area->start >= 1ULL << 32) in mrc_common_board_get_usable_ram_top()
40 if (!largest || area->size > largest->size) in mrc_common_board_get_usable_ram_top()
41 largest = area; in mrc_common_board_get_usable_ram_top()
61 struct memory_area *area = &info->area[i]; in mrc_common_dram_init_banksize() local
63 if (area->start >= 1ULL << 32) in mrc_common_dram_init_banksize()
65 gd->bd->bi_dram[num_banks].start = area->start; in mrc_common_dram_init_banksize()
66 gd->bd->bi_dram[num_banks].size = area->size; in mrc_common_dram_init_banksize()
79 ptr = &info->area[info->num_areas]; in mrc_add_memory_area()
/rk3399_rockchip-uboot/board/micronas/vct/
H A Debi_onenand.c125 static inline int onenand_bufferram_offset(struct mtd_info *mtd, int area) in onenand_bufferram_offset() argument
130 if (area == ONENAND_DATARAM) in onenand_bufferram_offset()
132 if (area == ONENAND_SPARERAM) in onenand_bufferram_offset()
139 static int ebi_read_bufferram(struct mtd_info *mtd, loff_t addr, int area, in ebi_read_bufferram() argument
146 bufferram = this->base + area; in ebi_read_bufferram()
147 bufferram += onenand_bufferram_offset(mtd, area); in ebi_read_bufferram()
157 static int ebi_write_bufferram(struct mtd_info *mtd, loff_t addr, int area, in ebi_write_bufferram() argument
164 bufferram = this->base + area; in ebi_write_bufferram()
165 bufferram += onenand_bufferram_offset(mtd, area); in ebi_write_bufferram()
/rk3399_rockchip-uboot/drivers/mtd/onenand/
H A Dsamsung.c375 static unsigned char *s3c_get_bufferram(struct mtd_info *mtd, int area) in s3c_get_bufferram() argument
381 if (area == ONENAND_DATARAM) { in s3c_get_bufferram()
394 static int onenand_read_bufferram(struct mtd_info *mtd, loff_t addr, int area, in onenand_read_bufferram() argument
400 p = s3c_get_bufferram(mtd, area); in onenand_read_bufferram()
405 static int onenand_write_bufferram(struct mtd_info *mtd, loff_t addr, int area, in onenand_write_bufferram() argument
411 p = s3c_get_bufferram(mtd, area); in onenand_write_bufferram()
H A Donenand_base.c515 static inline int onenand_bufferram_offset(struct mtd_info *mtd, int area) in onenand_bufferram_offset() argument
520 if (area == ONENAND_DATARAM) in onenand_bufferram_offset()
522 if (area == ONENAND_SPARERAM) in onenand_bufferram_offset()
539 static int onenand_read_bufferram(struct mtd_info *mtd, loff_t addr, int area, in onenand_read_bufferram() argument
546 bufferram = this->base + area; in onenand_read_bufferram()
547 bufferram += onenand_bufferram_offset(mtd, area); in onenand_read_bufferram()
564 static int onenand_sync_read_bufferram(struct mtd_info *mtd, loff_t addr, int area, in onenand_sync_read_bufferram() argument
571 bufferram = this->base + area; in onenand_sync_read_bufferram()
572 bufferram += onenand_bufferram_offset(mtd, area); in onenand_sync_read_bufferram()
593 static int onenand_write_bufferram(struct mtd_info *mtd, loff_t addr, int area, in onenand_write_bufferram() argument
[all …]
/rk3399_rockchip-uboot/include/linux/mtd/
H A Donenand.h97 int (*read_bufferram) (struct mtd_info *mtd, loff_t addr, int area,
99 int (*write_bufferram) (struct mtd_info *mtd, loff_t addr, int area,
/rk3399_rockchip-uboot/env/
H A DKconfig54 environment area within the total memory of your EEPROM.
105 Offset of environment data (variable area) to the
147 These settings describe a second storage area used to hold
170 set, defaults to partition 0, the user area. Common values might be
177 area within the specified MMC device.
192 Specifies a second storage area, of CONFIG_ENV_SIZE size, used to
220 area within the first NAND device. CONFIG_ENV_OFFSET must be
225 This setting describes a second storage area of CONFIG_ENV_SIZE
258 These two #defines are used to determine the memory area you
289 environment area within the remote memory space. The
[all …]
/rk3399_rockchip-uboot/arch/xtensa/dts/
H A Dxtfpga-flash-128m.dtsi15 label = "boot loader area";
H A Dxtfpga-flash-16m.dtsi11 label = "boot loader area";
/rk3399_rockchip-uboot/doc/
H A DREADME.mxc_hab36 (1) Size of area in file u-boot.imx to sign
37 This area should include the IVT, the Boot Data the DCD
39 (2) Start of area in u-boot.imx to sign
40 (3) Start of area in RAM to authenticate
H A DREADME.multi-dtb-fit32 SPL. LZO and GZIP compressions are supported. By default, the area where the
59 | LZO (user defined area) | 125927 | 622 | 1.403 | 0.014 |
60 | GZIP (user defined area) | 133880 | 8575 | 1.421 | 0.032 |
H A DREADME.nand49 Read `size' bytes from the out-of-band data area corresponding to
76 Write `size' bytes from `addr' to the out-of-band data area
85 OOB area is transferred as well. If count is absent, it is assumed
244 With higher ECC schemes, more OOB/Spare area is required to
251 OOB/spare area per NAND page.
252 NAND_PAGESIZE = bytes in main-area of NAND page.
339 unlock consecutive area (can be called multiple times for different areas)
342 unlock all except specified consecutive area
H A DREADME.sh7752evb60 1. Copy u-boot image to RAM area.
H A DREADME.sh7753evb60 1. Copy u-boot image to RAM area.
H A DREADME.ARC10 power and area requirements.
H A DREADME.falcon36 area or the DT. U-Boot runs as when it boots the kernel, but stops before
44 the parameters which are saved in the persistent area to the required address.
68 CONFIG_CMD_SPL_NAND_OFS Offset in NAND where the parameters area was saved.
70 CONFIG_CMD_SPL_WRITE_SIZE Size of the parameters area to be copied
H A DREADME.POST548 - write the negative pattern to a cached area
549 - read the area
558 - write the zero pattern to a cached area
560 - write the negative pattern to the area
562 - read the area
571 - write the zero pattern to a cached area
573 - write the negative pattern to the area
575 - read the area
584 - write the negative pattern to a cached area
586 - write the zero pattern to the area
[all …]
/rk3399_rockchip-uboot/board/freescale/bsc9131rdb/
H A DREADME117 0x3700_0000 0x37FF_FFFF PowerPC-DSP shared control area
118 0x3800_0000 0x4FFF_FFFF DSP Private area
122 Rest is PowerPC private area.
146 Place a linux uImage in the TFTP disk area.
/rk3399_rockchip-uboot/doc/device-tree-bindings/spi/
H A Dspi-ath79.txt5 - reg: Base address and size of the controllers memory area
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dglobal_data.h54 struct memory_area area[CONFIG_NR_DRAM_BANKS]; member
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/
H A DREADME101 After placing the DTB file in your TFTP disk area,
112 Place a linux uImage in the TFTP disk area too.
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/
H A Dexynos-fb.txt22 samsung,vl-width: width of display area in mm
23 samsung,vl-height: Height of display area in mm
H A Dexynos_mipi_dsi.txt17 in Non-burst mode, RGB data area is filled with RGB data and
24 If set, DSI master ignores HFP area in VIDEO mode.
/rk3399_rockchip-uboot/board/renesas/sh7757lcr/
H A DREADME.sh7757lcr70 1. Copy u-boot image to RAM area.
/rk3399_rockchip-uboot/doc/device-tree-bindings/firmware/
H A Dnvidia,tegra186-bpmp.txt17 - shmem : List of the phandle of the TX and RX shared memory area that
62 The shared memory area for the IPC TX and RX between CPU and BPMP are
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/
H A Dsouthcluster.asl134 /* Update PCI resource area */
149 /* Update High PCI resource area */

123