/linux/arch/mips/pci/ ! |
H A D | pci-bcm1480.c | 214 cmdreg = READCFG32(CFGOFFSET(0, PCI_DEVFN(PCI_BRIDGE_DEVICE, 0), in bcm1480_pcibios_init() 226 cmdreg = READCFG32(CFGOFFSET(0, PCI_DEVFN(PCI_BRIDGE_DEVICE, 0), 0x40)); in bcm1480_pcibios_init() 227 WRITECFG32(CFGOFFSET(0, PCI_DEVFN(PCI_BRIDGE_DEVICE, 0), 0x40), in bcm1480_pcibios_init() 229 cmdreg = READCFG32(CFGOFFSET(0, PCI_DEVFN(PCI_BRIDGE_DEVICE, 0), 0x40)); in bcm1480_pcibios_init()
|
H A D | fixup-cobalt.c | 56 if (dev->devfn == PCI_DEVFN(0, 0) && in qube_raq_galileo_early_fixup() 93 if (dev->devfn != PCI_DEVFN(0, 0)) in qube_raq_galileo_fixup()
|
H A D | pci-sb1250.c | 225 (0, PCI_DEVFN(PCI_BRIDGE_DEVICE, 0), in sb1250_pcibios_init() 254 cmdreg = READCFG32(CFGOFFSET(0, PCI_DEVFN(LDT_BRIDGE_DEVICE, 0), in sb1250_pcibios_init()
|
H A D | ops-gt64xxx_pci0.c | 36 if ((busnum == 0) && (devfn >= PCI_DEVFN(31, 0))) in gt64xxx_pci0_pcibios_config_access()
|
/linux/drivers/pci/hotplug/ ! |
H A D | pciehp_pci.c | 41 dev = pci_get_slot(parent, PCI_DEVFN(0, 0)); in pciehp_configure_device() 54 num = pci_scan_slot(parent, PCI_DEVFN(0, 0)); in pciehp_configure_device() 75 dev = pci_get_slot(parent, PCI_DEVFN(0, 0)); in pciehp_configure_device()
|
H A D | shpchp_pci.c | 33 dev = pci_get_slot(parent, PCI_DEVFN(p_slot->device, 0)); in shpchp_configure_device() 43 num = pci_scan_slot(parent, PCI_DEVFN(p_slot->device, 0)); in shpchp_configure_device()
|
H A D | ibmphp_pci.c | 93 unsigned int devfn = PCI_DEVFN(device, function); in ibmphp_configure_card() 352 devfn = PCI_DEVFN(func->device, func->function); in configure_device() 394 io[count]->devfunc = PCI_DEVFN(func->device, func->function); in configure_device() 430 pfmem[count]->devfunc = PCI_DEVFN(func->device, in configure_device() 494 mem[count]->devfunc = PCI_DEVFN(func->device, in configure_device() 579 devfn = PCI_DEVFN(func->function, func->device); in configure_bridge() 659 bus_io[count]->devfunc = PCI_DEVFN(func->device, in configure_bridge() 690 bus_pfmem[count]->devfunc = PCI_DEVFN(func->device, in configure_bridge() 745 bus_mem[count]->devfunc = PCI_DEVFN(func->device, in configure_bridge() 815 io->devfunc = PCI_DEVFN(fun in configure_bridge() [all...] |
H A D | acpiphp_glue.c | 332 if (pci_bus_read_dev_vendor_id(pbus, PCI_DEVFN(device, function), in acpiphp_add_context() 441 return pci_scan_slot(slot->bus, PCI_DEVFN(slot->device, 0)); in acpiphp_rescan_slot() 537 dev = pci_get_slot(bus, PCI_DEVFN(slot->device, in enable_slot() 615 PCI_DEVFN(slot->device, func->function), in get_slot_status() 630 PCI_DEVFN(slot->device, 0), &dvid, 0)) { in get_slot_status()
|
/linux/arch/x86/pci/ ! |
H A D | intel_mid.c | 164 if (bus == 0 && (devfn == PCI_DEVFN(2, 0) in type1_access_ok() 165 || devfn == PCI_DEVFN(0, 0) in type1_access_ok() 166 || devfn == PCI_DEVFN(3, 0))) in type1_access_ok() 396 if (!offset || PCI_DEVFN(2, 0) == dev->devfn || in pci_fixed_bar_fixup() 397 PCI_DEVFN(2, 2) == dev->devfn) in pci_fixed_bar_fixup()
|
H A D | numachip.c | 116 ret = raw_pci_read(0, 0, PCI_DEVFN(0x18, 0), 0x60, sizeof(val), &val); in pci_numachip_init() 121 limit = PCI_DEVFN(0x18 + ((val >> 4) & 7) + 1, 0); in pci_numachip_init()
|
H A D | ce4100.c | 43 { PCI_DEVFN(device, func), offset, init_op, read_op, write_op,\ 68 pci_direct_conf1.read(0, 1, PCI_DEVFN(14, 0), 0x10, 4, in sata_reg_init() 265 if (bus == 0 && (PCI_DEVFN(1, 0) == devfn) && in ce4100_conf_read() 300 if (bus == 0 && PCI_DEVFN(1, 0) == devfn && in ce4100_conf_write()
|
/linux/drivers/edac/ ! |
H A D | skx_base.c | 69 { 0x2040, { PCI_DEVFN(10, 0), PCI_DEVFN(12, 0) }, 2, 2, CHAN0 }, 70 { 0x2044, { PCI_DEVFN(10, 4), PCI_DEVFN(12, 4) }, 2, 2, CHAN1 }, 71 { 0x2048, { PCI_DEVFN(11, 0), PCI_DEVFN(13, 0) }, 2, 2, CHAN2 }, 72 { 0x2043, { PCI_DEVFN(10, 3), PCI_DEVFN(12, 3) }, 2, 2, ERRCHAN0 }, 73 { 0x2047, { PCI_DEVFN(10, 7), PCI_DEVFN(1 [all...] |
/linux/drivers/hwmon/ ! |
H A D | fam15h_power.c | 80 pci_bus_read_config_dword(f4->bus, PCI_DEVFN(PCI_SLOT(f4->devfn), 5), in power1_input_show() 97 pci_bus_read_config_dword(f4->bus, PCI_DEVFN(PCI_SLOT(f4->devfn), 5), in power1_input_show() 332 pci_bus_read_config_dword(f4->bus, PCI_DEVFN(PCI_SLOT(f4->devfn), 3), in should_load_on_this_node() 363 PCI_DEVFN(PCI_SLOT(pdev->devfn), 5), in tweak_runavg_range() 371 PCI_DEVFN(PCI_SLOT(pdev->devfn), 5), in tweak_runavg_range() 396 pci_bus_read_config_dword(f4->bus, PCI_DEVFN(PCI_SLOT(f4->devfn), 5), in fam15h_power_init_data()
|
H A D | k10temp.c | 143 amd_nb_index_read(pdev, PCI_DEVFN(0, 0), 0xb8, in read_htcreg_nb_f15() 149 amd_nb_index_read(pdev, PCI_DEVFN(0, 0), 0xb8, in read_tempreg_nb_f15() 345 PCI_DEVFN(PCI_SLOT(pdev->devfn), 2), in has_erratum_319()
|
/linux/drivers/platform/x86/ ! |
H A D | p2sb.c | 22 #define P2SB_DEVFN_DEFAULT PCI_DEVFN(31, 1) 23 #define P2SB_DEVFN_GOLDMONT PCI_DEVFN(13, 0) 24 #define SPI_DEVFN_GOLDMONT PCI_DEVFN(13, 2)
|
/linux/drivers/clk/x86/ ! |
H A D | clk-fch.c | 54 rdev = pci_get_domain_bus_and_slot(0, 0, PCI_DEVFN(0, 0)); in fch_clk_probe() 100 rdev = pci_get_domain_bus_and_slot(0, 0, PCI_DEVFN(0, 0)); in fch_clk_remove()
|
/linux/include/uapi/linux/ ! |
H A D | pci.h | 31 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ ! |
H A D | ramnv1a.c | 40 bridge = pci_get_domain_bus_and_slot(domain, 0, PCI_DEVFN(0, 1)); in nv1a_ram_new()
|
/linux/drivers/acpi/ ! |
H A D | reboot.c | 21 devfn = PCI_DEVFN((rr->address >> 32) & 0xffff, in acpi_pci_reboot()
|
/linux/drivers/pci/ ! |
H A D | search.c | 91 PCI_DEVFN(0, 0)), data); in pci_for_each_dma_alias() 105 PCI_DEVFN(0, 0)), data); in pci_for_each_dma_alias()
|
/linux/drivers/xen/xen-pciback/ ! |
H A D | vpci.c | 142 err = publish_cb(pdev, 0, 0, PCI_DEVFN(slot, func), devid); in __xen_pcibk_add_pci_dev() 250 *devfn = PCI_DEVFN(slot, in __xen_pcibk_get_pcifront_dev()
|
/linux/drivers/char/agp/ ! |
H A D | nvidia-agp.c | 347 PCI_DEVFN(0, 1)); in agp_nvidia_probe() 351 PCI_DEVFN(0, 2)); in agp_nvidia_probe() 355 PCI_DEVFN(30, 0)); in agp_nvidia_probe()
|
/linux/drivers/platform/chrome/ ! |
H A D | chromeos_laptop.c | 437 .pci_devid = PCI_DEVID(0, PCI_DEVFN(0x15, 0x2)), 449 .pci_devid = PCI_DEVID(0, PCI_DEVFN(0x15, 0x1)), 459 .pci_devid = PCI_DEVID(0, PCI_DEVFN(0x15, 0x1)), 468 .pci_devid = PCI_DEVID(0, PCI_DEVFN(0x15, 0x2)),
|
/linux/drivers/power/reset/ ! |
H A D | piix4-poweroff.c | 53 spec_devid = PCI_DEVID(0, PCI_DEVFN(0x1f, 0x7)); in piix4_poweroff()
|
/linux/drivers/pcmcia/ ! |
H A D | cardbus.c | 74 s->functions = pci_scan_slot(bus, PCI_DEVFN(0, 0)); in cb_alloc()
|