Home
last modified time | relevance | path

Searched defs:where (Results 76 – 100 of 201) sorted by relevance

123456789

/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dcore_marvel.c506 unsigned int devfn, int where) in build_conf_addr()
512 mk_conf_addr(struct pci_bus *pbus, unsigned int devfn, int where) in mk_conf_addr()
541 marvel_read_config(struct pci_bus *bus, unsigned int devfn, int where, in marvel_read_config()
567 marvel_write_config(struct pci_bus *bus, unsigned int devfn, int where, in marvel_write_config()
H A Dcore_mcpcia.c170 mk_conf_addr(struct pci_bus *pbus, unsigned int devfn, int where, in mk_conf_addr()
196 mcpcia_read_config(struct pci_bus *bus, unsigned int devfn, int where, in mcpcia_read_config()
223 mcpcia_write_config(struct pci_bus *bus, unsigned int devfn, int where, in mcpcia_write_config()
H A Dcore_cia.c90 mk_conf_addr(struct pci_bus *bus_dev, unsigned int device_fn, int where, in mk_conf_addr()
209 cia_read_config(struct pci_bus *bus, unsigned int devfn, int where, int size, in cia_read_config()
228 cia_write_config(struct pci_bus *bus, unsigned int devfn, int where, int size, in cia_write_config()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpcie_imx.c314 static uint32_t get_bus_address(pci_dev_t d, int where) in get_bus_address()
379 int where, u32 *val) in imx_pcie_read_config()
408 int where, u32 val) in imx_pcie_write_config()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpcie-mediatek.c124 #define CFG_HEADER_DW1(where, size) \ argument
279 int where, int size, u32 *val) in mtk_pcie_hw_rd_cfg()
311 int where, int size, u32 val) in mtk_pcie_hw_wr_cfg()
358 int where, int size, u32 *val) in mtk_pcie_config_read()
378 int where, int size, u32 val) in mtk_pcie_config_write()
744 unsigned int devfn, int where) in mtk_pcie_map_bus()
H A Dpci-host-generic.c43 unsigned int devfn, int where) in pci_dw_ecam_map_bus()
H A Dpcie-rcar-host.c61 static u32 rcar_read_conf(struct rcar_pcie *pcie, int where) in rcar_read_conf()
72 unsigned int devfn, int where, u32 *data) in rcar_pcie_config_access()
143 int where, int size, u32 *val) in rcar_pcie_read_conf()
168 int where, int size, u32 val) in rcar_pcie_write_conf()
H A Dpci-mvebu.c49 #define PCIE_CONF_ADDR(bus, devfn, where) \ argument
236 u32 devfn, int where, int size, u32 *val) in mvebu_pcie_hw_rd_conf()
260 u32 devfn, int where, int size, u32 val) in mvebu_pcie_hw_wr_conf()
630 int where, int size, u32 val) in mvebu_pcie_wr_conf()
656 static int mvebu_pcie_rd_conf(struct pci_bus *bus, u32 devfn, int where, in mvebu_pcie_rd_conf()
H A Dpcie-tango.c174 int where, int size, u32 *val) in smp8759_config_read()
197 int where, int size, u32 val) in smp8759_config_write()
H A Dpcie-rcar.c24 void rcar_rmw32(struct rcar_pcie *pcie, int where, u32 mask, u32 data) in rcar_rmw32()
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpci-rt3883.c93 unsigned int func, unsigned int where) in rt3883_pci_get_cfgaddr()
229 int where, int size, u32 *val) in rt3883_pci_config_read()
263 int where, int size, u32 val) in rt3883_pci_config_write()
H A Dpci-mt7620.c137 static int pci_config_read(struct pci_bus *bus, unsigned int devfn, int where, in pci_config_read()
169 static int pci_config_write(struct pci_bus *bus, unsigned int devfn, int where, in pci_config_write()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dpsycho_common.h23 int where) in psycho_pci_config_mkaddr()
/OK3568_Linux_fs/kernel/arch/arm/mach-mv78xx0/
H A Dpcie.c137 static int pcie_rd_conf(struct pci_bus *bus, u32 devfn, int where, in pcie_rd_conf()
158 int where, int size, u32 val) in pcie_wr_conf()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/i810/
H A Di810.h291 #define i810_readb(where, mmio) readb(mmio + where) argument
292 #define i810_readw(where, mmio) readw(mmio + where) argument
293 #define i810_readl(where, mmio) readl(mmio + where) argument
294 #define i810_writeb(where, mmio, val) writeb(val, mmio + where) argument
295 #define i810_writew(where, mmio, val) writew(val, mmio + where) argument
296 #define i810_writel(where, mmio, val) writel(val, mmio + where) argument
/OK3568_Linux_fs/kernel/drivers/staging/rts5208/
H A Drtsx.h55 #define rtsx_read_config_byte(chip, where, val) \ argument
58 #define rtsx_write_config_byte(chip, where, val) \ argument
/OK3568_Linux_fs/kernel/arch/x86/pci/
H A Dcommon.c60 static int pci_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value) in pci_read()
66 static int pci_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value) in pci_write()
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/
H A Dpci-nanoengine.c20 unsigned int devfn, int where) in nanoengine_pci_map_bus()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/
H A Dmga_warp.c56 int n_pipes, where; in mga_warp_install_microcode() local
/OK3568_Linux_fs/kernel/include/linux/decompress/
H A Dmm.h55 static void free(void *where) in free()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Drecovery.c55 int gfs2_revoke_add(struct gfs2_jdesc *jd, u64 blkno, unsigned int where) in gfs2_revoke_add()
84 int gfs2_revoke_check(struct gfs2_jdesc *jd, u64 blkno, unsigned int where) in gfs2_revoke_check()
/OK3568_Linux_fs/kernel/drivers/fpga/
H A Daltera-cvp.c97 int where, u8 *val) in altera_read_config_byte()
104 int where, u32 *val) in altera_read_config_dword()
111 int where, u32 val) in altera_write_config_dword()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Decam.c131 int where) in pci_ecam_map_bus()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/baytrail/
H A Dearly_uart.c53 static void x86_pci_write_config32(int dev, unsigned int where, u32 value) in x86_pci_write_config32()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dstacktrace.c135 static void dump_backtrace_entry(unsigned long where, const char *loglvl) in dump_backtrace_entry()

123456789