| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3036/ |
| H A D | sdram_rk3036.c | 444 u32 rank, u32 cmd, u32 arg) in send_command() argument 446 writel((START_CMD | (rank << 20) | arg | cmd), &pctl->mcmd); in send_command()
|
| /rk3399_rockchip-uboot/test/rockchip/ |
| H A D | test-net.c | 331 .cmd = sub_cmd,
|
| /rk3399_rockchip-uboot/cmd/fastboot/ |
| H A D | Kconfig | 98 from invalid unlock cmd.
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | mxc_nand.c | 144 static void send_cmd(struct mxc_nand_host *host, uint16_t cmd) argument 146 pr_debug("send_cmd(host, 0x%x)\n", cmd); 148 writenfc(cmd, &host->regs->flash_cmd); 152 wait_op_done(host, TROP_US_DELAY, cmd);
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | rk3588-u-boot.dtsi | 248 sdmmc_cmd: sdmmc-cmd {
|
| H A D | rk3288-veyron.dtsi | 683 emmc_cmd: emmc-cmd { 741 sdio0_cmd: sdio0-cmd { 780 sdmmc_cmd: sdmmc-cmd {
|
| H A D | exynos4210-universal_c210.dts | 58 samsung,vl-cmd-allow-len = <0xf>;
|
| H A D | rk322x.dtsi | 637 sdmmc_cmd: sdmmc-cmd { 654 sdio_cmd: sdio-cmd { 671 emmc_cmd: emmc-cmd {
|
| H A D | exynos4210-trats.dts | 50 samsung,vl-cmd-allow-len = <0xf>;
|
| H A D | exynos5800-peach-pi.dts | 144 samsung,vl-cmd-allow-len = <0xf>;
|
| H A D | rk3568-pinctrl.dtsi | 361 emmc_cmd: emmc-cmd { 1519 sdmmc0_cmd: sdmmc0-cmd { 1550 sdmmc1_cmd: sdmmc1-cmd { 1581 sdmmc2m0_cmd: sdmmc2m0-cmd { 1610 sdmmc2m1_cmd: sdmmc2m1-cmd {
|
| H A D | exynos5250-smdk5250.dts | 106 samsung,vl-cmd-allow-len = <0xf>;
|
| H A D | rk3128.dtsi | 751 emmc_cmd: emmc-cmd { 910 sdmmc_cmd: sdmmc-cmd { 935 sdio_cmd: sdio-cmd {
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | ich.c | 405 memcpy(trans->cmd, dout, bytes); in ich_spi_xfer() 419 trans->out = trans->cmd; in ich_spi_xfer()
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | builder.py | 391 cmd = [self.gnu_make] + list(args) 392 result = command.RunPipe([cmd], capture=True, capture_stderr=True, 395 result.stdout = '%s\n' % (' '.join(cmd)) + result.stdout 396 result.combined = '%s\n' % (' '.join(cmd)) + result.combined
|
| /rk3399_rockchip-uboot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_training_ip_flow.h | 335 int ddr3_tip_write_mrs_cmd(u32 dev_num, u32 *cs_mask_arr, u32 cmd, u32 data,
|
| /rk3399_rockchip-uboot/drivers/ram/rockchip/ |
| H A D | sdram_rv1108_pctl_phy.c | 103 u32 rank, u32 cmd, u32 arg) in send_command() argument 105 writel((START_CMD | (rank << RANK_SEL_SHIFT) | arg | cmd), in send_command()
|
| /rk3399_rockchip-uboot/arch/arm/mach-keystone/ |
| H A D | clock.c | 147 pllctl_reg_setbits(data->pll, cmd, PLLSTAT_GOSTAT_MASK); in configure_main_pll()
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | immap_5329.h | 336 u32 cmd; /* 0x140 USB Command */ member
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | README | 319 these rather contrived patches in the following order in branch us-cmd in 446 1. When you change back to the us-cmd branch days or weeks later all your 458 git tag sent/us-cmd-rfc 460 git tag sent/us-cmd-v2
|
| /rk3399_rockchip-uboot/common/ |
| H A D | cli_hush.c | 349 char *cmd; /* name */ member 713 for (x = bltins; x->cmd; x++) { in builtin_help() 716 printf("%s\t%s\n", x->cmd, x->descr); in builtin_help() 1292 for (x = bltins; x->cmd; x++) { 1293 if (strcmp(child->argv[0], x->cmd) == 0 ) { 1644 for (x = bltins; x->cmd; x++) { 1645 if (strcmp(child->argv[i], x->cmd) == 0 ) {
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/brcmnand/ |
| H A D | brcmnand.c | 1191 static void brcmnand_send_cmd(struct brcmnand_host *host, int cmd) in brcmnand_send_cmd() argument 1196 dev_dbg(ctrl->dev, "send native cmd %d addr_lo 0x%x\n", cmd, in brcmnand_send_cmd() 1199 ctrl->cmd_pending = cmd; in brcmnand_send_cmd() 1206 cmd << brcmnand_cmd_shift(ctrl)); in brcmnand_send_cmd() 1231 u32 cmd = brcmnand_read_reg(ctrl, BRCMNAND_CMD_START) in brcmnand_waitfunc() local 1235 "timeout waiting for command %#02x\n", cmd); in brcmnand_waitfunc()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.mxc_hab | 70 the dek_blob cmd enabled. The image used for DEK blob generation
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/ |
| H A D | dc.h | 349 struct dc_cmd_reg cmd; /* CMD register 0x000 ~ 0x43 */ member
|
| /rk3399_rockchip-uboot/lib/optee_clientApi/ |
| H A D | OpteeClientRkFs_v1.c | 1525 int tee_supp_rk_fs_process_v1(void *cmd, size_t cmd_size) in tee_supp_rk_fs_process_v1() argument 1527 struct tee_fs_rpc *fsrpc = cmd; in tee_supp_rk_fs_process_v1() 1540 if (cmd == NULL) { in tee_supp_rk_fs_process_v1()
|