/linux-3.4.99/arch/microblaze/include/asm/ |
D | pci-bridge.h | 112 int dev_fn, int where, u8 *val); 114 int dev_fn, int where, u16 *val); 116 int dev_fn, int where, u32 *val); 118 int dev_fn, int where, u8 val); 120 int dev_fn, int where, u16 val); 122 int dev_fn, int where, u32 val); 125 int dev_fn, int cap);
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | pci-bridge.h | 100 int dev_fn, int where, u8 *val); 102 int dev_fn, int where, u16 *val); 104 int dev_fn, int where, u32 *val); 106 int dev_fn, int where, u8 val); 108 int dev_fn, int where, u16 val); 110 int dev_fn, int where, u32 val); 113 int dev_fn, int cap);
|
/linux-3.4.99/arch/powerpc/platforms/maple/ |
D | pci.c | 101 u8 bus, u8 dev_fn, u8 offset) in u3_agp_cfg_access() argument 106 if (dev_fn < (11 << 3)) in u3_agp_cfg_access() 108 caddr = u3_agp_cfa0(dev_fn, offset); in u3_agp_cfg_access() 110 caddr = u3_agp_cfa1(bus, dev_fn, offset); in u3_agp_cfg_access() 357 u8 bus, u8 dev_fn, int offset) in u4_pcie_cfg_access() argument 362 caddr = u4_pcie_cfa0(dev_fn, offset); in u4_pcie_cfg_access() 364 caddr = u4_pcie_cfa1(bus, dev_fn, offset); in u4_pcie_cfg_access()
|
/linux-3.4.99/arch/powerpc/platforms/powermac/ |
D | pci.c | 127 ((1 << (unsigned int)PCI_SLOT(dev_fn)) \ 128 | (((unsigned int)PCI_FUNC(dev_fn)) << 8) \ 138 u8 bus, u8 dev_fn, u8 offset) in macrisc_cfg_access() argument 143 if (dev_fn < (11 << 3)) in macrisc_cfg_access() 145 caddr = MACRISC_CFA0(dev_fn, offset); in macrisc_cfg_access() 147 caddr = MACRISC_CFA1(bus, dev_fn, offset); in macrisc_cfg_access() 463 ((1 << ((unsigned int)PCI_SLOT(dev_fn))) \ 464 | (((unsigned int)PCI_FUNC(dev_fn)) << 8) \ 476 u8 bus, u8 dev_fn, int offset) in u4_pcie_cfg_access() argument 481 caddr = U4_PCIE_CFA0(dev_fn, offset); in u4_pcie_cfg_access() [all …]
|
/linux-3.4.99/arch/mips/pci/ |
D | ops-pmcmsp.c | 131 unsigned char dev_fn = 0xF; /* Arbitrary device number */ in gen_pci_cfg_wr() local 157 (dev_fn << BPCI_CFGADDR_FUNCTNUM_SHF) | in gen_pci_cfg_wr() 383 unsigned char dev_fn = (unsigned char)devfn; in msp_pcibios_config_access() local 444 (dev_fn << BPCI_CFGADDR_FUNCTNUM_SHF) | in msp_pcibios_config_access()
|
D | pci-alchemy.c | 97 unsigned int dev_fn, unsigned char where, u32 *data) in config_access() argument 100 unsigned int device = PCI_SLOT(dev_fn); in config_access() 101 unsigned int function = PCI_FUNC(dev_fn); in config_access()
|
/linux-3.4.99/drivers/block/ |
D | ida_ioctl.h | 38 unsigned char dev_fn; member
|
D | cpqarray.c | 1200 pciinfo.dev_fn = host->pci_dev->devfn; in ida_locked_ioctl()
|
D | cciss.c | 1290 pciinfo.dev_fn = h->pdev->devfn; in cciss_getpciinfo()
|
/linux-3.4.99/include/linux/ |
D | cciss_ioctl.h | 14 unsigned char dev_fn; member
|
/linux-3.4.99/drivers/scsi/ |
D | hpsa_cmd.h | 361 unsigned char dev_fn; member
|
D | hpsa.c | 2603 pciinfo.dev_fn = h->pdev->devfn; in hpsa_getpciinfo_ioctl()
|
/linux-3.4.99/drivers/atm/ |
D | iphase.h | 1030 unsigned char dev_fn; member
|