Home
last modified time | relevance | path

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

/external/u-boot/test/py/tests/
Dtest_net.py73 init_pci = u_boot_console.config.env.get('env__net_uses_pci', False)
74 if init_pci:
Dtest_efi_loader.py65 init_pci = u_boot_console.config.env.get('env__net_uses_pci', False)
66 if init_pci:
/external/libpcap/
Dpcap-dos.c854 static int init_pci = 0; in init_32bit() local
859 if (!init_pci) in init_32bit()
861 init_pci = 1; in init_32bit()