Searched refs:resources (Results 1 - 25 of 65) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dos_4bri.c104 dword offset = a->resources.pci.qoffset;
107 a->resources.pci.mem_type_id[MEM_TYPE_RAM] = 2;
108 a->resources.pci.mem_type_id[MEM_TYPE_ADDRESS] = 2;
109 a->resources.pci.mem_type_id[MEM_TYPE_CONTROL] = 2;
110 a->resources.pci.mem_type_id[MEM_TYPE_RESET] = 0;
111 a->resources.pci.mem_type_id[MEM_TYPE_CTLREG] = 3;
112 a->resources.pci.mem_type_id[MEM_TYPE_PROM] = 0;
117 a->xdi_adapter.Address = a->resources.pci.addr[2]; /* BAR2 SDRAM */
120 a->xdi_adapter.Control = a->resources.pci.addr[2]; /* BAR2 SDRAM */
122 a->xdi_adapter.ram = a->resources
[all...]
H A Dos_pri.c62 a->resources.pci.mem_type_id[MEM_TYPE_ADDRESS] = 0;
63 a->resources.pci.mem_type_id[MEM_TYPE_CONTROL] = 2;
64 a->resources.pci.mem_type_id[MEM_TYPE_CONFIG] = 4;
65 a->resources.pci.mem_type_id[MEM_TYPE_RAM] = 0;
66 a->resources.pci.mem_type_id[MEM_TYPE_RESET] = 2;
67 a->resources.pci.mem_type_id[MEM_TYPE_CFG] = 4;
68 a->resources.pci.mem_type_id[MEM_TYPE_PROM] = 3;
70 a->xdi_adapter.Address = a->resources.pci.addr[0];
71 a->xdi_adapter.Control = a->resources.pci.addr[2];
72 a->xdi_adapter.Config = a->resources
[all...]
H A Dos_bri.c51 a->resources.pci.mem_type_id[MEM_TYPE_RAM] = 0;
52 a->resources.pci.mem_type_id[MEM_TYPE_CFG] = 1;
53 a->resources.pci.mem_type_id[MEM_TYPE_ADDRESS] = 2;
54 a->resources.pci.mem_type_id[MEM_TYPE_RESET] = 1;
55 a->resources.pci.mem_type_id[MEM_TYPE_PORT] = 2;
56 a->resources.pci.mem_type_id[MEM_TYPE_CTLREG] = 2;
58 a->xdi_adapter.ram = a->resources.pci.addr[0];
59 a->xdi_adapter.cfg = a->resources.pci.addr[1];
60 a->xdi_adapter.Address = a->resources.pci.addr[2];
91 Get resources
[all...]
H A Dxdi_adapter.h55 divas_card_resources_t resources; member in struct:_diva_os_xdi_adapter
H A Ddivasproc.c321 a->resources.pci.bus);
324 a->resources.pci.func);
326 if (a->resources.pci.bar[i]) {
330 i, a->resources.pci.bar[i],
331 (unsigned long) a->resources.
333 if (a->resources.pci.length[i]) {
337 a->resources.pci.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/plat-s3c24xx/
H A Ddevs.h15 struct resource *resources; member in struct:s3c24xx_uart_resources
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/zorro/
H A Dzorro.c40 .resources = {
106 if (zorro_resource_start(z) >= zorro_bus.resources[i].start &&
107 zorro_resource_end(z) <= zorro_bus.resources[i].end)
108 return &zorro_bus.resources[i];
133 /* Request the resources */
136 request_resource(&iomem_resource, &zorro_bus.resources[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dcheck-relaxng-test-suite.py44 resources = {} variable
46 global resources
50 if resources.has_key(URL):
51 return(StringIO.StringIO(resources[URL]))
53 log.write("resources: %s\n" % (resources))
210 global resources
231 resources[name] = res
234 # dir handling: pseudo directory resources
263 global resources
[all...]
H A Dcheck-relaxng-test-suite2.py33 resources = {} variable
35 global resources
37 if resources.has_key(URL):
38 return(StringIO.StringIO(resources[URL]))
40 log.write("resources: %s\n" % (resources))
224 global resources
245 resources[name] = res
248 # dir handling: pseudo directory resources
277 global resources
[all...]
H A Dcheck-xsddata-test-suite.py43 resources = {} variable
45 global resources
47 if resources.has_key(URL):
48 return(StringIO.StringIO(resources[URL]))
50 log.write("resources: %s\n" % (resources))
222 global resources
243 resources[name] = res
246 # dir handling: pseudo directory resources
275 global resources
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java/
H A DMakefile.am26 # The resources of the 'hello' program, excluding message catalogs, but
60 all-local: $(hello_MAINCLASS)$(EXEEXT) hello-resources.jar hello.sh
84 hello-resources.jar:
90 echo "CLASSPATH='$(jardir)/hello-resources.jar'\$${CLASSPATH+\"@CLASSPATH_SEPARATOR@\$$CLASSPATH\"}"; \
103 $(INSTALL_DATA) hello-resources.jar $(DESTDIR)$(jardir)/hello-resources.jar
113 rm -f $(DESTDIR)$(jardir)/hello-resources.jar
115 CLEANFILES += $(hello_MAINCLASS)$(EXEEXT) *.$(OBJEXT) *.a tmpdir hello-resources.jar hello.sh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-awt/
H A DMakefile.am26 # The resources of the 'hello' program, excluding message catalogs, but
60 all-local: $(hello_MAINCLASS)$(EXEEXT) hello-resources.jar hello.sh
84 hello-resources.jar:
90 echo "CLASSPATH='$(jardir)/hello-resources.jar'\$${CLASSPATH+\"@CLASSPATH_SEPARATOR@\$$CLASSPATH\"}"; \
103 $(INSTALL_DATA) hello-resources.jar $(DESTDIR)$(jardir)/hello-resources.jar
113 rm -f $(DESTDIR)$(jardir)/hello-resources.jar
115 CLEANFILES += $(hello_MAINCLASS)$(EXEEXT) *.$(OBJEXT) *.a tmpdir hello-resources.jar hello.sh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-qtjambi/
H A DMakefile.am26 # The resources of the 'hello' program, excluding message catalogs, but
60 all-local: $(hello_MAINCLASS)$(EXEEXT) hello-resources.jar hello.sh
84 hello-resources.jar:
90 echo "CLASSPATH='$(jardir)/hello-resources.jar'\$${CLASSPATH+\"@CLASSPATH_SEPARATOR@\$$CLASSPATH\"}"; \
103 $(INSTALL_DATA) hello-resources.jar $(DESTDIR)$(jardir)/hello-resources.jar
113 rm -f $(DESTDIR)$(jardir)/hello-resources.jar
115 CLEANFILES += $(hello_MAINCLASS)$(EXEEXT) *.$(OBJEXT) *.a tmpdir hello-resources.jar hello.sh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-swing/
H A DMakefile.am26 # The resources of the 'hello' program, excluding message catalogs, but
60 all-local: $(hello_MAINCLASS)$(EXEEXT) hello-resources.jar hello.sh
84 hello-resources.jar:
90 echo "CLASSPATH='$(jardir)/hello-resources.jar'\$${CLASSPATH+\"@CLASSPATH_SEPARATOR@\$$CLASSPATH\"}"; \
103 $(INSTALL_DATA) hello-resources.jar $(DESTDIR)$(jardir)/hello-resources.jar
113 rm -f $(DESTDIR)$(jardir)/hello-resources.jar
115 CLEANFILES += $(hello_MAINCLASS)$(EXEEXT) *.$(OBJEXT) *.a tmpdir hello-resources.jar hello.sh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A DMakefile5 atm-y := addr.o pvc.o signaling.o svc.o ioctl.o common.o atm_misc.o raw.o resources.o atm_sysfs.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dsl811_cs.c88 static struct resource resources[] = { variable in typeref:struct:resource
110 .resource = resources,
111 .num_resources = ARRAY_SIZE(resources),
121 resources[0].start = irq;
123 resources[1].start = base_addr;
124 resources[1].end = base_addr;
126 resources[2].start = base_addr + 1;
127 resources[2].end = base_addr + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Derr_inject.c54 static u64 resources[NR_CPUS]; variable
101 &resources[cpu]);
108 &resources[cpu]);
118 printk(KERN_DEBUG "resources=%lx\n", resources[cpu]);
192 show(resources)
201 define_one_ro(resources); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c43 u8 behind_bridge, struct resource_lists *resources);
45 u8 behind_bridge, struct resource_lists *resources);
414 * do_pre_bridge_resource_split: find node of resources that are unused
488 * do_bridge_resource_split: find one node of resources that aren't in use
724 * @head: the list to search for resources
1266 * This is only used if we don't have resources for hot add
1644 * resources already. If so, we'll skip the attempt to
2278 * @resources: pointer to set of resource lists
2284 u8 behind_bridge, struct resource_lists * resources)
2311 rc = configure_new_function(ctrl, new_slot, behind_bridge, resources);
2283 configure_new_device(struct controller * ctrl, struct pci_func * func, u8 behind_bridge, struct resource_lists * resources) argument
2381 configure_new_function(struct controller *ctrl, struct pci_func *func, u8 behind_bridge, struct resource_lists *resources) argument
[all...]
H A Dcpqphp_pci.c1165 * Finds available memory, IO, and IRQ resources for programming
1192 // Sum all resources and setup resource maps
1400 // If all of the following fail, we don't have any resources for
1415 * this routine returns all resources allocated to a board to
1420 int cpqhp_return_board_resources(struct pci_func * func, struct resource_lists * resources) argument
1434 return_resource(&(resources->io_head), node);
1442 return_resource(&(resources->mem_head), node);
1450 return_resource(&(resources->p_mem_head), node);
1458 return_resource(&(resources->bus_head), node);
1462 rc |= cpqhp_resource_sort_and_combine(&(resources
1476 cpqhp_destroy_resource_list(struct resource_lists * resources) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-csharp/
H A Dautoclean.sh36 for f in po/*/*.resources.dll; do
H A DMakefile.am23 MAINTAINERCLEANFILES = */*.resources.dll
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-csharp-forms/
H A Dautoclean.sh36 for f in po/*/*.resources.dll; do
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/common/
H A Dsaa7146_fops.c13 if (fh->resources & bit) {
14 DEB_D(("already allocated! want: 0x%02x, cur:0x%02x\n",bit,vv->resources));
21 if (vv->resources & bit) {
22 DEB_D(("locked! vv->resources:0x%02x, we want:0x%02x\n",vv->resources,bit));
28 fh->resources |= bit;
29 vv->resources |= bit;
30 DEB_D(("res: get 0x%02x, cur:0x%02x\n",bit,vv->resources));
40 BUG_ON((fh->resources & bits) != bits);
43 fh->resources
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/soundbus/i2sbus/
H A Di2sbus-core.c231 if (i2sbus_get_and_fixup_rsrc(np,i,layout,&dev->resources[i]))
233 /* If only we could use our resource dev->resources[i]...
235 * contained resources...
238 request_mem_region(dev->resources[i].start,
239 dev->resources[i].end -
240 dev->resources[i].start + 1,
248 r = &dev->resources[aoa_resource_i2smmio];
254 r = &dev->resources[aoa_resource_txdbdma];
260 r = &dev->resources[aoa_resource_rxdbdma];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dcsharpcomp.sh.in115 *.resources)

Completed in 115 milliseconds

123