/external/syslinux/gpxe/src/drivers/bus/ |
D | pci.c | 153 PCI_SLOT ( pci->devfn ), PCI_FUNC ( pci->devfn ), in adjust_pci_device() 162 PCI_SLOT ( pci->devfn ), PCI_FUNC ( pci->devfn ), in adjust_pci_device() 184 "irq %d)\n", pci->bus, PCI_SLOT ( pci->devfn ), in pci_probe() 185 PCI_FUNC ( pci->devfn ), pci->vendor, pci->device, in pci_probe() 220 PCI_SLOT ( pci->devfn ), PCI_FUNC ( pci->devfn ) ); in pci_remove() 235 unsigned int devfn; in pcibus_probe() local 242 for ( devfn = 0 ; devfn <= 0xff ; devfn++ ) { in pcibus_probe() 253 pci->devfn = devfn; in pcibus_probe() 258 if ( PCI_FUNC ( devfn ) == 0 ) { in pcibus_probe() 282 PCI_SLOT ( devfn ), PCI_FUNC ( devfn ) ); in pcibus_probe() [all …]
|
/external/syslinux/gpxe/src/interface/efi/ |
D | efi_pci.c | 38 return EFI_PCI_ADDRESS ( pci->bus, PCI_SLOT ( pci->devfn ), in efipci_address() 39 PCI_FUNC ( pci->devfn ), in efipci_address() 51 "failed: %s\n", pci->bus, PCI_SLOT ( pci->devfn ), in efipci_read() 52 PCI_FUNC ( pci->devfn ), EFIPCI_OFFSET ( location ), in efipci_read() 68 "failed: %s\n", pci->bus, PCI_SLOT ( pci->devfn ), in efipci_write() 69 PCI_FUNC ( pci->devfn ), EFIPCI_OFFSET ( location ), in efipci_write()
|
/external/kernel-headers/original/uapi/linux/ |
D | pci.h | 31 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 32 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
|
D | vfio.h | 460 __u8 devfn; /* Use PCI_SLOT/PCI_FUNC */ member
|
D | kvm.h | 1292 __u32 devfn; member
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | pci.h | 307 uint8_t devfn; member 350 #define PCI_SLOT( devfn ) ( ( (devfn) >> 3 ) & 0x1f ) argument 351 #define PCI_FUNC( devfn ) ( (devfn) & 0x07 ) argument 353 #define PCI_BUSDEVFN( bus, devfn ) ( ( (bus) << 8 ) | (devfn) ) argument
|
/external/syslinux/gpxe/src/arch/i386/drivers/net/ |
D | undiload.c | 82 unsigned int devfn = ( undi->pci_busdevfn & 0xff ); in undi_load() local 84 bus, PCI_SLOT ( devfn ), PCI_FUNC ( devfn ) ); in undi_load()
|
D | undi.c | 69 unsigned int busdevfn = PCI_BUSDEVFN ( pci->bus, pci->devfn ); in undipci_probe()
|
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/ |
D | pcibios.c | 76 "b" ( PCI_BUSDEVFN ( pci->bus, pci->devfn ) ) in pcibios_read() 102 "b" ( PCI_BUSDEVFN ( pci->bus, pci->devfn ) ), in pcibios_write()
|
/external/valgrind/include/vki/ |
D | vki-xen-physdev.h | 49 int devfn; member
|
/external/syslinux/gpxe/src/arch/x86/core/ |
D | pcidirect.c | 37 outl ( ( 0x80000000 | ( pci->bus << 16 ) | ( pci->devfn << 8 ) | in pcidirect_prepare()
|
/external/syslinux/gpxe/src/drivers/net/phantom/ |
D | phantom.c | 1746 "%08lx+%lx\n", phantom, pci->bus, PCI_SLOT ( pci->devfn ), in phantom_map_crb() 1747 PCI_FUNC ( pci->devfn ), bar0_start, bar0_size ); in phantom_map_crb() 2010 phantom->port = PCI_FUNC ( pci->devfn ); in phantom_probe() 2027 if ( PCI_FUNC ( pci->devfn ) == 0 ) { in phantom_probe() 2031 pci->devfn = PCI_DEVFN ( PCI_SLOT ( pci->devfn ), i ); in phantom_probe() 2036 pci->devfn = PCI_DEVFN ( PCI_SLOT ( pci->devfn ), 0 ); in phantom_probe()
|
/external/ltp/testcases/kernel/device-drivers/usb/tusb/ |
D | tusb.c | 359 printk("tusb: Slot number: %d\n", pdev->devfn); in test_find_hcd()
|
/external/syslinux/gpxe/src/drivers/net/ |
D | mtnic.h | 708 u8 devfn; member
|
D | w89c840.c | 638 …printf("winbond-840: PCI bus %hhX device function %hhX: I/O address: %hX\n", p->bus, p->devfn, ioa… in w89c840_probe()
|
D | mtnic.c | 1019 DBG("bus=%d devfn=0x%x\n", dev->bus, dev->devfn); in mtnic_init_pci()
|
D | tg3.c | 2912 if (PCI_FUNC(tp->pdev->devfn) == 0) in tg3_get_device_address()
|
/external/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/ |
D | ltp_tpci.c | 324 int ret, num = ltp_pci.dev->devfn; in test_slot_scan()
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1399 #define __sanitizer_syscall_pre_pciconfig_iobase(which, bus, devfn) \ argument 1401 (long)(devfn)) 1402 #define __sanitizer_syscall_post_pciconfig_iobase(res, which, bus, devfn) \ argument 1404 (long)(bus), (long)(devfn)) 2801 long devfn); 2803 long bus, long devfn);
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-xen.c | 486 PRE_XEN_PHYSDEVOP_READ("map_pirq", devfn); in PRE()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 2217 PRE_SYSCALL(pciconfig_iobase)(long which, long bus, long devfn) {} 2219 POST_SYSCALL(pciconfig_iobase)(long res, long which, long bus, long devfn) {}
|