Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 25 of 29) sorted by relevance

12

/rk3399_ARM-atf/drivers/brcm/emmc/
H A Demmc_csl_sdcmd.c22 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 Demmc_pboot_hal_memory_drv.c249 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 Demmc_chal_sd.c517 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 Dcli.py21 @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 Drockchip.rst47 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 Dqemu-sbsa.rst6 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 Dqemu.rst5 Armv8-A. BL1 is used as the BootROM, supplied with the -bios argument.
/rk3399_ARM-atf/include/drivers/brcm/emmc/
H A Demmc_csl_sdcmd.h163 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 Dmeson.build24 # but -undefined would also be understood as a valid argument for GNU ld!
/rk3399_ARM-atf/docs/plat/qti/
H A Dchrome.rst33 Update value of CROSS_COMPILE argument with your cross-compilation toolchain.
/rk3399_ARM-atf/make_helpers/
H A Dutilities.mk605 for argument in "$$@"; do
606 sanitized=$$(printf '%s' "$${argument}" $\
/rk3399_ARM-atf/docs/design_documents/
H A Dmeasured_boot.rst229 - 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 Dpsci_osi_mode.rst200 :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 Dporting-guide.rst844 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 Dsecurity-advisory-tfv-1.rst74 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 Dsecurity-advisory-tfv-4.rst83 ``image_src`` is an SMC argument and therefore potentially controllable by an
/rk3399_ARM-atf/docs/design/
H A Dconsole-framework.rst122 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 Dmemmap.py204 @click.argument("file", type=click.Path(exists=True))
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dfvp-support.rst82 The commands below would report an ``unhandled argument`` error in this case.
/rk3399_ARM-atf/docs/tools/
H A Dmemory-layout-tool.rst377 ``--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 Dcoding-guidelines.rst241 - 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 Ddebugfs-design.rst38 an argument.
H A Dgranule-protection-tables-design.rst173 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 Drmm-el3-comms-spec.rst137 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 Dsocfpga_sip_svc.c225 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()

12