Searched refs:dev_fn (Results 1 - 9 of 9) sorted by relevance

/linux-master/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-master/include/uapi/linux/
H A Dcciss_ioctl.h15 unsigned char dev_fn; member in struct:_cciss_pci_info_struct
/linux-master/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,
147 if (dev_fn < (11 << 3))
149 caddr = MACRISC_CFA0(dev_fn, offset);
151 caddr = MACRISC_CFA1(bus->number, dev_fn, offset);
171 * Verify that a specific (bus, dev_fn) exists on chaos
384 ((1 << ((unsigned int)PCI_SLOT(dev_fn))) \
385 | (((unsigned int)PCI_FUNC(dev_fn)) << 8) \
397 unsigned int dev_fn,
135 macrisc_cfg_map_bus(struct pci_bus *bus, unsigned int dev_fn, int offset) argument
396 u4_pcie_cfg_map_bus(struct pci_bus *bus, unsigned int dev_fn, int offset) argument
[all...]
/linux-master/arch/powerpc/platforms/maple/
H A Dpci.c97 u8 bus, u8 dev_fn, u8 offset)
102 if (dev_fn < (11 << 3))
104 caddr = u3_agp_cfa0(dev_fn, offset);
106 caddr = u3_agp_cfa1(bus, dev_fn, offset);
353 u8 bus, u8 dev_fn, int offset)
358 caddr = u4_pcie_cfa0(dev_fn, offset);
360 caddr = u4_pcie_cfa1(bus, dev_fn, offset);
96 u3_agp_cfg_access(struct pci_controller* hose, u8 bus, u8 dev_fn, u8 offset) argument
352 u4_pcie_cfg_access(struct pci_controller* hose, u8 bus, u8 dev_fn, int offset) argument
/linux-master/arch/mips/pci/
H A Dpci-alchemy.c100 unsigned int dev_fn, unsigned char where, u32 *data)
103 unsigned int device = PCI_SLOT(dev_fn);
104 unsigned int function = PCI_FUNC(dev_fn);
99 config_access(unsigned char access_type, struct pci_bus *bus, unsigned int dev_fn, unsigned char where, u32 *data) argument
/linux-master/drivers/scsi/
H A Dhpsa_cmd.h706 unsigned char dev_fn; member in struct:hpsa_pci_info
H A Dhpsa.c6371 pciinfo.dev_fn = h->pdev->devfn;
/linux-master/drivers/atm/
H A Diphase.h1029 unsigned char dev_fn; member in struct:iadev_priv
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c6613 pci_info.dev_fn = pci_dev->devfn;

Completed in 213 milliseconds