/linux-2.6.39/arch/microblaze/include/asm/ |
D | pci-bridge.h | 135 int dev_fn, int where, u8 *val); 137 int dev_fn, int where, u16 *val); 139 int dev_fn, int where, u32 *val); 141 int dev_fn, int where, u8 val); 143 int dev_fn, int where, u16 val); 145 int dev_fn, int where, u32 val); 148 int dev_fn, int cap);
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | pci-bridge.h | 148 int dev_fn, int where, u8 *val); 150 int dev_fn, int where, u16 *val); 152 int dev_fn, int where, u32 *val); 154 int dev_fn, int where, u8 val); 156 int dev_fn, int where, u16 val); 158 int dev_fn, int where, u32 val); 161 int dev_fn, int cap);
|
/linux-2.6.39/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() 303 u8 bus, u8 dev_fn, int offset) in u4_pcie_cfg_access() argument 308 caddr = u4_pcie_cfa0(dev_fn, offset); in u4_pcie_cfg_access() 310 caddr = u4_pcie_cfa1(bus, dev_fn, offset); in u4_pcie_cfg_access()
|
/linux-2.6.39/arch/powerpc/platforms/powermac/ |
D | pci.c | 126 ((1 << (unsigned int)PCI_SLOT(dev_fn)) \ 127 | (((unsigned int)PCI_FUNC(dev_fn)) << 8) \ 137 u8 bus, u8 dev_fn, u8 offset) in macrisc_cfg_access() argument 142 if (dev_fn < (11 << 3)) in macrisc_cfg_access() 144 caddr = MACRISC_CFA0(dev_fn, offset); in macrisc_cfg_access() 146 caddr = MACRISC_CFA1(bus, dev_fn, offset); in macrisc_cfg_access() 462 ((1 << ((unsigned int)PCI_SLOT(dev_fn))) \ 463 | (((unsigned int)PCI_FUNC(dev_fn)) << 8) \ 475 u8 bus, u8 dev_fn, int offset) in u4_pcie_cfg_access() argument 480 caddr = U4_PCIE_CFA0(dev_fn, offset); in u4_pcie_cfg_access() [all …]
|
/linux-2.6.39/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 | ops-au1000.c | 94 unsigned int dev_fn, unsigned char where, u32 *data) in config_access() argument 97 unsigned int device = PCI_SLOT(dev_fn); in config_access() 98 unsigned int function = PCI_FUNC(dev_fn); in config_access()
|
/linux-2.6.39/drivers/block/ |
D | ida_ioctl.h | 38 unsigned char dev_fn; member
|
D | cpqarray.c | 1199 pciinfo.dev_fn = host->pci_dev->devfn; in ida_locked_ioctl()
|
D | cciss.c | 1254 pciinfo.dev_fn = h->pdev->devfn; in cciss_getpciinfo()
|
/linux-2.6.39/include/linux/ |
D | cciss_ioctl.h | 14 unsigned char dev_fn; member
|
/linux-2.6.39/drivers/scsi/ |
D | hpsa_cmd.h | 363 unsigned char dev_fn; member
|
D | hpsa.c | 2465 pciinfo.dev_fn = h->pdev->devfn; in hpsa_getpciinfo_ioctl()
|
/linux-2.6.39/drivers/atm/ |
D | iphase.h | 1040 unsigned char dev_fn; member
|