Searched refs:dev_fn (Results 1 – 10 of 10) sorted by relevance
/linux/arch/microblaze/include/asm/ |
A D | pci-bridge.h | 109 int dev_fn, int where, u8 *val); 111 int dev_fn, int where, u16 *val); 113 int dev_fn, int where, u32 *val); 115 int dev_fn, int where, u8 val); 117 int dev_fn, int where, u16 val); 119 int dev_fn, int where, u32 val); 122 int dev_fn, int cap);
|
/linux/arch/powerpc/include/asm/ |
A D | pci-bridge.h | 139 int dev_fn, int where, u8 *val); 141 int dev_fn, int where, u16 *val); 143 int dev_fn, int where, u32 *val); 145 int dev_fn, int where, u8 val); 147 int dev_fn, int where, u16 val); 149 int dev_fn, int where, u32 val); 152 int dev_fn, int cap);
|
/linux/arch/powerpc/platforms/maple/ |
A D | pci.c | 97 u8 bus, u8 dev_fn, u8 offset) in u3_agp_cfg_access() argument 102 if (dev_fn < (11 << 3)) in u3_agp_cfg_access() 104 caddr = u3_agp_cfa0(dev_fn, offset); in u3_agp_cfg_access() 106 caddr = u3_agp_cfa1(bus, dev_fn, offset); in u3_agp_cfg_access() 353 u8 bus, u8 dev_fn, int offset) in u4_pcie_cfg_access() argument 358 caddr = u4_pcie_cfa0(dev_fn, offset); in u4_pcie_cfg_access() 360 caddr = u4_pcie_cfa1(bus, dev_fn, offset); in u4_pcie_cfg_access()
|
/linux/arch/powerpc/platforms/powermac/ |
A D | pci.c | 124 ((1 << (unsigned int)PCI_SLOT(dev_fn)) \ 125 | (((unsigned int)PCI_FUNC(dev_fn)) << 8) \ 135 unsigned int dev_fn, in macrisc_cfg_map_bus() argument 146 if (dev_fn < (11 << 3)) in macrisc_cfg_map_bus() 148 caddr = MACRISC_CFA0(dev_fn, offset); in macrisc_cfg_map_bus() 150 caddr = MACRISC_CFA1(bus->number, dev_fn, offset); in macrisc_cfg_map_bus() 383 ((1 << ((unsigned int)PCI_SLOT(dev_fn))) \ 384 | (((unsigned int)PCI_FUNC(dev_fn)) << 8) \ 396 unsigned int dev_fn, in u4_pcie_cfg_map_bus() argument 410 caddr = U4_PCIE_CFA0(dev_fn, offset); in u4_pcie_cfg_map_bus() [all …]
|
/linux/arch/mips/pci/ |
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()
|
/linux/include/uapi/linux/ |
A D | cciss_ioctl.h | 15 unsigned char dev_fn; member
|
/linux/drivers/scsi/ |
A D | hpsa_cmd.h | 706 unsigned char dev_fn; member
|
A D | hpsa.c | 6375 pciinfo.dev_fn = h->pdev->devfn; in hpsa_getpciinfo_ioctl()
|
/linux/drivers/atm/ |
A D | iphase.h | 1029 unsigned char dev_fn; member
|
/linux/drivers/scsi/smartpqi/ |
A D | smartpqi_init.c | 6378 pciinfo.dev_fn = pci_dev->devfn; in pqi_getpciinfo_ioctl()
|
Completed in 53 milliseconds