Home
last modified time | relevance | path

Searched refs:cmd (Results 326 – 350 of 493) sorted by relevance

1...<<11121314151617181920

/rk3399_rockchip-uboot/
H A DMakefile506 -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 Dmmc.h23 u32 cmd; /* 0x18 command */ member
/rk3399_rockchip-uboot/examples/api/
H A DMakefile65 $(call cmd,force_checksrc)
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Domap_mmc.h39 unsigned int cmd; /* 0x10C */ member
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboard.c458 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 Dds4510.c267 (((int)c->cmd == DS4510_CMD_DEVICE) && in do_ds4510()
280 switch ((int)c->cmd) { in do_ds4510()
/rk3399_rockchip-uboot/drivers/gpio/
H A Dtca642x.c238 (((int)c->cmd == TCA642X_CMD_DEVICE) && in do_tca642x()
263 switch ((int)c->cmd) { in do_tca642x()
/rk3399_rockchip-uboot/tools/buildman/
H A Dtoolchain.py89 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 Dkwbimage-memphis.cfg57 # 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 Dfsmc_nand.c166 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 Dr8a66597-hcd.c564 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 Dxhci.c197 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 Dxhci-ring.c273 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 Ddc2114x.c148 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 DMakefile.spl79 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 Dexynos-fb.txt36 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 Dau1x00_usb_ohci.c883 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 Donenand.h92 int (*command) (struct mtd_info *mtd, int cmd, loff_t address,
/rk3399_rockchip-uboot/tools/patman/test/
H A Dtest01.txt9 cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type
/rk3399_rockchip-uboot/arch/arm/mach-keystone/include/mach/
H A Dclock_defs.h30 u32 cmd; /* 38 */ member
/rk3399_rockchip-uboot/drivers/rkflash/
H A Dsfc.h178 unsigned cmd : 8; member
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/
H A Dnitrogen6x.c994 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 Dftsdc010.h17 unsigned int cmd; /* 0x00 - command reg */ member
/rk3399_rockchip-uboot/drivers/i2c/
H A Dtegra186_bpmp_i2c.c46 req.cmd = CMD_I2C_XFER; in tegra186_bpmp_i2c_xfer()
/rk3399_rockchip-uboot/arch/x86/lib/fsp/
H A Dcmd_fsp.c122 ret = fsp_cmd->cmd(fsp_cmd, flag, argc, argv); in do_fsp()

1...<<11121314151617181920