Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/examples/standalone/
H A 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()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dmxc_nand.h74 u16 flash_cmd; member
89 u16 flash_cmd; member
108 u32 flash_cmd; member
H A Dmxc_nand_spl.c122 writenfc(command, &nfc->flash_cmd); in nfc_nand_command()
H A Dmxc_nand.c148 writenfc(cmd, &host->regs->flash_cmd);