Lines Matching defs:optrom
2647 void *optrom = NULL;
2656 optrom = dma_alloc_coherent(&ha->pdev->dev, OPTROM_BURST_SIZE,
2658 if (!optrom) {
2661 "for optrom burst write (%x KB).\n",
2689 if (optrom && (liter + OPTROM_BURST_DWORDS) <= dwords) {
2691 memcpy(optrom, dwptr, OPTROM_BURST_SIZE);
2698 "Unable to burst-write optrom segment "
2706 OPTROM_BURST_SIZE, optrom, optrom_dma);
2707 optrom = NULL;
2731 if (optrom)
2733 OPTROM_BURST_SIZE, optrom, optrom_dma);