Searched refs:fw_virt (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/scsi/ |
H A D | wd719x.c | 176 dma_free_coherent(&wd->pdev->dev, wd->fw_size, wd->fw_virt, in wd719x_destroy() 178 wd->fw_virt = NULL; in wd719x_destroy() 329 if (!wd->fw_virt) in wd719x_chip_init() 330 wd->fw_virt = dma_alloc_coherent(&wd->pdev->dev, wd->fw_size, in wd719x_chip_init() 332 if (!wd->fw_virt) { in wd719x_chip_init() 338 memcpy(wd->fw_virt, fw_wcs->data, fw_wcs->size); in wd719x_chip_init() 339 memcpy(wd->fw_virt + ALIGN(fw_wcs->size, 4), fw_risc->data, in wd719x_chip_init() 826 wd->fw_virt = NULL; in wd719x_board_found()
|
H A D | wd719x.h | 70 void *fw_virt; /* firmware buffer CPU address */ member
|