Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c2692 struct be_dma_mem *flash_cmd, int optype, int img_size, in be_flash() argument
2696 struct be_cmd_write_flashrom *req = flash_cmd->va; in be_flash()
2718 status = be_cmd_write_flashrom(adapter, flash_cmd, optype, in be_flash()
2755 struct be_dma_mem *flash_cmd, int num_of_images) in be_flash_BEx() argument
2861 status = be_flash(adapter, p, flash_cmd, pflashcomp[i].optype, in be_flash_BEx()
2926 struct be_dma_mem *flash_cmd, int num_of_images) in be_flash_skyhawk() argument
3005 status = be_flash(adapter, p, flash_cmd, flash_optype, img_size, in be_flash_skyhawk()
3051 struct be_dma_mem flash_cmd; in lancer_fw_download() local
3067 flash_cmd.size = sizeof(struct lancer_cmd_req_write_object) in lancer_fw_download()
3069 flash_cmd.va = dma_zalloc_coherent(dev, flash_cmd.size, in lancer_fw_download()
[all …]
/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes.c920 u32 flash_cmd = 0xdead; in flash_cmd_show() local
926 flash_cmd = nes_read32(nesdev->regs + NES_FLASH_COMMAND); in flash_cmd_show()
932 return snprintf(buf, PAGE_SIZE, "0x%x\n", flash_cmd); in flash_cmd_show()
1148 static DRIVER_ATTR_RW(flash_cmd);
/Linux-v4.19/drivers/input/rmi4/
Drmi_f34.h238 u8 flash_cmd; member
Drmi_f34v7.c49 f34->fn->fd.data_base_addr + f34->v7.off.flash_cmd, in rmi_f34v7_read_flash_status()
201 base + f34->v7.off.flash_cmd, in rmi_f34v7_write_command()
514 f34->v7.off.flash_cmd = V7_COMMAND_OFFSET; in rmi_f34v7_read_queries()