Home
last modified time | relevance | path

Searched refs:flash_cmd (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/examples/standalone/
Datmel_df_pow2.c17 static int flash_cmd(struct spi_slave *slave, uchar cmd, uchar *buf, int len) in flash_cmd() function
26 if (flash_cmd(slave, CMD_STAT, buf, sizeof(buf))) in flash_status()
40 ret = flash_cmd(slave, CMD_CFG, buf, sizeof(buf)); in flash_set_pow2()
59 ret = flash_cmd(slave, CMD_ID, buf, sizeof(buf)); in flash_check()
/external/u-boot/drivers/mtd/nand/
Dmxc_nand.h73 u16 flash_cmd; member
88 u16 flash_cmd; member
107 u32 flash_cmd; member
Dmxc_nand_spl.c121 writenfc(command, &nfc->flash_cmd); in nfc_nand_command()
Dmxc_nand.c147 writenfc(cmd, &host->regs->flash_cmd);
/external/autotest/server/cros/faft/
Dfingerprint_test.py381 flash_cmd = os.path.join(self._dut_working_dir,
383 result = self.run_cmd(flash_cmd)
390 flash_cmd = 'flash_fp_mcu' + ' ' + fw_path
391 logging.info('Running flash cmd: %s', flash_cmd)
392 result = self.run_cmd(flash_cmd)