Searched refs:dev_fn (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | pci-bridge.h | 146 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);
|
/openbmc/linux/arch/powerpc/platforms/maple/ |
H 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()
|
/openbmc/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() 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 …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | cciss_ioctl.h | 15 unsigned char dev_fn; member
|
/openbmc/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()
|
/openbmc/linux/drivers/scsi/ |
H A D | hpsa_cmd.h | 706 unsigned char dev_fn; member
|
H A D | hpsa.c | 6371 pciinfo.dev_fn = h->pdev->devfn; in hpsa_getpciinfo_ioctl()
|
/openbmc/linux/drivers/atm/ |
H A D | iphase.h | 1029 unsigned char dev_fn; member
|
/openbmc/linux/drivers/scsi/smartpqi/ |
H A D | smartpqi_init.c | 6597 pci_info.dev_fn = pci_dev->devfn; in pqi_getpciinfo_ioctl()
|