Home
last modified time | relevance | path

Searched refs:dev_fn (Results 1 – 13 of 13) sorted by relevance

/linux-2.6.39/arch/microblaze/include/asm/
Dpci-bridge.h135 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/
Dpci-bridge.h148 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/
Dpci.c101 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/
Dpci.c126 ((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/
Dops-pmcmsp.c131 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()
Dops-au1000.c94 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/
Dida_ioctl.h38 unsigned char dev_fn; member
Dcpqarray.c1199 pciinfo.dev_fn = host->pci_dev->devfn; in ida_locked_ioctl()
Dcciss.c1254 pciinfo.dev_fn = h->pdev->devfn; in cciss_getpciinfo()
/linux-2.6.39/include/linux/
Dcciss_ioctl.h14 unsigned char dev_fn; member
/linux-2.6.39/drivers/scsi/
Dhpsa_cmd.h363 unsigned char dev_fn; member
Dhpsa.c2465 pciinfo.dev_fn = h->pdev->devfn; in hpsa_getpciinfo_ioctl()
/linux-2.6.39/drivers/atm/
Diphase.h1040 unsigned char dev_fn; member