Searched refs:where (Results 101 - 125 of 264) sorted by path

1234567891011

/linux-master/arch/sparc/kernel/
H A Dleon_pci_grpci2.c237 unsigned int devfn, int where, u32 *val)
243 if (where & 0x3)
263 (devfn << 8) | (where & 0xfc));
283 unsigned int devfn, int where, u32 *val)
288 if (where & 0x1)
290 ret = grpci2_cfg_r32(priv, bus, devfn, where & ~0x3, &v);
291 *val = 0xffff & (v >> (8 * (where & 0x3)));
296 unsigned int devfn, int where, u32 *val)
301 ret = grpci2_cfg_r32(priv, bus, devfn, where & ~0x3, &v);
302 *val = 0xff & (v >> (8 * (where
236 grpci2_cfg_r32(struct grpci2_priv *priv, unsigned int bus, unsigned int devfn, int where, u32 *val) argument
282 grpci2_cfg_r16(struct grpci2_priv *priv, unsigned int bus, unsigned int devfn, int where, u32 *val) argument
295 grpci2_cfg_r8(struct grpci2_priv *priv, unsigned int bus, unsigned int devfn, int where, u32 *val) argument
307 grpci2_cfg_w32(struct grpci2_priv *priv, unsigned int bus, unsigned int devfn, int where, u32 val) argument
345 grpci2_cfg_w16(struct grpci2_priv *priv, unsigned int bus, unsigned int devfn, int where, u32 val) argument
361 grpci2_cfg_w8(struct grpci2_priv *priv, unsigned int bus, unsigned int devfn, int where, u32 val) argument
378 grpci2_read_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
417 grpci2_write_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
[all...]
H A Dpci_common.c55 int where, int size, u32 *value)
61 addr = sun4u_config_mkaddr(pbm, bus, devfn, where);
67 if (where < 8) {
72 if (where & 1)
83 if (where < 8) {
97 where, 2, &tmp32);
102 where + 2, 2, &tmp32);
110 int where, int size, u32 *value)
131 return sun4u_read_pci_cfg_host(pbm, bus, devfn, where,
134 addr = sun4u_config_mkaddr(pbm, bus, devfn, where);
53 sun4u_read_pci_cfg_host(struct pci_pbm_info *pbm, unsigned char bus, unsigned int devfn, int where, int size, u32 *value) argument
109 sun4u_read_pci_cfg(struct pci_bus *bus_dev, unsigned int devfn, int where, int size, u32 *value) argument
166 sun4u_write_pci_cfg_host(struct pci_pbm_info *pbm, unsigned char bus, unsigned int devfn, int where, int size, u32 value) argument
213 sun4u_write_pci_cfg(struct pci_bus *bus_dev, unsigned int devfn, int where, int size, u32 value) argument
258 sun4v_read_pci_cfg(struct pci_bus *bus_dev, unsigned int devfn, int where, int size, u32 *value) argument
291 sun4v_write_pci_cfg(struct pci_bus *bus_dev, unsigned int devfn, int where, int size, u32 value) argument
[all...]
H A Dpci_schizo.c86 int where)
93 SCHIZO_CONFIG_ENCODE(bus, devfn, where));
83 schizo_pci_config_mkaddr(struct pci_pbm_info *pbm, unsigned char bus, unsigned int devfn, int where) argument
H A Dpcic.c55 * find PCIC pin number where INT line goes. Then we may either program
174 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (((unsigned int)bus) << 16) | (((unsigned int)device_fn) << 8) | (where & ~3))
177 int where, u32 *value)
189 writel(CONFIG_CMD(busno, devfn, where), pcic->pcic_config_space_addr);
200 *value = readl(pcic->pcic_config_space_data + (where&4));
214 int where, int size, u32 *val)
221 pcic_read_config_dword(bus->number, devfn, where&~3, &v);
222 *val = 0xff & (v >> (8*(where & 3)));
225 if (where
176 pcic_read_config_dword(unsigned int busno, unsigned int devfn, int where, u32 *value) argument
213 pcic_read_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
237 pcic_write_config_dword(unsigned int busno, unsigned int devfn, int where, u32 value) argument
252 pcic_write_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
[all...]
/linux-master/arch/um/drivers/
H A Dvirt-pci.c439 int where)
458 return (void __iomem *)((unsigned long)dev->iomem + where);
870 * code that receives the message, where for now we simply trust the
438 um_pci_map_bus(struct pci_bus *bus, unsigned int devfn, int where) argument
/linux-master/arch/x86/boot/compressed/
H A Dmisc.h64 void free(void *where);
/linux-master/arch/x86/boot/
H A Dheader.S277 # address where it loaded the image.
436 # where the compressed data starts. Problems will occur when the output
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S554 # where 0 < DLEN < 16
H A Daesni-intel_avx-x86_64.S682 # where 0 < DLEN < 16
H A Dcrc32c-pcl-intel-asm_64.S63 # Define threshold where buffers are considered "small" and routed to more
H A Dsha1_ssse3_asm.S202 # order is important (REG_C is where it should be)
/linux-master/arch/x86/events/intel/
H A Duncore_snb.c834 int where = SNB_UNCORE_PCI_IMC_BAR_OFFSET; local
838 pci_read_config_dword(pdev, where, &pci_dword);
842 pci_read_config_dword(pdev, where + 4, &pci_dword);
/linux-master/arch/x86/include/asm/
H A Dsighandling.h16 void signal_fault(struct pt_regs *regs, void __user *frame, char *where);
/linux-master/arch/x86/kernel/acpi/
H A Dwakeup_32.S38 # jump to place where we left off
/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/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
H A Dfixup.c113 int where = 0x55; local
122 where = 0x95; /* the memory write queue timer register is
131 pci_read_config_byte(d, where, &v);
134 d->device, d->revision, where, v, mask, v & mask);
136 pci_write_config_byte(d, where, v);
208 static int quirk_pcie_aspm_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value) argument
211 devfn, where, size, value);
218 static int quirk_pcie_aspm_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value) argument
224 if ((offset) && (where == offset))
228 devfn, where, siz
[all...]
H A Dintel_mid_pci.c155 * This is a workaround for A0 LNC bug where PCI status register does
171 static int pci_read(struct pci_bus *bus, unsigned int devfn, int where, argument
174 if (type1_access_ok(bus->number, devfn, where))
176 devfn, where, size, value);
178 devfn, where, size, value);
181 static int pci_write(struct pci_bus *bus, unsigned int devfn, int where, argument
190 if (where == PCI_ROM_ADDRESS)
201 (where >= PCI_BASE_ADDRESS_0 && where <= PCI_BASE_ADDRESS_5)) {
202 return pci_device_update_fixed(bus, devfn, where, siz
[all...]
/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_32.S42 movl tr_start, %eax # where we need to go
/linux-master/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S94 # a0: address where this code has been loaded
/linux-master/drivers/accessibility/speakup/
H A Dvarhandlers.c169 struct punc_var_t *where; local
171 where = punc_vars;
172 while ((where->var_id != -1) && (!rv)) {
173 if (where->var_id == var_id)
174 rv = where;
176 where++;
/linux-master/drivers/acpi/acpica/
H A Dacdebug.h280 void acpi_db_set_output_destination(u32 where);
H A Dacobject.h347 union acpi_operand_object **where; /* Target of Index */ member in struct:acpi_object_reference
H A Ddbobject.c291 where);
292 if (!obj_desc->reference.where) {
299 where));
H A Dexdebug.c278 if (!(*source_desc->reference.where)) {
284 where, level + 4, 0);

Completed in 450 milliseconds

1234567891011