Home
last modified time | relevance | path

Searched defs:where (Results 26 – 50 of 201) sorted by relevance

123456789

/OK3568_Linux_fs/kernel/arch/m68k/coldfire/
H A Dpci.c53 static unsigned long mcf_mk_pcicar(int bus, unsigned int devfn, int where) in mcf_mk_pcicar()
59 int where, int size, u32 *value) in mcf_pci_readconfig()
93 int where, int size, u32 value) in mcf_pci_writeconfig()
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A 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()
H A Dpci-xlr.c63 int where) in pci_cfg_read_32bit()
75 int where, u32 data) in pci_cfg_write_32bit()
85 int where, int size, u32 *val) in nlm_pcibios_read()
108 int where, int size, u32 val) in nlm_pcibios_write()
H A Dpci-xtalk-bridge.c45 static int ioc3_cfg_rd(void *addr, int where, int size, u32 *value, u32 sid) in ioc3_cfg_rd()
73 static int ioc3_cfg_wr(void *addr, int where, int size, u32 value) in ioc3_cfg_wr()
119 int where, int size, u32 *value) in pci_conf0_read_config()
156 int where, int size, u32 *value) in pci_conf1_read_config()
195 int where, int size, u32 *value) in pci_read_config()
204 int where, int size, u32 value) in pci_conf0_write_config()
243 int where, int size, u32 value) in pci_conf1_write_config()
284 int where, int size, u32 value) in pci_write_config()
H A Dops-loongson2.c34 unsigned int devfn, int where, in loongson_pcibios_config_access()
119 int where, int size, u32 *val) in loongson_pcibios_read()
143 int where, int size, u32 val) in loongson_pcibios_write()
/OK3568_Linux_fs/kernel/drivers/isdn/mISDN/
H A Dfsm.c119 mISDN_FsmDelTimer(struct FsmTimer *ft, int where) in mISDN_FsmDelTimer()
132 int millisec, int event, void *arg, int where) in mISDN_FsmAddTimer()
160 int millisec, int event, void *arg, int where) in mISDN_FsmRestartTimer()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dcore_polaris.c67 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr()
84 polaris_read_config(struct pci_bus *bus, unsigned int devfn, int where, in polaris_read_config()
110 polaris_write_config(struct pci_bus *bus, unsigned int devfn, int where, in polaris_write_config()
H A Dcore_apecs.c93 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr()
275 apecs_read_config(struct pci_bus *bus, unsigned int devfn, int where, in apecs_read_config()
294 apecs_write_config(struct pci_bus *bus, unsigned int devfn, int where, in apecs_write_config()
H A Dcore_irongate.c82 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr()
103 irongate_read_config(struct pci_bus *bus, unsigned int devfn, int where, in irongate_read_config()
128 irongate_write_config(struct pci_bus *bus, unsigned int devfn, int where, in irongate_write_config()
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-hisi.c21 static int hisi_pcie_rd_conf(struct pci_bus *bus, u32 devfn, int where, in hisi_pcie_rd_conf()
40 int where, int size, u32 val) in hisi_pcie_wr_conf()
58 int where) in hisi_pcie_map_bus()
H A Dpcie-dw-rockchip-acpi.c126 static int rk_pcie_ecam_rd_conf(struct pci_bus *bus, u32 devfn, int where, int size, u32 *val) in rk_pcie_ecam_rd_conf()
138 static int rk_pcie_ecam_wr_conf(struct pci_bus *bus, u32 devfn, int where, int size, u32 val) in rk_pcie_ecam_wr_conf()
150 static void __iomem *rk_pcie_ecam_map_bus(struct pci_bus *bus, unsigned int devfn, int where) in rk_pcie_ecam_map_bus()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dleon_pci_grpci1.c118 unsigned int devfn, int where, u32 *val) in grpci1_cfg_r32()
155 unsigned int devfn, int where, u32 *val) in grpci1_cfg_r16()
168 unsigned int devfn, int where, u32 *val) in grpci1_cfg_r8()
180 unsigned int devfn, int where, u32 val) in grpci1_cfg_w32()
207 unsigned int devfn, int where, u32 val) in grpci1_cfg_w16()
223 unsigned int devfn, int where, u32 val) in grpci1_cfg_w8()
240 int where, int size, u32 *val) in grpci1_read_config()
279 int where, int size, u32 val) in grpci1_write_config()
H A Dpcic.c174 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (((unsigned int)bus) << 16) | (((unsigned i… argument
177 int where, u32 *value) in pcic_read_config_dword()
214 int where, int size, u32 *val) in pcic_read_config()
238 int where, u32 value) in pcic_write_config_dword()
253 int where, int size, u32 val) in pcic_write_config()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dobstack.h313 # define obstack_grow(OBSTACK, where, length) \ argument
323 # define obstack_grow0(OBSTACK, where, length) \ argument
389 # define obstack_copy(OBSTACK, where, length) \ argument
395 # define obstack_copy0(OBSTACK, where, length) \ argument
453 # define obstack_grow(h, where, length) \ argument
461 # define obstack_grow0(h, where, length) \ argument
502 # define obstack_copy(h, where, length) \ argument
505 # define obstack_copy0(h, where, length) \ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dobstack.h313 # define obstack_grow(OBSTACK, where, length) \ argument
323 # define obstack_grow0(OBSTACK, where, length) \ argument
389 # define obstack_copy(OBSTACK, where, length) \ argument
395 # define obstack_copy0(OBSTACK, where, length) \ argument
453 # define obstack_grow(h, where, length) \ argument
461 # define obstack_grow0(h, where, length) \ argument
502 # define obstack_copy(h, where, length) \ argument
505 # define obstack_copy0(h, where, length) \ argument
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_msc01.c30 int where, u32 *data) in msc01_config_access()
66 int where, u32 *value) in msc01_read_config_dword()
75 int where, u32 value) in msc01_write_config_dword()
H A Dpci_gt64120.c46 int where, u32 *data) in gt_config_access()
117 int where, u32 *value) in gt_read_config_dword()
126 int where, u32 value) in gt_write_config_dword()
/OK3568_Linux_fs/kernel/arch/sh/drivers/pci/
H A Dops-dreamcast.c46 static int gapspci_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) in gapspci_read()
62 static int gapspci_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) in gapspci_write()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-thunder-pem.c29 int where, int size, u32 *val) in thunder_pem_bridge_read()
131 int where, int size, u32 *val) in thunder_pem_config_read()
207 int where, int size, u32 val) in thunder_pem_bridge_write()
280 int where, int size, u32 val) in thunder_pem_config_write()
H A Dpcie-altera.c322 int where, u8 byte_en, bool read, u32 *headers) in get_tlp_header()
340 int where, u8 byte_en, u32 *value) in tlp_cfg_dword_read()
353 int where, u8 byte_en, u32 value) in tlp_cfg_dword_write()
383 static int s10_rp_read_cfg(struct altera_pcie *pcie, int where, in s10_rp_read_cfg()
404 int where, int size, u32 value) in s10_rp_write_cfg()
431 unsigned int devfn, int where, int size, in _altera_pcie_cfg_read()
475 unsigned int devfn, int where, int size, in _altera_pcie_cfg_write()
506 int where, int size, u32 *value) in altera_pcie_cfg_read()
523 int where, int size, u32 value) in altera_pcie_cfg_write()
H A Dpci-loongson.c96 unsigned int devfn, int where) in cfg1_map()
108 unsigned int devfn, int where) in cfg0_map()
119 int where) in pci_loongson_map_bus()
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dreal2.S119 # define PUSH_CR(r, where) mfctl r, %r1 ! STREG,ma %r1, REG_SZ(where) argument
120 # define POP_CR(r, where) LDREG,mb -REG_SZ(where), %r1 ! mtctl %r1, r argument
/OK3568_Linux_fs/kernel/tools/power/acpi/os_specific/service_layers/
H A Dosunixmap.c63 void *acpi_os_map_memory(acpi_physical_address where, acpi_size length) in acpi_os_map_memory()
109 void acpi_os_unmap_memory(void *where, acpi_size length) in acpi_os_unmap_memory()
/OK3568_Linux_fs/kernel/arch/arm/mach-iop32x/
H A Dpci.c36 static u32 iop3xx_cfg_address(struct pci_bus *bus, int devfn, int where) in iop3xx_cfg_address()
110 iop3xx_read_config(struct pci_bus *bus, unsigned int devfn, int where, in iop3xx_read_config()
125 iop3xx_write_config(struct pci_bus *bus, unsigned int devfn, int where, in iop3xx_write_config()
/OK3568_Linux_fs/kernel/arch/arm/plat-orion/
H A Dpcie.c209 u32 devfn, int where, int size, u32 *val) in orion_pcie_rd_conf()
228 u32 devfn, int where, int size, u32 *val) in orion_pcie_rd_conf_tlp()
251 u32 devfn, int where, int size, u32 *val) in orion_pcie_rd_conf_wa()
267 u32 devfn, int where, int size, u32 val) in orion_pcie_wr_conf()

123456789