Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H A Dpci-bridge.h109 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);
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dpci-bridge.h135 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);
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-5.10/arch/powerpc/platforms/maple/
H A Dpci.c97 u8 bus, u8 dev_fn, u8 offset) in u3_agp_cfg_access()
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()
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()
96 u3_agp_cfg_access(struct pci_controller* hose, u8 bus, u8 dev_fn, u8 offset) u3_agp_cfg_access() argument
352 u4_pcie_cfg_access(struct pci_controller* hose, u8 bus, u8 dev_fn, int offset) u4_pcie_cfg_access() argument
/kernel/linux/linux-6.6/arch/powerpc/platforms/maple/
H A Dpci.c97 u8 bus, u8 dev_fn, u8 offset) in u3_agp_cfg_access()
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()
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()
96 u3_agp_cfg_access(struct pci_controller* hose, u8 bus, u8 dev_fn, u8 offset) u3_agp_cfg_access() argument
352 u4_pcie_cfg_access(struct pci_controller* hose, u8 bus, u8 dev_fn, int offset) u4_pcie_cfg_access() argument
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dpci.c124 ((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()
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()
170 * Verify that a specific (bus, dev_fn) exists on chaos
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()
134 macrisc_cfg_map_bus(struct pci_bus *bus, unsigned int dev_fn, int offset) macrisc_cfg_map_bus() argument
395 u4_pcie_cfg_map_bus(struct pci_bus *bus, unsigned int dev_fn, int offset) u4_pcie_cfg_map_bus() argument
[all...]
/kernel/linux/linux-6.6/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, in macrisc_cfg_map_bus()
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()
135 macrisc_cfg_map_bus(struct pci_bus *bus, unsigned int dev_fn, int offset) macrisc_cfg_map_bus() argument
396 u4_pcie_cfg_map_bus(struct pci_bus *bus, unsigned int dev_fn, int offset) u4_pcie_cfg_map_bus() argument
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dcciss_ioctl.h15 unsigned char dev_fn; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dcciss_ioctl.h15 unsigned char dev_fn; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dcciss_ioctl.h27 unsigned char dev_fn; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dcciss_ioctl.h27 unsigned char dev_fn; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dcciss_ioctl.h15 unsigned char dev_fn; member
/kernel/linux/linux-5.10/arch/mips/pci/
H A Dpci-alchemy.c100 unsigned int dev_fn, unsigned char where, u32 *data) in config_access()
103 unsigned int device = PCI_SLOT(dev_fn); in config_access()
104 unsigned int function = PCI_FUNC(dev_fn); in config_access()
99 config_access(unsigned char access_type, struct pci_bus *bus, unsigned int dev_fn, unsigned char where, u32 *data) config_access() argument
/kernel/linux/linux-6.6/arch/mips/pci/
H A Dpci-alchemy.c100 unsigned int dev_fn, unsigned char where, u32 *data) in config_access()
103 unsigned int device = PCI_SLOT(dev_fn); in config_access()
104 unsigned int function = PCI_FUNC(dev_fn); in config_access()
99 config_access(unsigned char access_type, struct pci_bus *bus, unsigned int dev_fn, unsigned char where, u32 *data) config_access() argument
/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa_cmd.h693 unsigned char dev_fn; member
H A Dhpsa.c6343 pciinfo.dev_fn = h->pdev->devfn; in hpsa_getpciinfo_ioctl()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa_cmd.h706 unsigned char dev_fn; member
H A Dhpsa.c6371 pciinfo.dev_fn = h->pdev->devfn; in hpsa_getpciinfo_ioctl()
/kernel/linux/linux-5.10/drivers/atm/
H A Diphase.h1030 unsigned char dev_fn; member
/kernel/linux/linux-6.6/drivers/atm/
H A Diphase.h1029 unsigned char dev_fn; member
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c5887 pciinfo.dev_fn = pci_dev->devfn; in pqi_getpciinfo_ioctl()
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c6613 pci_info.dev_fn = pci_dev->devfn; in pqi_getpciinfo_ioctl()

Completed in 65 milliseconds