Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/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);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c2688 struct be_dma_mem *flash_cmd, int optype, int img_size, in be_flash() argument
2692 struct be_cmd_write_flashrom *req = flash_cmd->va; in be_flash()
2714 status = be_cmd_write_flashrom(adapter, flash_cmd, optype, in be_flash()
2751 struct be_dma_mem *flash_cmd, int num_of_images) in be_flash_BEx() argument
2857 status = be_flash(adapter, p, flash_cmd, pflashcomp[i].optype, in be_flash_BEx()
2922 struct be_dma_mem *flash_cmd, int num_of_images) in be_flash_skyhawk() argument
3001 status = be_flash(adapter, p, flash_cmd, flash_optype, img_size, in be_flash_skyhawk()
3047 struct be_dma_mem flash_cmd; in lancer_fw_download() local
3063 flash_cmd.size = sizeof(struct lancer_cmd_req_write_object) in lancer_fw_download()
3065 flash_cmd.va = dma_alloc_coherent(dev, flash_cmd.size, &flash_cmd.dma, in lancer_fw_download()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H A Drmi_f34.h235 u8 flash_cmd; member
H A Drmi_f34v7.c46 f34->fn->fd.data_base_addr + f34->v7.off.flash_cmd, in rmi_f34v7_read_flash_status()
198 base + f34->v7.off.flash_cmd, in rmi_f34v7_write_command()
511 f34->v7.off.flash_cmd = V7_COMMAND_OFFSET; in rmi_f34v7_read_queries()