Home
last modified time | relevance | path

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

/linux-3.4.99/arch/microblaze/include/asm/
Dpci-bridge.h112 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/
Dpci-bridge.h100 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/
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()
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/
Dpci.c127 ((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/
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()
Dpci-alchemy.c97 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/
Dida_ioctl.h38 unsigned char dev_fn; member
Dcpqarray.c1200 pciinfo.dev_fn = host->pci_dev->devfn; in ida_locked_ioctl()
Dcciss.c1290 pciinfo.dev_fn = h->pdev->devfn; in cciss_getpciinfo()
/linux-3.4.99/include/linux/
Dcciss_ioctl.h14 unsigned char dev_fn; member
/linux-3.4.99/drivers/scsi/
Dhpsa_cmd.h361 unsigned char dev_fn; member
Dhpsa.c2603 pciinfo.dev_fn = h->pdev->devfn; in hpsa_getpciinfo_ioctl()
/linux-3.4.99/drivers/atm/
Diphase.h1030 unsigned char dev_fn; member