Searched refs:mapped_bios (Results 1 – 1 of 1) sorted by relevance
487 uchar *mapped_bios; in PCI_postController() local501 mapped_bios = PCI_mapBIOSImage(pcidev); in PCI_postController()502 if (mapped_bios == NULL) { in PCI_postController()507 bios_image_len = mapped_bios[2] * 512; in PCI_postController()514 memcpy(copy_of_bios, mapped_bios, bios_image_len); in PCI_postController()515 PCI_unmapBIOSImage(pcidev, mapped_bios); in PCI_postController()