/linux-2.4.37.9/arch/arm/kernel/ |
D | via82c505.c | 18 #define CONFIG_CMD(dev, where) (0x80000000 | (dev->bus->number << 16) | (dev->devfn << 8) | (wher… argument 21 via82c505_read_config_byte(struct pci_dev *dev, int where, u8 *value) in via82c505_read_config_byte() 29 via82c505_read_config_word(struct pci_dev *dev, int where, u16 *value) in via82c505_read_config_word() 37 via82c505_read_config_dword(struct pci_dev *dev, int where, u32 *value) in via82c505_read_config_dword() 45 via82c505_write_config_byte(struct pci_dev *dev, int where, u8 value) in via82c505_write_config_byte() 53 via82c505_write_config_word(struct pci_dev *dev, int where, u16 value) in via82c505_write_config_word() 61 via82c505_write_config_dword(struct pci_dev *dev, int where, u32 value) in via82c505_write_config_dword() 82 dummy_read_config_byte(struct pci_dev *dev, int where, u8 *value) in dummy_read_config_byte() 89 dummy_read_config_word(struct pci_dev *dev, int where, u16 *value) in dummy_read_config_word() 96 dummy_read_config_dword(struct pci_dev *dev, int where, u32 *value) in dummy_read_config_dword() [all …]
|
D | plx90x0.c | 63 int where, u8 *value) in plx90x0_read_config_byte() 70 int where, u16 *value) in plx90x0_read_config_word() 77 int where, u32 *value) in plx90x0_read_config_dword() 84 int where, u8 value) in plx90x0_write_config_byte() 91 int where, u16 value) in plx90x0_write_config_word() 98 int where, u32 value) in plx90x0_write_config_dword()
|
/linux-2.4.37.9/arch/mips/pci/ |
D | ops-sni.c | 18 #define mkaddr(dev, where) \ argument 33 int where, unsigned char *val) in pcimt_read_config_byte() 46 int where, unsigned short *val) in pcimt_read_config_word() 61 int where, unsigned int *val) in pcimt_read_config_dword() 76 int where, unsigned char val) in pcimt_write_config_byte() 85 int where, unsigned short val) in pcimt_write_config_word() 96 int where, unsigned int val) in pcimt_write_config_dword()
|
D | ops-msc.c | 42 struct pci_dev *dev, unsigned char where, u32 *data) in msc_config_access() 99 static int msc_read_config_byte (struct pci_dev *dev, int where, in msc_read_config_byte() 112 static int msc_read_config_word (struct pci_dev *dev, int where, in msc_read_config_word() 128 static int msc_read_config_dword (struct pci_dev *dev, int where, in msc_read_config_dword() 144 static int msc_write_config_byte (struct pci_dev *dev, int where, in msc_write_config_byte() 161 static int msc_write_config_word (struct pci_dev *dev, int where, in msc_write_config_word() 182 static int msc_write_config_dword(struct pci_dev *dev, int where, in msc_write_config_dword()
|
D | ops-bonito64.c | 42 struct pci_dev *dev, unsigned char where, u32 *data) in bonito64_config_access() 122 static int bonito64_read_config_byte (struct pci_dev *dev, int where, in bonito64_read_config_byte() 135 static int bonito64_read_config_word (struct pci_dev *dev, int where, in bonito64_read_config_word() 151 static int bonito64_read_config_dword (struct pci_dev *dev, int where, in bonito64_read_config_dword() 167 static int bonito64_write_config_byte (struct pci_dev *dev, int where, in bonito64_write_config_byte() 184 static int bonito64_write_config_word (struct pci_dev *dev, int where, in bonito64_write_config_word() 205 static int bonito64_write_config_dword(struct pci_dev *dev, int where, in bonito64_write_config_dword()
|
D | ops-gt64120.c | 43 struct pci_dev *dev, unsigned char where, u32 *data) in gt64120_config_access() 109 static int gt64120_read_config_byte (struct pci_dev *dev, int where, u8 *val) in gt64120_read_config_byte() 121 static int gt64120_read_config_word (struct pci_dev *dev, int where, u16 *val) in gt64120_read_config_word() 136 static int gt64120_read_config_dword (struct pci_dev *dev, int where, u32 *val) in gt64120_read_config_dword() 151 static int gt64120_write_config_byte (struct pci_dev *dev, int where, u8 val) in gt64120_write_config_byte() 167 static int gt64120_write_config_word (struct pci_dev *dev, int where, u16 val) in gt64120_write_config_word() 186 static int gt64120_write_config_dword(struct pci_dev *dev, int where, u32 val) in gt64120_write_config_dword()
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_dir2_trace.c | 62 char *where, in xfs_dir2_trace_enter() 100 char *where, in xfs_dir2_trace_args() 114 char *where, in xfs_dir2_trace_args_b() 130 char *where, in xfs_dir2_trace_args_bb() 148 char *where, in xfs_dir2_trace_args_bibii() 168 char *where, in xfs_dir2_trace_args_db() 187 char *where, in xfs_dir2_trace_args_i() 204 char *where, in xfs_dir2_trace_args_s() 219 char *where, in xfs_dir2_trace_args_sb()
|
D | xfs_dir2_trace.h | 75 #define xfs_dir2_trace_args(where, args) argument 76 #define xfs_dir2_trace_args_b(where, args, bp) argument 77 #define xfs_dir2_trace_args_bb(where, args, lbp, dbp) argument 78 #define xfs_dir2_trace_args_bibii(where, args, bs, ss, bd, sd, c) argument 79 #define xfs_dir2_trace_args_db(where, args, db, bp) argument 80 #define xfs_dir2_trace_args_i(where, args, i) argument 81 #define xfs_dir2_trace_args_s(where, args, s) argument 82 #define xfs_dir2_trace_args_sb(where, args, s, bp) argument
|
/linux-2.4.37.9/arch/mips/vr41xx/common/ |
D | pciu.c | 30 static inline int vr41xx_pci_config_access(struct pci_dev *dev, int where) in vr41xx_pci_config_access() 63 static int vr41xx_pci_config_read_byte(struct pci_dev *dev, int where, uint8_t *val) in vr41xx_pci_config_read_byte() 78 static int vr41xx_pci_config_read_word(struct pci_dev *dev, int where, uint16_t *val) in vr41xx_pci_config_read_word() 95 static int vr41xx_pci_config_read_dword(struct pci_dev *dev, int where, uint32_t *val) in vr41xx_pci_config_read_dword() 109 static int vr41xx_pci_config_write_byte(struct pci_dev *dev, int where, uint8_t val) in vr41xx_pci_config_write_byte() 126 static int vr41xx_pci_config_write_word(struct pci_dev *dev, int where, uint16_t val) in vr41xx_pci_config_write_word() 146 static int vr41xx_pci_config_write_dword(struct pci_dev *dev, int where, uint32_t val) in vr41xx_pci_config_write_dword()
|
D | pciu.h | 75 static inline int pciu_read_config_byte(int where, uint8_t *val) in pciu_read_config_byte() 88 static inline int pciu_read_config_word(int where, uint16_t *val) in pciu_read_config_word() 101 static inline int pciu_read_config_dword(int where, uint32_t *val) in pciu_read_config_dword() 111 static inline int pciu_write_config_byte(int where, uint8_t val) in pciu_write_config_byte() 128 static inline int pciu_write_config_word(int where, uint16_t val) in pciu_write_config_word() 145 static inline int pciu_write_config_dword(int where, uint32_t val) in pciu_write_config_dword()
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | pci-visws.c | 27 #define CONFIG_CMD(dev, where) (0x80000000 | (dev->bus->number << 16) | (dev->devfn << 8) | (wher… argument 29 static int pci_conf1_read_config_byte(struct pci_dev *dev, int where, u8 *value) in pci_conf1_read_config_byte() 36 static int pci_conf1_read_config_word(struct pci_dev *dev, int where, u16 *value) in pci_conf1_read_config_word() 43 static int pci_conf1_read_config_dword(struct pci_dev *dev, int where, u32 *value) in pci_conf1_read_config_dword() 50 static int pci_conf1_write_config_byte(struct pci_dev *dev, int where, u8 value) in pci_conf1_write_config_byte() 57 static int pci_conf1_write_config_word(struct pci_dev *dev, int where, u16 value) in pci_conf1_write_config_word() 64 static int pci_conf1_write_config_dword(struct pci_dev *dev, int where, u32 value) in pci_conf1_write_config_dword()
|
/linux-2.4.37.9/arch/mips/ite-boards/generic/ |
D | it8172_pci.c | 91 unsigned char where, u32 *data) in it8172_pcibios_config_access() 128 read_config_byte (struct pci_dev *dev, int where, u8 *val) in read_config_byte() 144 read_config_word (struct pci_dev *dev, int where, u16 *val) in read_config_word() 162 read_config_dword (struct pci_dev *dev, int where, u32 *val) in read_config_dword() 181 write_config_byte (struct pci_dev *dev, int where, u8 val) in write_config_byte() 198 write_config_word (struct pci_dev *dev, int where, u16 val) in write_config_word() 219 write_config_dword(struct pci_dev *dev, int where, u32 val) in write_config_dword()
|
/linux-2.4.37.9/arch/mips/hp-lj/ |
D | pci.c | 26 #define cfgaddr(dev, where) (((dev->bus->number & 0xff) << 0x10) | \ argument 35 int where, unsigned char *val) in pcimt_read_config_byte() 44 int where, unsigned short *val) in pcimt_read_config_word() 55 int where, unsigned int *val) in pcimt_read_config_dword() 66 int where, unsigned char val) in pcimt_write_config_byte() 75 int where, unsigned short val) in pcimt_write_config_word() 87 int where, unsigned int val) in pcimt_write_config_dword()
|
/linux-2.4.37.9/include/asm-parisc/ |
D | assembly.h | 124 #define SAVE_SP(r, where) mfsp r, %r1 ! STREG %r1, where argument 125 #define REST_SP(r, where) LDREG where, %r1 ! mtsp %r1, r argument 126 #define SAVE_CR(r, where) mfctl r, %r1 ! STREG %r1, where argument 127 #define REST_CR(r, where) LDREG where, %r1 ! mtctl %r1, r argument
|
/linux-2.4.37.9/arch/mips/sibyte/sb1250/ |
D | pci.c | 48 #define CFGOFFSET(bus,devfn,where) (((bus)<<16)+((devfn)<<8)+(where)) argument 49 #define CFGADDR(dev,where) CFGOFFSET((dev)->bus->number,(dev)->devfn,where) argument 115 sb1250_pci_read_config_byte(struct pci_dev *dev, int where, u8 * val) in sb1250_pci_read_config_byte() 131 sb1250_pci_read_config_word(struct pci_dev *dev, int where, u16 * val) in sb1250_pci_read_config_word() 150 sb1250_pci_read_config_dword(struct pci_dev *dev, int where, u32 * val) in sb1250_pci_read_config_dword() 170 sb1250_pci_write_config_byte(struct pci_dev *dev, int where, u8 val) in sb1250_pci_write_config_byte() 188 sb1250_pci_write_config_word(struct pci_dev *dev, int where, u16 val) in sb1250_pci_write_config_word() 209 sb1250_pci_write_config_dword(struct pci_dev *dev, int where, u32 val) in sb1250_pci_write_config_dword()
|
/linux-2.4.37.9/arch/mips/tx4927/toshiba_rbtx4927/ |
D | toshiba_rbtx4927_pci_ops.c | 76 mkaddr(unsigned char bus, unsigned char dev_fn, unsigned char where, in mkaddr() 120 int where, unsigned char *val) in tx4927_pcibios_read_config_byte() 156 int where, unsigned short *val) in tx4927_pcibios_read_config_word() 195 int where, unsigned int *val) in tx4927_pcibios_read_config_dword() 227 int where, unsigned char val) in tx4927_pcibios_write_config_byte() 255 int where, unsigned short val) in tx4927_pcibios_write_config_word() 286 int where, unsigned int val) in tx4927_pcibios_write_config_dword()
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | core_polaris.c | 68 mk_conf_addr(struct pci_dev *dev, int where, unsigned long *pci_addr, u8 *type1) in mk_conf_addr() 85 polaris_read_config_byte(struct pci_dev *dev, int where, u8 *value) in polaris_read_config_byte() 98 polaris_read_config_word(struct pci_dev *dev, int where, u16 *value) in polaris_read_config_word() 111 polaris_read_config_dword(struct pci_dev *dev, int where, u32 *value) in polaris_read_config_dword() 124 polaris_write_config_byte(struct pci_dev *dev, int where, u8 value) in polaris_write_config_byte() 139 polaris_write_config_word(struct pci_dev *dev, int where, u16 value) in polaris_write_config_word() 154 polaris_write_config_dword(struct pci_dev *dev, int where, u32 value) in polaris_write_config_dword()
|
D | core_apecs.c | 93 mk_conf_addr(struct pci_dev *dev, int where, unsigned long *pci_addr, in mk_conf_addr() 276 apecs_read_config_byte(struct pci_dev *dev, int where, u8 *value) in apecs_read_config_byte() 290 apecs_read_config_word(struct pci_dev *dev, int where, u16 *value) in apecs_read_config_word() 304 apecs_read_config_dword(struct pci_dev *dev, int where, u32 *value) in apecs_read_config_dword() 318 apecs_write_config(struct pci_dev *dev, int where, u32 value, long mask) in apecs_write_config() 332 apecs_write_config_byte(struct pci_dev *dev, int where, u8 value) in apecs_write_config_byte() 338 apecs_write_config_word(struct pci_dev *dev, int where, u16 value) in apecs_write_config_word() 344 apecs_write_config_dword(struct pci_dev *dev, int where, u32 value) in apecs_write_config_dword()
|
/linux-2.4.37.9/arch/ia64/sn/io/machvec/ |
D | pci.c | 50 int where, unsigned char *val) in snia64_read_config_byte() 74 int where, unsigned short *val) in snia64_read_config_word() 98 int where, unsigned int *val) in snia64_read_config_dword() 126 int where, unsigned char val) in snia64_write_config_byte() 149 int where, unsigned short val) in snia64_write_config_word() 175 int where, unsigned int val) in snia64_write_config_dword()
|
/linux-2.4.37.9/drivers/hotplug/ |
D | pci_hotplug_util.c | 81 int pci_bus_read_config_byte (struct pci_bus *bus, unsigned int devfn, int where, u8 *value) in pci_bus_read_config_byte() 112 int pci_bus_read_config_word (struct pci_bus *bus, unsigned int devfn, int where, u16 *value) in pci_bus_read_config_word() 143 int pci_bus_read_config_dword (struct pci_bus *bus, unsigned int devfn, int where, u32 *value) in pci_bus_read_config_dword() 174 int pci_bus_write_config_byte (struct pci_bus *bus, unsigned int devfn, int where, u8 value) in pci_bus_write_config_byte() 205 int pci_bus_write_config_word (struct pci_bus *bus, unsigned int devfn, int where, u16 value) in pci_bus_write_config_word() 236 int pci_bus_write_config_dword (struct pci_bus *bus, unsigned int devfn, int where, u32 value) in pci_bus_write_config_dword() 371 int pci_read_config_byte_nodev(struct pci_ops *ops, u8 bus_nr, u8 slot, u8 function, int where, u8 … in pci_read_config_byte_nodev() 383 int pci_read_config_word_nodev(struct pci_ops *ops, u8 bus_nr, u8 slot, u8 function, int where, u16… in pci_read_config_word_nodev() 395 int pci_read_config_dword_nodev(struct pci_ops *ops, u8 bus_nr, u8 slot, u8 function, int where, u3… in pci_read_config_dword_nodev() 407 int pci_write_config_byte_nodev(struct pci_ops *ops, u8 bus_nr, u8 slot, u8 function, int where, u8… in pci_write_config_byte_nodev() [all …]
|
/linux-2.4.37.9/arch/mips/au1000/common/ |
D | pci_ops.c | 92 unsigned char where, u32 * data) in config_access() 163 unsigned char where, u32 * data) in config_access() 279 static int read_config_byte(struct pci_dev *dev, int where, u8 * val) in read_config_byte() 292 static int read_config_word(struct pci_dev *dev, int where, u16 * val) in read_config_word() 303 static int read_config_dword(struct pci_dev *dev, int where, u32 * val) in read_config_dword() 312 static int write_config_byte(struct pci_dev *dev, int where, u8 val) in write_config_byte() 328 static int write_config_word(struct pci_dev *dev, int where, u16 val) in write_config_word() 348 static int write_config_dword(struct pci_dev *dev, int where, u32 val) in write_config_dword()
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | pci-pc.c | 54 #define CONFIG_CMD(dev, where) (0x80000000 | (dev->bus->number << 16) | (dev->devfn << 8) | (wher… argument 116 static int pci_conf1_read_config_byte(struct pci_dev *dev, int where, u8 *value) in pci_conf1_read_config_byte() 132 static int pci_conf1_read_config_word(struct pci_dev *dev, int where, u16 *value) in pci_conf1_read_config_word() 148 static int pci_conf1_read_config_dword(struct pci_dev *dev, int where, u32 *value) in pci_conf1_read_config_dword() 155 static int pci_conf1_write_config_byte(struct pci_dev *dev, int where, u8 value) in pci_conf1_write_config_byte() 161 static int pci_conf1_write_config_word(struct pci_dev *dev, int where, u16 value) in pci_conf1_write_config_word() 167 static int pci_conf1_write_config_dword(struct pci_dev *dev, int where, u32 value) in pci_conf1_write_config_dword() 188 #define IOADDR(devfn, where) ((0xC000 | ((devfn & 0x78) << 5)) + where) argument 264 static int pci_conf2_read_config_byte(struct pci_dev *dev, int where, u8 *value) in pci_conf2_read_config_byte() 280 static int pci_conf2_read_config_word(struct pci_dev *dev, int where, u16 *value) in pci_conf2_read_config_word() [all …]
|
/linux-2.4.37.9/arch/m68k/atari/ |
D | hades-pci.c | 64 static void *mk_conf_addr(struct pci_dev *dev, int where) in mk_conf_addr() 89 static int hades_read_config_byte(struct pci_dev *dev, int where, u8 *value) in hades_read_config_byte() 103 static int hades_read_config_word(struct pci_dev *dev, int where, u16 *value) in hades_read_config_word() 120 static int hades_read_config_dword(struct pci_dev *dev, int where, u32 *value) in hades_read_config_dword() 194 static int hades_write_config_byte(struct pci_dev *dev, int where, u8 value) in hades_write_config_byte() 206 static int hades_write_config_word(struct pci_dev *dev, int where, u16 value) in hades_write_config_word() 218 static int hades_write_config_dword(struct pci_dev *dev, int where, u32 value) in hades_write_config_dword()
|
/linux-2.4.37.9/arch/mips/cobalt/ |
D | pci.c | 270 #define PCI_CFG_SET(dev,where) \ argument 275 int where, in qube_pci_read_config_dword() 290 int where, in qube_pci_read_config_word() 305 int where, in qube_pci_read_config_byte() 318 int where, in qube_pci_write_config_dword() 332 int where, in qube_pci_write_config_word() 351 int where, in qube_pci_write_config_byte()
|
/linux-2.4.37.9/arch/mips/sgi-ip27/ |
D | ip27-pci.c | 46 #define CF0_READ_PCI_CFG(dev,where,value,bm,mask) \ argument 73 static int pci_conf0_read_config_byte(struct pci_dev *dev, int where, in pci_conf0_read_config_byte() 79 static int pci_conf0_read_config_word(struct pci_dev *dev, int where, in pci_conf0_read_config_word() 85 static int pci_conf0_read_config_dword(struct pci_dev *dev, int where, in pci_conf0_read_config_dword() 91 #define CF0_WRITE_PCI_CFG(dev,where,value,bm,mask) \ argument 118 static int pci_conf0_write_config_byte(struct pci_dev *dev, int where, in pci_conf0_write_config_byte() 124 static int pci_conf0_write_config_word(struct pci_dev *dev, int where, in pci_conf0_write_config_word() 130 static int pci_conf0_write_config_dword(struct pci_dev *dev, int where, in pci_conf0_write_config_dword()
|