Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dpci-bridge.h146 int dev_fn, int where, u8 *val);
148 int dev_fn, int where, u16 *val);
150 int dev_fn, int where, u32 *val);
152 int dev_fn, int where, u8 val);
154 int dev_fn, int where, u16 val);
156 int dev_fn, int where, u32 val);
159 int dev_fn, int cap);
/linux/arch/powerpc/platforms/powermac/
H A Dpci.c125 ((1 << (unsigned int)PCI_SLOT(dev_fn)) \
126 | (((unsigned int)PCI_FUNC(dev_fn)) << 8) \
136 unsigned int dev_fn, in macrisc_cfg_map_bus() argument
147 if (dev_fn < (11 << 3)) in macrisc_cfg_map_bus()
149 caddr = MACRISC_CFA0(dev_fn, offset); in macrisc_cfg_map_bus()
151 caddr = MACRISC_CFA1(bus->number, dev_fn, offset); in macrisc_cfg_map_bus()
384 ((1 << ((unsigned int)PCI_SLOT(dev_fn))) \
385 | (((unsigned int)PCI_FUNC(dev_fn)) << 8) \
397 unsigned int dev_fn, in u4_pcie_cfg_map_bus() argument
411 caddr = U4_PCIE_CFA0(dev_fn, offset); in u4_pcie_cfg_map_bus()
[all …]
/linux/arch/mips/pci/
H A Dpci-alchemy.c100 unsigned int dev_fn, unsigned char where, u32 *data) in config_access() argument
103 unsigned int device = PCI_SLOT(dev_fn); in config_access()
104 unsigned int function = PCI_FUNC(dev_fn); in config_access()
/linux/include/uapi/linux/
H A Dcciss_ioctl.h15 unsigned char dev_fn; member
/linux/drivers/scsi/
H A Dhpsa_cmd.h706 unsigned char dev_fn; member
H A Dhpsa.c6373 pciinfo.dev_fn = h->pdev->devfn; in hpsa_getpciinfo_ioctl()
/linux/drivers/atm/
H A Diphase.h1029 unsigned char dev_fn; member
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c6626 pci_info.dev_fn = pci_dev->devfn; in pqi_getpciinfo_ioctl()