| /rk3399_rockchip-uboot/ |
| H A D | Makefile | 506 -include include/config/auto.conf.cmd 509 $(KCONFIG_CONFIG) include/config/auto.conf.cmd: ; 515 include/config/%.conf: $(KCONFIG_CONFIG) include/config/auto.conf.cmd 706 libs-y += cmd/ 886 $(call cmd,cfgcheck,u-boot.cfg) 1293 $(call cmd,smap) 1294 $(call cmd,u-boot__) common/system_map.o 1562 $(call cmd,rmdirs) 1563 $(call cmd,rmfiles) 1584 $(call cmd,rmdirs) [all …]
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/ |
| H A D | mmc.h | 23 u32 cmd; /* 0x18 command */ member
|
| /rk3399_rockchip-uboot/examples/api/ |
| H A D | Makefile | 65 $(call cmd,force_checksrc)
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | omap_mmc.h | 39 unsigned int cmd; /* 0x10C */ member
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | board.c | 458 char *cmd, *key; in scan_run_cmd() local 464 cmd = strdup(config); in scan_run_cmd() 465 cmd[key - config] = 0; in scan_run_cmd() 469 run_command(cmd, 0); in scan_run_cmd() 476 printf("## Key<%ld> pressed... run cmd '%s'\n", map, cmd); in scan_run_cmd() 477 run_command(cmd, 0); in scan_run_cmd()
|
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | ds4510.c | 267 (((int)c->cmd == DS4510_CMD_DEVICE) && in do_ds4510() 280 switch ((int)c->cmd) { in do_ds4510()
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | tca642x.c | 238 (((int)c->cmd == TCA642X_CMD_DEVICE) && in do_tca642x() 263 switch ((int)c->cmd) { in do_tca642x()
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | toolchain.py | 89 cmd = [fname, '--version'] 95 result = command.RunPipe([cmd], capture=True, env=env, 105 print 'Command: ', cmd
|
| /rk3399_rockchip-uboot/board/keymile/km_arm/ |
| H A D | kwbimage-memphis.cfg | 57 # bit 4: 0=addr/cmd in smame cycle 59 # bit 6: 0=use recommended falling edge of clk for addr/cmd 105 # bit3-0: 0x0, DDR cmd
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | fsmc_nand.c | 166 static void fsmc_nand_hwcontrol(struct mtd_info *mtd, int cmd, uint ctrl) in fsmc_nand_hwcontrol() argument 190 if (cmd != NAND_CMD_NONE) in fsmc_nand_hwcontrol() 191 writeb(cmd, this->IO_ADDR_W); in fsmc_nand_hwcontrol()
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | r8a66597-hcd.c | 564 int transfer_len, struct devrequest *cmd) in r8a66597_submit_rh_msg() argument 582 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in r8a66597_submit_rh_msg() 583 wValue = cpu_to_le16 (cmd->value); in r8a66597_submit_rh_msg() 584 wLength = cpu_to_le16 (cmd->length); in r8a66597_submit_rh_msg()
|
| H A D | xhci.c | 197 u32 cmd; in xhci_reset() local 205 cmd = xhci_readl(&hcor->or_usbcmd); in xhci_reset() 206 cmd &= ~CMD_RUN; in xhci_reset() 207 xhci_writel(&hcor->or_usbcmd, cmd); in xhci_reset() 219 cmd = xhci_readl(&hcor->or_usbcmd); in xhci_reset() 220 cmd |= CMD_RESET; in xhci_reset() 221 xhci_writel(&hcor->or_usbcmd, cmd); in xhci_reset()
|
| H A D | xhci-ring.c | 273 u32 ep_index, trb_type cmd) in xhci_queue_command() argument 283 fields[3] = TRB_TYPE(cmd) | SLOT_ID_FOR_TRB(slot_id) | in xhci_queue_command() 290 if (cmd >= TRB_RESET_EP && cmd <= TRB_SET_DEQ) in xhci_queue_command()
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | dc2114x.c | 148 static int do_eeprom_cmd(struct eth_device *dev, u_long ioaddr,int cmd,int cmd_len); 606 static int do_eeprom_cmd(struct eth_device *dev, u_long ioaddr, int cmd, int cmd_len) in do_eeprom_cmd() argument 611 printf(" EEPROM op 0x%x: ", cmd); in do_eeprom_cmd() 618 short dataval = (cmd & (1 << cmd_len)) ? EE_WRITE_1 : EE_WRITE_0; in do_eeprom_cmd()
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | Makefile.spl | 79 libs-$(CONFIG_TPL_LIBCOMMON_SUPPORT) += common/ cmd/ env/ 82 libs-$(CONFIG_SPL_LIBCOMMON_SUPPORT) += common/ cmd/ env/ 393 cmd_files := $(wildcard $(obj)/.*.cmd $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/ |
| H A D | exynos-fb.txt | 36 samsung,vl-cmd-allow-len: Wait end of frame 94 samsung,vl-cmd-allow-len = <0xf>;
|
| /rk3399_rockchip-uboot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.c | 883 void *buffer, int transfer_len, struct devrequest *cmd) in ohci_submit_rh_msg() argument 898 pkt_print(dev, pipe, buffer, transfer_len, cmd, "SUB(rh)", usb_pipein(pipe)); in ohci_submit_rh_msg() 907 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in ohci_submit_rh_msg() 908 wValue = m16_swap (cmd->value); in ohci_submit_rh_msg() 909 wIndex = m16_swap (cmd->index); in ohci_submit_rh_msg() 910 wLength = m16_swap (cmd->length); in ohci_submit_rh_msg() 1089 pkt_print(dev, pipe, buffer, transfer_len, cmd, "RET(rh)", 0/*usb_pipein(pipe)*/); in ohci_submit_rh_msg()
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | onenand.h | 92 int (*command) (struct mtd_info *mtd, int cmd, loff_t address,
|
| /rk3399_rockchip-uboot/tools/patman/test/ |
| H A D | test01.txt | 9 cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type
|
| /rk3399_rockchip-uboot/arch/arm/mach-keystone/include/mach/ |
| H A D | clock_defs.h | 30 u32 cmd; /* 38 */ member
|
| /rk3399_rockchip-uboot/drivers/rkflash/ |
| H A D | sfc.h | 178 unsigned cmd : 8; member
|
| /rk3399_rockchip-uboot/board/boundary/nitrogen6x/ |
| H A D | nitrogen6x.c | 994 char *cmd; in preboot_keys() local 996 cmd = env_get(cmd_name); in preboot_keys() 997 if (cmd) { in preboot_keys() 998 env_set("preboot", cmd); in preboot_keys()
|
| /rk3399_rockchip-uboot/include/faraday/ |
| H A D | ftsdc010.h | 17 unsigned int cmd; /* 0x00 - command reg */ member
|
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | tegra186_bpmp_i2c.c | 46 req.cmd = CMD_I2C_XFER; in tegra186_bpmp_i2c_xfer()
|
| /rk3399_rockchip-uboot/arch/x86/lib/fsp/ |
| H A D | cmd_fsp.c | 122 ret = fsp_cmd->cmd(fsp_cmd, flag, argc, argv); in do_fsp()
|