Home
last modified time | relevance | path

Searched refs:BootVideoCardBIOS (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/include/
Dbios_emul.h46 int BootVideoCardBIOS(struct udevice *pcidev, BE_VGAInfo **pVGAInfo,
49 int BootVideoCardBIOS(pci_dev_t pcidev, BE_VGAInfo **pVGAInfo, int clean_up);
/external/u-boot/drivers/bios_emulator/
Datibios.c626 int BootVideoCardBIOS(struct udevice *pcidev, BE_VGAInfo **pVGAInfo, in BootVideoCardBIOS() function
629 int BootVideoCardBIOS(pci_dev_t pcidev, BE_VGAInfo **pVGAInfo, int clean_up) in BootVideoCardBIOS()
/external/u-boot/drivers/video/
Dati_radeon_fb.c579 if (!BootVideoCardBIOS(pdev, NULL, 0)) in radeon_probe()