Searched full:dev_fn (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| H A D | pci-bridge.h | 144 int dev_fn, int where, u8 *val); 146 int dev_fn, int where, u16 *val); 148 int dev_fn, int where, u32 *val); 150 int dev_fn, int where, u8 val); 152 int dev_fn, int where, u16 val); 154 int dev_fn, int where, u32 val); 157 int dev_fn, int cap);
|
| /linux/arch/powerpc/platforms/powermac/ |
| H A D | pci.c | 125 ((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() 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, in u4_pcie_cfg_map_bus() argument [all …]
|
| /linux/include/uapi/linux/ |
| H A D | cciss_ioctl.h | 15 unsigned char dev_fn; member
|
| /linux/arch/mips/pci/ |
| H A D | pci-alchemy.c | 100 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()
|
| H A D | ops-lantiq.c | 33 /* we support slot from 0 to 15 dev_fn & 0x68 (AD29) is the in ltq_pci_config_access()
|
| /linux/drivers/scsi/ |
| H A D | hpsa_cmd.h | 706 unsigned char dev_fn; member
|
| /linux/drivers/atm/ |
| H A D | iphase.h | 1029 unsigned char dev_fn; member
|