Home
last modified time | relevance | path

Searched defs:where (Results 1 – 25 of 84) sorted by relevance

1234

/arch/mips/pci/
Dops-pnx8550.c42 calc_cfg_addr(struct pci_bus *bus, unsigned int devfn, int where) in calc_cfg_addr()
53 config_access(unsigned int pci_cmd, struct pci_bus *bus, unsigned int devfn, int where, unsigned in… in config_access()
113 read_config_byte(struct pci_bus *bus, unsigned int devfn, int where, u8 * val) in read_config_byte()
141 read_config_word(struct pci_bus *bus, unsigned int devfn, int where, u16 * val) in read_config_word()
166 read_config_dword(struct pci_bus *bus, unsigned int devfn, int where, u32 * val) in read_config_dword()
181 write_config_byte(struct pci_bus *bus, unsigned int devfn, int where, u8 val) in write_config_byte()
209 write_config_word(struct pci_bus *bus, unsigned int devfn, int where, u16 val) in write_config_word()
233 write_config_dword(struct pci_bus *bus, unsigned int devfn, int where, u32 val) in write_config_dword()
247 static int config_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 * val) in config_read()
267 static int config_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) in config_write()
Dops-rc32434.c49 unsigned char where, u32 *data) in config_access()
74 int where, u8 *val) in read_config_byte()
85 int where, u16 *val) in read_config_word()
96 int where, u32 *val) in read_config_dword()
130 write_config_byte(struct pci_bus *bus, unsigned int devfn, int where, in write_config_byte()
149 write_config_word(struct pci_bus *bus, unsigned int devfn, int where, in write_config_word()
169 write_config_dword(struct pci_bus *bus, unsigned int devfn, int where, in write_config_dword()
179 int where, int size, u32 *val) in pci_config_read()
192 int where, int size, u32 val) in pci_config_write()
Dops-bcm63xx.c21 static int postprocess_read(u32 data, int where, unsigned int size) in postprocess_read()
40 static int preprocess_write(u32 orig_data, u32 val, int where, in preprocess_write()
66 unsigned int devfn, int where) in bcm63xx_setup_cfg_access()
102 unsigned int devfn, int where, int size, in bcm63xx_do_cfg_read()
123 unsigned int devfn, int where, int size, in bcm63xx_do_cfg_write()
149 int where, int size, u32 *val) in bcm63xx_pci_read()
163 int where, int size, u32 val) in bcm63xx_pci_write()
209 static int fake_cb_bridge_read(int where, int size, u32 *val) in fake_cb_bridge_read()
292 static int fake_cb_bridge_write(int where, int size, u32 val) in fake_cb_bridge_write()
364 int where, int size, u32 *val) in bcm63xx_cb_read()
[all …]
Dops-pmcmsp.c129 unsigned char where = 0; /* Write to static Device/Vendor ID */ in gen_pci_cfg_wr() local
378 unsigned char where, in msp_pcibios_config_access()
517 int where, in msp_pcibios_read_config_byte()
565 int where, in msp_pcibios_read_config_word()
622 int where, in msp_pcibios_read_config_dword()
675 int where, in msp_pcibios_write_config_byte()
724 int where, in msp_pcibios_write_config_word()
776 int where, in msp_pcibios_write_config_dword()
818 int where, in msp_pcibios_read_config()
869 int where, in msp_pcibios_write_config()
Dops-vr41xx.c36 unsigned int devfn, int where) in set_pci_configuration_address()
61 static int pci_config_read(struct pci_bus *bus, unsigned int devfn, int where, in pci_config_read()
89 static int pci_config_write(struct pci_bus *bus, unsigned int devfn, int where, in pci_config_write()
Dops-bridge.c20 static u32 emulate_ioc3_cfg(int where, int size) in emulate_ioc3_cfg()
44 int where, int size, u32 * value) in pci_conf0_read_config()
104 int where, int size, u32 * value) in pci_conf1_read_config()
168 int where, int size, u32 * value) in pci_read_config()
177 int where, int size, u32 value) in pci_conf0_write_config()
243 int where, int size, u32 value) in pci_conf1_write_config()
311 int where, int size, u32 value) in pci_write_config()
Dops-lantiq.c30 unsigned int devfn, unsigned int where, u32 *data) in ltq_pci_config_access()
75 int where, int size, u32 *val) in ltq_pci_read_config_dword()
93 int where, int size, u32 val) in ltq_pci_write_config_dword()
Dpci-bcm1480ht.c51 #define CFGOFFSET(bus, devfn, where) (((bus)<<16)+((devfn)<<8)+(where)) argument
52 #define CFGADDR(bus, devfn, where) CFGOFFSET((bus)->number, (devfn), where) argument
110 int where, int size, u32 * val) in bcm1480ht_pcibios_read()
135 int where, int size, u32 val) in bcm1480ht_pcibios_write()
Dops-msc.c48 struct pci_bus *bus, unsigned int devfn, int where, u32 * data) in msc_pcibios_config_access()
90 int where, int size, u32 * val) in msc_pcibios_read()
114 int where, int size, u32 val) in msc_pcibios_write()
Dops-gt64xxx_pci0.c43 struct pci_bus *bus, unsigned int devfn, int where, u32 * data) in gt64xxx_pci0_pcibios_config_access()
104 int where, int size, u32 * val) in gt64xxx_pci0_pcibios_read()
123 int where, int size, u32 val) in gt64xxx_pci0_pcibios_write()
Dpci-alchemy.c97 unsigned int dev_fn, unsigned char where, u32 *data) in config_access()
186 int where, u8 *val) in read_config_byte()
200 int where, u16 *val) in read_config_word()
212 int where, u32 *val) in read_config_dword()
218 int where, u8 val) in write_config_byte()
235 int where, u16 val) in write_config_word()
252 int where, u32 val) in write_config_dword()
258 int where, int size, u32 *val) in alchemy_pci_read()
281 int where, int size, u32 val) in alchemy_pci_write()
Dpci-bcm1480.c52 #define CFGOFFSET(bus, devfn, where) (((bus)<<16)+((devfn)<<8)+(where)) argument
53 #define CFGADDR(bus, devfn, where) CFGOFFSET((bus)->number, (devfn), where) argument
120 int where, int size, u32 * val) in bcm1480_pcibios_read()
145 int where, int size, u32 val) in bcm1480_pcibios_write()
Dops-emma2rh.c62 unsigned int devfn, int where) in set_pci_configuration_address()
84 static int pci_config_read(struct pci_bus *bus, unsigned int devfn, int where, in pci_config_read()
129 static int pci_config_write(struct pci_bus *bus, unsigned int devfn, int where, in pci_config_write()
Dops-bonito64.c39 unsigned int devfn, int where, in bonito64_pcibios_config_access()
103 int where, int size, u32 * val) in bonito64_pcibios_read()
127 int where, int size, u32 val) in bonito64_pcibios_write()
Dpci-sb1250.c53 #define CFGOFFSET(bus, devfn, where) (((bus)<<16) + ((devfn)<<8) + (where)) argument
54 #define CFGADDR(bus, devfn, where) CFGOFFSET((bus)->number, (devfn), where) argument
130 int where, int size, u32 * val) in sb1250_pcibios_read()
155 int where, int size, u32 val) in sb1250_pcibios_write()
Dops-nile4.c20 struct pci_bus *bus, unsigned int devfn, int where, u32 *val) in nile4_pcibios_config_access()
78 int where, int size, u32 *val) in nile4_pcibios_read()
108 int where, int size, u32 val) in nile4_pcibios_write()
Dops-tx3927.c48 static int mkaddr(struct pci_bus *bus, unsigned char devfn, unsigned char where) in mkaddr()
77 int where, int size, u32 * val) in tx3927_pci_read_config()
102 int where, int size, u32 val) in tx3927_pci_write_config()
/arch/arm/common/
Dvia82c505.c14 #define CONFIG_CMD(bus, devfn, where) (0x80000000 | (bus->number << 16) | (devfn << 8) | (where &… argument
17 via82c505_read_config(struct pci_bus *bus, unsigned int devfn, int where, in via82c505_read_config()
36 via82c505_write_config(struct pci_bus *bus, unsigned int devfn, int where, in via82c505_write_config()
/arch/sh/drivers/pci/
Dops-sh4.c19 #define CONFIG_CMD(bus, devfn, where) \ argument
26 int where, int size, u32 *val) in sh4_pci_read()
64 int where, int size, u32 val) in sh4_pci_write()
Dops-sh5.c25 static int sh5pci_read(struct pci_bus *bus, unsigned int devfn, int where, in sh5pci_read()
45 static int sh5pci_write(struct pci_bus *bus, unsigned int devfn, int where, in sh5pci_write()
Dops-sh7786.c23 struct pci_bus *bus, unsigned int devfn, int where, u32 *data) in sh7786_pcie_config_access()
93 int where, int size, u32 *val) in sh7786_pcie_read()
129 int where, int size, u32 val) in sh7786_pcie_write()
Dops-dreamcast.c49 static int gapspci_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) in gapspci_read()
65 static int gapspci_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) in gapspci_write()
/arch/mn10300/unit-asb2305/
Dpci.c55 #define CONFIG_CMD(bus, devfn, where) \ argument
83 int where, u32 *_value) in pci_ampci_read_config_byte()
103 int where, u32 *_value) in pci_ampci_read_config_word()
123 int where, u32 *_value) in pci_ampci_read_config_dword()
143 int where, u8 value) in pci_ampci_write_config_byte()
163 int where, u16 value) in pci_ampci_write_config_word()
181 int where, u32 value) in pci_ampci_write_config_dword()
199 int where, int size, u32 *val) in pci_ampci_read_config()
215 int where, int size, u32 val) in pci_ampci_write_config()
/arch/arm/mach-ks8695/
Dpci.c44 static void ks8695_pci_setupconfig(unsigned int bus_nr, unsigned int devfn, unsigned int where) in ks8695_pci_setupconfig()
70 unsigned int devfn, int where, int size, u32 *value) in ks8695_pci_readconfig()
99 unsigned int devfn, int where, int size, u32 value) in ks8695_pci_writeconfig()
133 static void ks8695_local_writeconfig(int where, u32 value) in ks8695_local_writeconfig()
/arch/powerpc/kernel/
Drtas_pci.c49 static inline int config_access_valid(struct pci_dn *dn, int where) in config_access_valid()
59 int rtas_read_config(struct pci_dn *pdn, int where, int size, u32 *val) in rtas_read_config()
92 int where, int size, u32 *val) in rtas_pci_read_config()
109 int rtas_write_config(struct pci_dn *pdn, int where, int size, u32 val) in rtas_write_config()
136 int where, int size, u32 val) in rtas_pci_write_config()

1234