Searched refs:BootVideoCardBIOS (Results 1 – 3 of 3) sorted by relevance
/u-boot/include/ |
A D | bios_emul.h | 46 int BootVideoCardBIOS(struct udevice *pcidev, BE_VGAInfo **pVGAInfo, 49 int BootVideoCardBIOS(pci_dev_t pcidev, BE_VGAInfo **pVGAInfo, int clean_up);
|
/u-boot/drivers/bios_emulator/ |
A D | atibios.c | 627 int BootVideoCardBIOS(struct udevice *pcidev, BE_VGAInfo **pVGAInfo, in BootVideoCardBIOS() function 630 int BootVideoCardBIOS(pci_dev_t pcidev, BE_VGAInfo **pVGAInfo, int clean_up) in BootVideoCardBIOS()
|
/u-boot/drivers/video/ |
A D | ati_radeon_fb.c | 581 if (!BootVideoCardBIOS(pdev, NULL, 0)) in radeon_probe()
|
Completed in 5 milliseconds