| /rk3399_rockchip-uboot/board/raidsonic/ib62x0/ |
| H A D | kwbimage.cfg | 34 # bit4: 0x0, addr/cmd in smame cycle 36 # bit6: 0x0, use recommended falling edge of clk for addr/cmd 82 # bit3-0: 0x0, DDR cmd
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | rk3308-evb.dts | 139 rockchip,cmd-type = "spi"; 141 /* type:0 is cmd, 1 is data */ 387 spi_init_cmd: spi-init-cmd {
|
| /rk3399_rockchip-uboot/board/keymile/km_arm/ |
| H A D | kwbimage.cfg | 54 # bit 4: 0=addr/cmd in smame cycle 56 # bit 6: 0=use recommended falling edge of clk for addr/cmd 102 # bit3-0: 0x0, DDR cmd
|
| /rk3399_rockchip-uboot/board/LaCie/net2big_v2/ |
| H A D | kwbimage.cfg | 34 # bit 4: 0=addr/cmd in smame cycle 36 # bit 6: 0=use recommended falling edge of clk for addr/cmd 81 # bit3-0: 0x0, DDR cmd
|
| /rk3399_rockchip-uboot/board/Marvell/openrd/ |
| H A D | kwbimage.cfg | 33 # bit 4: 0=addr/cmd in smame cycle 35 # bit 6: 0=use recommended falling edge of clk for addr/cmd 81 # bit3-0: 0x0, DDR cmd
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | tsi148.c | 389 char cmd = 'x'; in do_tsi148() local 393 cmd = argv[1][0]; in do_tsi148() 405 switch (cmd) { in do_tsi148()
|
| H A D | cpu.c | 108 return c->cmd(cmdtp, flag, argc, argv); in do_cpu()
|
| H A D | nvedit.c | 1270 char *ptr, *cmd, *res; in do_env_export() local 1278 cmd = *argv; in do_env_export() 1364 printf("## %s: only one of \"-b\", \"-c\" or \"-t\" allowed\n", cmd); in do_env_export() 1390 char *cmd, *ptr; in do_env_import() local 1398 cmd = *argv; in do_env_import() 1493 cmd); in do_env_import() 1577 return cp->cmd(cmdtp, flag, argc, argv); in do_env()
|
| /rk3399_rockchip-uboot/board/iomega/iconnect/ |
| H A D | kwbimage.cfg | 33 # bit4: 0x0, addr/cmd in smame cycle 35 # bit6: 0x0, use recommended falling edge of clk for addr/cmd 81 # bit3-0: 0x0, DDR cmd
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | multiplexed_log.py | 112 def run(self, cmd, cwd=None, ignore_errors=False): argument 131 msg = '+' + ' '.join(cmd) + '\n' 137 p = subprocess.Popen(cmd, cwd=cwd,
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | atmel_nand.c | 1209 int cmd, unsigned int ctrl) in at91_nand_hwcontrol() argument 1230 if (cmd != NAND_CMD_NONE) in at91_nand_hwcontrol() 1231 writeb(cmd, this->IO_ADDR_W); in at91_nand_hwcontrol() 1246 static int nand_command(int block, int page, uint32_t offs, u8 cmd) in nand_command() argument 1250 void (*hwctrl)(struct mtd_info *mtd, int cmd, in nand_command() 1256 if (cmd == NAND_CMD_READOOB) { in nand_command() 1258 cmd = NAND_CMD_READ0; in nand_command() 1261 hwctrl(mtd, cmd, NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command() 1263 if ((this->options & NAND_BUSWIDTH_16) && !nand_opcode_8bits(cmd)) in nand_command() 1343 void (*hwctrl)(struct mtd_info *mtd, int cmd, in spl_nand_erase_one()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | moveconfig.py | 1158 cmd = list(self.make_cmd) 1159 cmd.append(self.defconfig) 1160 self.ps = subprocess.Popen(cmd, stdout=self.devnull, 1178 cmd = list(self.make_cmd) 1179 cmd.append('KCONFIG_IGNORE_DUPLICATES=1') 1180 cmd.append(AUTO_CONF_PATH) 1181 self.ps = subprocess.Popen(cmd, stdout=self.devnull, env=env, 1214 cmd = list(self.make_cmd) 1215 cmd.append('savedefconfig') 1216 self.ps = subprocess.Popen(cmd, stdout=self.devnull,
|
| H A D | proftool.c | 552 const char *cmd = *argv; in prof_tool() local 554 if (0 == strcmp(cmd, "dump-ftrace")) in prof_tool() 557 warn("Unknown command '%s'\n", cmd); in prof_tool()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-pxa/ |
| H A D | regs-mmc.h | 28 uint32_t cmd; member
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/mach-imx/ |
| H A D | dma.h | 119 struct mxs_dma_cmd cmd; member
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | func_test.py | 154 cmd = gitutil.EmailPatches(series, cover_fname, args, 157 series.ShowActions(args, cmd, process_tags)
|
| /rk3399_rockchip-uboot/include/ |
| H A D | post.h | 99 char *cmd; member
|
| H A D | mmc.h | 419 int (*send_cmd)(struct udevice *dev, struct mmc_cmd *cmd, 431 int (*send_cmd_prepare)(struct udevice *dev, struct mmc_cmd *cmd, 482 int dm_mmc_send_cmd(struct udevice *dev, struct mmc_cmd *cmd, 500 struct mmc_cmd *cmd, struct mmc_data *data);
|
| /rk3399_rockchip-uboot/arch/arm/mach-imx/ |
| H A D | cmd_bmode.c | 91 cmd_tbl_t *entry = ll_entry_get(cmd_tbl_t, bmode, cmd); in add_board_boot_modes()
|
| /rk3399_rockchip-uboot/board/ti/common/ |
| H A D | Kconfig | 18 bool "Enable cmd options on TI platforms"
|
| /rk3399_rockchip-uboot/include/optee_include/ |
| H A D | teesmc_v2.h | 40 uint32_t cmd; member
|
| /rk3399_rockchip-uboot/drivers/usb/musb/ |
| H A D | musb_hcd.c | 460 struct devrequest *cmd) in musb_submit_rh_msg() argument 478 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in musb_submit_rh_msg() 479 wValue = swap_16(cmd->value); in musb_submit_rh_msg() 480 wIndex = swap_16(cmd->index); in musb_submit_rh_msg() 481 wLength = swap_16(cmd->length); in musb_submit_rh_msg()
|
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | core.h | 1040 unsigned cmd, struct dwc3_gadget_ep_cmd_params *params); 1041 int dwc3_send_gadget_generic_command(struct dwc3 *dwc, unsigned cmd, u32 param); 1056 unsigned cmd, struct dwc3_gadget_ep_cmd_params *params) in dwc3_send_gadget_ep_cmd() argument 1059 int cmd, u32 param) in dwc3_send_gadget_generic_command() argument
|
| /rk3399_rockchip-uboot/drivers/qe/ |
| H A D | qe.c | 34 void qe_issue_cmd(uint cmd, uint sbc, u8 mcn, u32 cmd_data) in qe_issue_cmd() argument 38 if (cmd == QE_RESET) { in qe_issue_cmd() 39 out_be32(&qe_immr->cp.cecr,(u32) (cmd | QE_CR_FLG)); in qe_issue_cmd() 43 ((u32) mcn<<QE_CR_PROTOCOL_SHIFT) | cmd)); in qe_issue_cmd()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.LED_display | 11 void display_set(int cmd);
|