| /rk3399_ARM-atf/drivers/brcm/emmc/ |
| H A D | emmc_csl_sdcmd.c | 22 uint32_t argument = 0x0; /* Go to IDLE state. */ in sd_cmd0() local 25 res = send_cmd(handle, SD_CMD_GO_IDLE_STATE, argument, 0, NULL); in sd_cmd0() 72 uint32_t argument; in sd_cmd3() local 77 argument = handle->device->ctrl.rca << SD_CMD7_ARG_RCA_SHIFT; in sd_cmd3() 84 res = send_cmd(handle, SD_CMD_MMC_SET_RCA, argument, options, &resp); in sd_cmd3() 95 uint32_t argument, options; in sd_cmd7() local 98 argument = (rca << SD_CMD7_ARG_RCA_SHIFT); in sd_cmd7() 113 res = send_cmd(handle, SD_CMD_SELECT_DESELECT_CARD, argument, options, in sd_cmd7() 153 uint32_t argument, options, iBlkNum, multiFactor = 1; in sd_cmd9() local 157 argument = handle->device->ctrl.rca << SD_CMD7_ARG_RCA_SHIFT; in sd_cmd9() [all …]
|
| H A D | emmc_pboot_hal_memory_drv.c | 249 uint32_t send_sdio_cmd(uint32_t cmdIndex, uint32_t argument, in send_sdio_cmd() argument 259 return send_cmd(sd_handle, cmdIndex, argument, options, resp); in send_sdio_cmd() 616 uint32_t argument = MMC_CMD_IDLE_RESET_ARG; /* Exit from Boot mode */ in bcm_emmc_card_ready_state() local 619 send_sdio_cmd(SD_CMD_GO_IDLE_STATE, argument, 0, NULL); in bcm_emmc_card_ready_state()
|
| H A D | emmc_chal_sd.c | 517 uint32_t argument, uint32_t options) in chal_sd_send_cmd() argument 528 __func__, __LINE__, cmd_idx, argument, options); in chal_sd_send_cmd() 542 argument); in chal_sd_send_cmd() 543 handle->ctrl.argReg = argument; in chal_sd_send_cmd()
|
| /rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/ |
| H A D | cli.py | 21 @click.argument("inputfile", type=click.Path(dir_okay=True)) 22 @click.argument("outputfile", type=click.Path(dir_okay=True)) 27 @click.argument("inputfile", type=click.Path(dir_okay=True)) 32 @click.argument("inputfile", type=click.Path(dir_okay=True)) 37 @click.argument("inputfiledir", type=click.Path(dir_okay=True))
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | rockchip.rst | 47 Both need replacing the PLAT argument with the platform from above you 48 want to build for and the CROSS_COMPILE argument with you cross-
|
| H A D | qemu-sbsa.rst | 6 images. First Secure BootRom is supplied by -pflash argument. This Flash image 8 is responsible for Non-secure rom which also given with -pflash argument and
|
| H A D | qemu.rst | 5 Armv8-A. BL1 is used as the BootROM, supplied with the -bios argument.
|
| /rk3399_ARM-atf/include/drivers/brcm/emmc/ |
| H A D | emmc_csl_sdcmd.h | 163 int mmc_cmd6(struct sd_handle *handle, uint32_t argument); 167 uint32_t argument, uint32_t options, struct sd_resp *resp);
|
| /rk3399_ARM-atf/lib/libfdt/ |
| H A D | meson.build | 24 # but -undefined would also be understood as a valid argument for GNU ld!
|
| /rk3399_ARM-atf/docs/plat/qti/ |
| H A D | chrome.rst | 33 Update value of CROSS_COMPILE argument with your cross-compilation toolchain.
|
| /rk3399_ARM-atf/make_helpers/ |
| H A D | utilities.mk | 605 for argument in "$$@"; do 606 sanitized=$$(printf '%s' "$${argument}" $\
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | measured_boot.rst | 229 - A cookie, passed as the first argument, serves as a key-OID pointer 230 associated with the public key data, passed as the second argument. 231 - Public key data size is passed as the third argument to this function. 258 ``evlog_hash_func_t`` argument to ``event_log_init_and_reg()`` (or the
|
| H A D | psci_osi_mode.rst | 200 :retval INVALID_ADDRESS: if the entry_point_address argument is invalid. 359 * The ``state_info`` argument is never modified since it contains the power
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 844 non-volatile counter value stored in the platform in the second argument. The 845 cookie in the first argument may be used to select the counter in case the 862 counter value in the platform. The cookie in the first argument may be used to 863 select the counter (as explained in plat_get_nv_ctr()). The second argument is 879 first argument passed is a cookie and is typically used to 881 Counter. The second argument is a pointer to an authentication image 883 updated or not. The third argument is the updated counter value to 1317 For AArch64, this function receives the exception type as its argument. 1322 For AArch32, this function receives the exception mode as its argument. 1464 prepended to all the log output from TF-A. The `log_level` (argument) will [all …]
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-1.rst | 74 WARN("BL1-FWU: Copy argument block_size > remaining image size." 93 blocks over multiple SMCs. ``block_size`` is an SMC argument and therefore
|
| H A D | security-advisory-tfv-4.rst | 83 ``image_src`` is an SMC argument and therefore potentially controllable by an
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | console-framework.rst | 122 to the console_struct as an argument and returns a character on success or a negative 271 This function takes a console state as the function's only argument. This function 288 This function takes the int value of a character as an argument and returns the 309 This function doesn't take any argument but returns a character as an int.
|
| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | memmap.py | 204 @click.argument("file", type=click.Path(exists=True))
|
| /rk3399_ARM-atf/docs/plat/arm/fvp/ |
| H A D | fvp-support.rst | 82 The commands below would report an ``unhandled argument`` error in this case.
|
| /rk3399_ARM-atf/docs/tools/ |
| H A D | memory-layout-tool.rst | 377 ``--old`` argument is optional here. 381 more helpful diffs. Taking the last example, and adding the ``-e`` argument
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | coding-guidelines.rst | 241 - Bad argument supplied to library function 242 - Bad argument provided by platform porting function 388 - If an argument in a function declaration is pointing to a known type then 391 - If a variable (including an argument in a function declaration) is pointing 401 pointer argument to the function without any explicit casting (the cast to
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | debugfs-design.rst | 38 an argument.
|
| H A D | granule-protection-tables-design.rst | 173 accesses to all memory. The PPS is provided to this function as an argument. 179 PGS is provided to this function as an argument.
|
| H A D | rmm-el3-comms-spec.rst | 137 is still pending. The only argument that is required by RMM at this stage is 153 ``RMM_BOOT_COMPLETE`` SMC call. The first argument of this SMC call will 242 ``E_RMM_BAD_ADDR``,The value of an address used as argument was invalid,-2 245 ``E_RMM_INVAL``,The value of an argument was invalid,-5 1060 As per SMCCCv1.2, x4 must be preserved if not being used as return argument by the SMC function 1061 and it is the responsibility of RMM to preserve this or use this as a return argument.
|
| /rk3399_ARM-atf/plat/intel/soc/common/ |
| H A D | socfpga_sip_svc.c | 225 uint32_t argument = 0x1; in intel_fpga_config_start() local 265 status = mailbox_send_cmd(MBOX_JOB_ID, MBOX_RECONFIG, &argument, size, in intel_fpga_config_start()
|