Searched refs:mapped_bios (Results 1 – 1 of 1) sorted by relevance
490 uchar *mapped_bios; in PCI_postController() local504 mapped_bios = PCI_mapBIOSImage(pcidev); in PCI_postController()505 if (mapped_bios == NULL) { in PCI_postController()510 bios_image_len = mapped_bios[2] * 512; in PCI_postController()517 memcpy(copy_of_bios, mapped_bios, bios_image_len); in PCI_postController()518 PCI_unmapBIOSImage(pcidev, mapped_bios); in PCI_postController()