Home
last modified time | relevance | path

Searched refs:PCI_SLOT (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/gpxe/src/interface/efi/
Defi_pci.c38 return EFI_PCI_ADDRESS ( pci->bus, PCI_SLOT ( pci->devfn ), in efipci_address()
51 "failed: %s\n", pci->bus, PCI_SLOT ( pci->devfn ), in efipci_read()
68 "failed: %s\n", pci->bus, PCI_SLOT ( pci->devfn ), in efipci_write()
/external/syslinux/gpxe/src/drivers/bus/
Dpci.c153 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()
220 PCI_SLOT ( pci->devfn ), PCI_FUNC ( pci->devfn ) ); in pci_remove()
282 PCI_SLOT ( devfn ), PCI_FUNC ( devfn ) ); in pcibus_probe()
/external/kernel-headers/original/uapi/linux/
Dpci.h31 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) macro
/external/syslinux/gpxe/src/arch/i386/drivers/net/
Dundiload.c84 bus, PCI_SLOT ( devfn ), PCI_FUNC ( devfn ) ); in undi_load()
/external/syslinux/gpxe/src/include/gpxe/
Dpci.h350 #define PCI_SLOT( devfn ) ( ( (devfn) >> 3 ) & 0x1f ) macro
/external/syslinux/gpxe/src/drivers/net/phantom/
Dphantom.c1746 "%08lx+%lx\n", phantom, pci->bus, PCI_SLOT ( pci->devfn ), in phantom_map_crb()
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/syslinux/gpxe/src/arch/i386/interface/pxe/
Dpxe_undi.c568 PCI_SLOT ( info->BusDevFunc ), in pxenv_undi_get_nic_type()