Searched refs:flash_cmd (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/examples/standalone/ |
D | atmel_df_pow2.c | 17 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/ |
D | mxc_nand.h | 73 u16 flash_cmd; member 88 u16 flash_cmd; member 107 u32 flash_cmd; member
|
D | mxc_nand_spl.c | 121 writenfc(command, &nfc->flash_cmd); in nfc_nand_command()
|
D | mxc_nand.c | 147 writenfc(cmd, &host->regs->flash_cmd);
|
/external/autotest/server/cros/faft/ |
D | fingerprint_test.py | 381 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)
|