Home
last modified time | relevance | path

Searched refs:PCI_ROM_USE_NATIVE (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dpci_rom.h41 PCI_ROM_USE_NATIVE = 1 << 0, enumerator
/third_party/uboot/u-boot-2020.01/drivers/pci/
Dpci_rom.c271 if (exec_method & PCI_ROM_USE_NATIVE) { in dm_pci_run_vga_bios()
364 ret = dm_pci_run_vga_bios(dev, int15_handler, PCI_ROM_USE_NATIVE | in vbe_setup_video()