Searched refs:position (Results 1 – 11 of 11) sorted by relevance
| /rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/ |
| H A D | cot_parser.py | 209 position = {k: lay[k] for k in range(numVertex)} 216 L = len(position) 217 Xn = [position[k][0] for k in range(L)] 218 Yn = [2*M-position[k][1] for k in range(L)] 222 Xe += [position[edge[0]][0], position[edge[1]][0], None] 223 Ye += [2*M-position[edge[0]][1], 2*M-position[edge[1]][1], None] 261 x = pos[k][0], y = 2*M-position[k][1], 275 annotations=make_annotations(position, v_label),
|
| /rk3399_ARM-atf/drivers/renesas/common/io/ |
| H A D | io_rcar.c | 46 uint32_t position; member 605 current_file.position = 0; in rcar_file_open() 618 current_file.position = 0; in rcar_file_open() 639 ssize_t offset = fp->offset + fp->position; in rcar_file_read() 681 fp->position += *cnt; in rcar_file_read()
|
| /rk3399_ARM-atf/docs/plat/marvell/armada/ |
| H A D | porting.rst | 46 Boot rom can skip the current image and choose to boot from next position if a 49 saved in next position on flash (e.g. address 2M in SPI flash). 78 saved image at the next position.
|
| /rk3399_ARM-atf/docs/plat/nxp/ |
| H A D | nxp-ls-tbbr.rst | 200 Using the SAP chain position number 86, following is the output. 205 Note: Chain position number will vary from one SoC to other SoC.
|
| /rk3399_ARM-atf/docs/components/fconf/ |
| H A D | tb_fw_bindings.rst | 127 indicates that the partition is position independent and can be loaded at
|
| /rk3399_ARM-atf/fdts/ |
| H A D | fvp-defs.dtsi | 36 /* CPU's position in cluster */
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | debugfs-design.rst | 42 - seek(): set the file position indicator of a file descriptor either to a
|
| H A D | ffa-manifest-binding.rst | 84 indicates that the partition is position independent and can be loaded at
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | firmware-design.rst | 2703 These macros accept the CPU's MPIDR value, or its ordinal position
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 3477 execution context. The return result is the bit position in the ``SCR_EL3``
|
| H A D | change-log.md | 10010 - Added helper to calculate the position shift from MPIDR 10489 - Fixed compilation errors when building a position-independent image 10827 position calculation, move bl31_platform_setup to board file, and move 10868 position-independent, make uniphier_mmap_setup() work with PIE, pass SCP 13022 automatically detects the position of the image inside the current memory
|