Lines Matching defs:optrom
2642 void *optrom = NULL;
2651 optrom = dma_alloc_coherent(&ha->pdev->dev, OPTROM_BURST_SIZE,
2653 if (!optrom) {
2656 "for optrom burst write (%x KB).\n",
2684 if (optrom && (liter + OPTROM_BURST_DWORDS) <= dwords) {
2686 memcpy(optrom, dwptr, OPTROM_BURST_SIZE);
2693 "Unable to burst-write optrom segment "
2701 OPTROM_BURST_SIZE, optrom, optrom_dma);
2702 optrom = NULL;
2726 if (optrom)
2728 OPTROM_BURST_SIZE, optrom, optrom_dma);