| /Linux-v5.4/arch/microblaze/include/asm/ |
| 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-v5.4/arch/powerpc/include/asm/ |
| D | pci-bridge.h | 135 int dev_fn, int where, u8 *val); 137 int dev_fn, int where, u16 *val); 139 int dev_fn, int where, u32 *val); 141 int dev_fn, int where, u8 val); 143 int dev_fn, int where, u16 val); 145 int dev_fn, int where, u32 val); 148 int dev_fn, int cap);
|
| /Linux-v5.4/arch/powerpc/platforms/maple/ |
| 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-v5.4/arch/powerpc/platforms/powermac/ |
| 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-v5.4/arch/mips/pci/ |
| D | ops-pmcmsp.c | 103 unsigned char dev_fn = 0xF; /* Arbitrary device number */ in gen_pci_cfg_wr_show() local 128 (dev_fn << BPCI_CFGADDR_FUNCTNUM_SHF) | in gen_pci_cfg_wr_show() 339 unsigned char dev_fn = (unsigned char)devfn; in msp_pcibios_config_access() local 396 (dev_fn << BPCI_CFGADDR_FUNCTNUM_SHF) | in msp_pcibios_config_access()
|
| 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-v5.4/include/uapi/linux/ |
| D | cciss_ioctl.h | 15 unsigned char dev_fn; member
|
| /Linux-v5.4/drivers/scsi/ |
| D | hpsa_cmd.h | 692 unsigned char dev_fn; member
|
| D | hpsa.c | 6310 pciinfo.dev_fn = h->pdev->devfn; in hpsa_getpciinfo_ioctl()
|
| /Linux-v5.4/drivers/atm/ |
| D | iphase.h | 1030 unsigned char dev_fn; member
|
| /Linux-v5.4/drivers/scsi/smartpqi/ |
| D | smartpqi_init.c | 5879 pciinfo.dev_fn = pci_dev->devfn; in pqi_getpciinfo_ioctl()
|