Home
last modified time | relevance | path

Searched refs:dev_fn (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/maple/
H A Dpci.c97 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()
/OK3568_Linux_fs/kernel/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() 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 …]
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpci-alchemy.c100 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()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcciss_ioctl.h15 unsigned char dev_fn; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcciss_ioctl.h15 unsigned char dev_fn; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcciss_ioctl.h15 unsigned char dev_fn; member
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/atm/
H A Diphase.h1030 unsigned char dev_fn; member
/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c5887 pciinfo.dev_fn = pci_dev->devfn; in pqi_getpciinfo_ioctl()