Searched refs:where (Results 126 - 150 of 264) sorted by relevance

1234567891011

/linux-master/drivers/fpga/
H A Daltera-cvp.c96 int where, u8 *val)
98 return pci_read_config_byte(conf->pci_dev, conf->vsec_offset + where,
103 int where, u32 *val)
105 return pci_read_config_dword(conf->pci_dev, conf->vsec_offset + where,
110 int where, u32 val)
112 return pci_write_config_dword(conf->pci_dev, conf->vsec_offset + where,
95 altera_read_config_byte(struct altera_cvp_conf *conf, int where, u8 *val) argument
102 altera_read_config_dword(struct altera_cvp_conf *conf, int where, u32 *val) argument
109 altera_write_config_dword(struct altera_cvp_conf *conf, int where, u32 val) argument
/linux-master/drivers/pci/controller/
H A Dpci-rcar-gen2.c106 int where)
120 if (slot == 0x0 && where >= 0x40)
127 return priv->reg + (slot >> 1) * 0x100 + where;
105 rcar_pci_cfg_base(struct pci_bus *bus, unsigned int devfn, int where) argument
/linux-master/arch/arc/include/asm/
H A Dunwind.h108 ((raItem).where == Memory && !((raItem).value * (dataAlign) + 4))
/linux-master/arch/x86/kernel/acpi/
H A Dwakeup_32.S38 # jump to place where we left off
/linux-master/arch/x86/pci/
H A Dcommon.c60 static int pci_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value) argument
63 devfn, where, size, value);
66 static int pci_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value) argument
69 devfn, where, size, value);
92 * Systems where PCI IO resource ISA alignment can be skipped
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-histb.c126 int where, int size, u32 *val)
133 *val = dw_pcie_read_dbi(pci, where, size);
138 int where, int size, u32 val)
145 dw_pcie_write_dbi(pci, where, size, val);
125 histb_pcie_rd_own_conf(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
137 histb_pcie_wr_own_conf(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
H A Dpci-exynos.c216 int where, int size, u32 *val)
223 *val = dw_pcie_read_dbi(pci, where, size);
228 int where, int size, u32 val)
235 dw_pcie_write_dbi(pci, where, size, val);
215 exynos_pcie_rd_own_conf(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
227 exynos_pcie_wr_own_conf(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
H A Dpcie-designware-host.c553 unsigned int devfn, int where)
584 return pp->va_cfg0_base + where;
588 int where, int size, u32 *val)
594 ret = pci_generic_config_read(bus, devfn, where, size, val);
610 int where, int size, u32 val)
616 ret = pci_generic_config_write(bus, devfn, where, size, val);
637 void __iomem *dw_pcie_own_conf_map_bus(struct pci_bus *bus, unsigned int devfn, int where) argument
645 return pci->dbi_base + where;
552 dw_pcie_other_conf_map_bus(struct pci_bus *bus, unsigned int devfn, int where) argument
587 dw_pcie_rd_other_conf(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
609 dw_pcie_wr_other_conf(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
/linux-master/drivers/edac/
H A Dedac_pci_sysfs.c483 int where; local
486 where = secondary ? PCI_SEC_STATUS : PCI_STATUS;
487 pci_read_config_word(dev, where, &status);
508 pci_write_config_word(dev, where, status);
/linux-master/arch/alpha/kernel/
H A Dcore_cia.c90 mk_conf_addr(struct pci_bus *bus_dev, unsigned int device_fn, int where, argument
96 *pci_addr = (bus << 16) | (device_fn << 8) | where;
98 DBGC(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x,"
100 bus, device_fn, where, *pci_addr));
209 cia_read_config(struct pci_bus *bus, unsigned int devfn, int where, int size, argument
217 if (mk_conf_addr(bus, devfn, where, &pci_addr, &type1))
221 shift = (where & 3) * 8;
228 cia_write_config(struct pci_bus *bus, unsigned int devfn, int where, int size, argument
235 if (mk_conf_addr(bus, devfn, where, &pci_addr, &type1))
240 conf_write(addr, value << ((where
[all...]
H A Dcore_marvel.c424 * at boot time. Syntax is 'io7=a,b,c,...,n' where a-n are the PIDs (decimal)
425 * where IO7s are connected
509 unsigned int devfn, int where)
511 return (hose->config_space_base | (bus << 16) | (devfn << 8) | where);
515 mk_conf_addr(struct pci_bus *pbus, unsigned int devfn, int where)
537 addr = build_conf_addr(hose, bus, devfn, where);
544 marvel_read_config(struct pci_bus *bus, unsigned int devfn, int where,
549 if (0 == (addr = mk_conf_addr(bus, devfn, where)))
570 marvel_write_config(struct pci_bus *bus, unsigned int devfn, int where,
575 if (0 == (addr = mk_conf_addr(bus, devfn, where)))
503 build_conf_addr(struct pci_controller *hose, u8 bus, unsigned int devfn, int where) argument
510 mk_conf_addr(struct pci_bus *pbus, unsigned int devfn, int where) argument
539 marvel_read_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value) argument
565 marvel_write_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value) argument
[all...]
/linux-master/scripts/dtc/
H A Dfdtget.c37 static void report_error(const char *where, int err) argument
39 fprintf(stderr, "Error at '%s': %s\n", where, fdt_strerror(err));
/linux-master/fs/reiserfs/
H A Ddir.c51 #define store_ih(where,what) copy_item_head (where, what)
/linux-master/drivers/acpi/acpica/
H A Dexstore.c220 obj_desc = *(index_desc->reference.where);
252 *(index_desc->reference.where) = new_desc;
H A Dexresolv.c172 obj_desc = *stack_desc->reference.where;
433 obj_desc = *(obj_desc->reference.where);
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci.h272 int where, int size, u32 *val);
274 int where, int size, u32 val);
/linux-master/arch/alpha/lib/
H A Dmemchr.S72 # Deal with the case where at most 8 bytes remain to be searched
103 # Deal with the case where $18 > 8 bytes remain to be
H A Dev6-memchr.S72 # Deal with the case where at most 8 bytes remain to be searched
123 # Deal with the case where $18 > 8 bytes remain to be
/linux-master/arch/x86/kernel/
H A Dsignal.c341 void signal_fault(struct pt_regs *regs, void __user *frame, char *where) argument
349 me->comm, me->pid, where, frame,
/linux-master/arch/parisc/include/asm/
H A Dassembly.h204 #define SAVE_SP(r, where) mfsp r, %r1 ! STREG %r1, where
205 #define REST_SP(r, where) LDREG where, %r1 ! mtsp %r1, r
206 #define SAVE_CR(r, where) mfctl r, %r1 ! STREG %r1, where
207 #define REST_CR(r, where) LDREG where, %r1 ! mtctl %r1, r
/linux-master/drivers/misc/mei/
H A Dgsc-me.c26 static int mei_gsc_read_hfs(const struct mei_device *dev, int where, u32 *val) argument
30 *val = ioread32(hw->mem_addr + where + 0xC00);
/linux-master/tools/testing/selftests/net/
H A Dbpf.mk24 # Use '-idirafter': Don't interfere with include mechanics except where the
/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_hlp.c379 int where = 0; local
386 where = (which-1)*0x18;
388 saa7146_write(dev, where, vdma->base_odd);
389 saa7146_write(dev, where+0x04, vdma->base_even);
390 saa7146_write(dev, where+0x08, vdma->prot_addr);
391 saa7146_write(dev, where+0x0c, vdma->pitch);
392 saa7146_write(dev, where+0x10, vdma->base_page);
393 saa7146_write(dev, where+0x14, vdma->num_line_byte);
/linux-master/arch/arm/kernel/
H A Dtraps.c66 void dump_backtrace_entry(unsigned long where, unsigned long from, argument
86 loglvl, where, from);
89 loglvl, where, (void *)where, from, (void *)from);
91 printk("%s %ps from %pS\n", loglvl, (void *)where, (void *)from);
511 * circumstances where non-maskability improves robustness, such as
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c68 * where X is the lpfc hba function unique_id
69 * where Y is the vport VPI on that hba
3299 int where, count; local
3323 where = idiag.cmd.data[IDIAG_PCICFG_WHERE_INDX];
3331 pci_read_config_byte(pdev, where, &u8val);
3333 "%03x: %02x\n", where, u8val);
3336 pci_read_config_word(pdev, where, &u16val);
3338 "%03x: %04x\n", where, u16val);
3341 pci_read_config_dword(pdev, where, &u32val);
3343 "%03x: %08x\n", where, u32va
3419 uint32_t where, value, count; local
[all...]

Completed in 430 milliseconds

1234567891011