Home
last modified time | relevance | path

Searched refs:boundary (Results 1 – 25 of 28) sorted by relevance

12

/rk3399_rockchip-uboot/drivers/mtd/onenand/
H A Donenand_base.c231 unsigned int boundary, blk, die = 0; in flexonenand_block() local
238 boundary = this->boundary[die]; in flexonenand_block()
241 if (blk > boundary) in flexonenand_block()
242 blk = (blk + boundary + 1) >> 1; in flexonenand_block()
265 int die = 0, boundary; in flexonenand_addr() local
273 boundary = this->boundary[die]; in flexonenand_addr()
275 if (block > (boundary + 1)) in flexonenand_addr()
276 ofs += (loff_t) (block - boundary - 1) in flexonenand_addr()
858 int ret = 0, boundary = 0; in onenand_read_ops_nolock() local
917 boundary = 1; in onenand_read_ops_nolock()
[all …]
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/
H A DKconfig7 default "boundary"
H A DMAINTAINERS4 F: board/boundary/nitrogen6x/
/rk3399_rockchip-uboot/board/tbs/tbs2910/
H A DKconfig16 default "board/boundary/nitrogen6x/nitrogen6q2g.cfg"
/rk3399_rockchip-uboot/configs/
H A Dmarsboard_defconfig6 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q.cfg,MX6Q,DDR_MB=1024"
H A Driotboard_defconfig6 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6s1g.cfg,MX6S,DDR_MB=1024"
H A Dnitrogen6dl_defconfig6 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6dl.cfg,MX6DL,DDR_MB=1024"
H A Dnitrogen6dl2g_defconfig6 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6dl2g.cfg,MX6DL,DDR_MB=2048"
H A Dnitrogen6s_defconfig6 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6s.cfg,MX6S,DDR_MB=512"
H A Dnitrogen6s1g_defconfig6 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6s1g.cfg,MX6S,DDR_MB=1024"
H A Dnitrogen6q_defconfig6 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q.cfg,MX6Q,DDR_MB=1024"
H A Dnitrogen6q2g_defconfig6 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q2g.cfg,MX6Q,DDR_MB=2048"
H A Dmx6qsabrelite_defconfig6 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q.cfg,MX6Q,DDR_MB=1024,SABR…
/rk3399_rockchip-uboot/include/
H A Donenand_uboot.h49 int boundary, int lock);
/rk3399_rockchip-uboot/doc/
H A DREADME.arm-caches38 memory DMA buffer) should be aligned to cache-line boundary both at
41 to the aligned part. That is, one cache-line at the respective boundary
H A DREADME.arm6426 2 MB boundary and within the same 512 MB section as the kernel image,
H A DREADME.POST644 of RAM around each 1Mb boundary. For example, for 64Mb RAM the
701 boundary and reading it after its passing the boundary. The test
/rk3399_rockchip-uboot/include/linux/mtd/
H A Donenand.h74 unsigned int boundary[MAX_DIES]; member
/rk3399_rockchip-uboot/env/
H A DKconfig188 MMC sector boundary.
201 an MMC sector boundary.
221 aligned to an erase block boundary.
229 aligned to an erase block boundary.
305 aligned to an erase sector boundary.
317 aligned to an erase sector boundary.
373 of bytes, but must be aligned to an Block sector boundary.
/rk3399_rockchip-uboot/arch/arm/cpu/
H A Du-boot.lds91 /* Align end of stack section to page boundary */
/rk3399_rockchip-uboot/tools/binman/
H A DREADME257 so that the entry starts on an aligned boundary within the image. For
259 boundary. Alignment shold be a power of 2. If 'align' is not
285 that they end on an alignment boundary, regardless of where they
310 that the image ends on a 512-byte boundary, use 'align-size = <512>'.
361 up so that the image finished at the 4GB boundary. This boolean
/rk3399_rockchip-uboot/arch/arm/mach-imx/mx6/
H A DKconfig427 source "board/boundary/nitrogen6x/Kconfig"
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.src693 so that the end of the arena is always a system page boundary.
1027 /* on the *next* 64K boundary. Otherwise, even if */
1032 /* the requested address to a 64K boundary which */
1150 Chunks of memory are maintained using a `boundary tag' method as
1181 (which is returned to the user) is also on an even word boundary, and
1948 /* If not the first time through, round to preserve page boundary */
1986 /* Guarantee the next brk will be at a page boundary */
2032 /* We always land on a page boundary */
2228 /* force to an even block boundary */
3181 * Fixed ordering problem with boundary-stamping
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dsource_file_format.txt286 aligned to a 4-byte boundary.
/rk3399_rockchip-uboot/dts/
H A DKconfig250 aligned on 2-byte boundary.

12