Searched refs:ranges (Results 1 - 25 of 30) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dtuner-types.c26 .ranges = tuner_temic_pal_ranges,
42 .ranges = tuner_philips_pal_i_ranges,
58 .ranges = tuner_philips_ntsc_ranges,
75 .ranges = tuner_philips_secam_ranges,
92 .ranges = tuner_philips_pal_ranges,
109 .ranges = tuner_temic_ntsc_ranges,
125 .ranges = tuner_temic_pal_i_ranges,
141 .ranges = tuner_temic_4036fy5_ntsc_ranges,
157 .ranges = tuner_alps_tsb_1_ranges,
168 .ranges
[all...]
H A Dtuner-simple.c178 if (freq > params->ranges[i].limit)
184 freq, params->ranges[i - 1].limit);
185 freq = params->ranges[--i].limit;
187 config = params->ranges[i].config;
188 cb = params->ranges[i].cb;
416 buffer[2] = (params->ranges[0].config & ~TUNER_RATIO_MASK) | TUNER_RATIO_SELECT_50; /* 50 kHz step */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/prom/
H A DMakefile7 palloc.o ranges.o segment.o console.o printf.o tree.o
H A Dranges.c1 /* $Id: ranges.c,v 1.1.1.1 2007/08/03 18:52:18 Exp $
2 * ranges.c: Handle ranges in newer proms for obio/sbus.
18 /* Adjust register values based upon the ranges parameters. */
59 /* Apply probed obio ranges to registers passed, if no ranges return. */
74 /* Check for obio and sbus ranges. */
79 success = prom_getproperty(obio_node, "ranges",
97 struct linux_prom_ranges ranges[PROMREG_MAX]; local
99 success = prom_getproperty(node, "ranges",
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DgenUnicode.py29 # minTableSize gives the minimum number of ranges which must be present
90 # all the ranges (codepoints) of that category. Note that category
152 # reduce the number list into ranges
158 ranges = [] variable
168 ranges.append((prev, prev))
173 ranges.append((start, prev))
178 ranges.append((prev, prev))
180 ranges.append((start, prev))
181 Categories[cat] = ranges
301 # For any categories with more than minTableSize ranges w
308 ranges = Categories[name] variable
415 ranges = Categories[name] variable
[all...]
H A Dlibxml2.spec21 to select subnodes or ranges. A flexible Input/Output mechanism is
40 to select subnodes or ranges. A flexible Input/Output mechanism is
H A Dxmlregexp.c196 xmlRegRangePtr *ranges; member in struct:_xmlRegAtom
806 xmlRegFreeRange(atom->ranges[i]);
807 if (atom->ranges != NULL)
808 xmlFree(atom->ranges);
844 ret->ranges = (xmlRegRangePtr *) xmlMalloc(sizeof(xmlRegRangePtr) *
846 if (ret->ranges == NULL) {
851 ret->ranges[i] = xmlRegCopyRange(ctxt, atom->ranges[i]);
852 if (ret->ranges[i] == NULL)
940 fprintf(output, "ranges "); brea
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/media/
H A Dtuner-types.h106 struct tuner_range *ranges; member in struct:tuner_params
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest083.tcl122 puts "\tTest083.c: Verifying ranges..."
134 set ranges [$db keyrange [lindex [lindex $dbt 0] 0]]
136 #puts $ranges
137 error_check_good howmanyranges [llength $ranges] 3
139 set lessthan [lindex $ranges 0]
140 set morethan [lindex $ranges 2]
142 set rangesum [expr $lessthan + [lindex $ranges 1] + $morethan]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dmachine_kexec_64.c133 struct kexec_segment ranges[KEXEC_SEGMENT_MAX]; local
135 /* save the ranges on the stack to efficiently flush the icache */
136 memcpy(ranges, image->segment, sizeof(ranges));
151 flush_icache_range((unsigned long)__va(ranges[i].mem),
152 (unsigned long)__va(ranges[i].mem + ranges[i].memsz));
H A Dpci_64.c435 const u32 *busrange, *ranges; local
450 ranges = of_get_property(node, "ranges", &len);
451 if (ranges == NULL) {
452 printk(KERN_DEBUG "Can't get ranges for PCI-PCI bridge %s\n",
469 /* parse ranges property */
478 for (; len >= 32; len -= 32, ranges += 8) {
479 flags = pci_parse_of_flags(ranges[0]);
480 size = GET_64BIT(ranges, 6);
492 printk(KERN_ERR "PCI: too many memory ranges"
933 const unsigned int *ranges; local
[all...]
H A Dpci_32.c856 unsigned int *lc_ranges, *ranges, *prev, size; local
863 /* First we try to merge ranges to fix a problem with some pmacs
864 * that can have more than 3 ranges, fortunately using contiguous
867 dt_ranges = of_get_property(dev, "ranges", &rlen);
872 printk(KERN_WARNING "OF ranges property too large !\n");
879 /* Let's work on a copy of the "ranges" property instead of damaging
882 ranges = lc_ranges;
886 if (prev[0] == ranges[0] && prev[1] == ranges[1] &&
887 (prev[2] + prev[na+4]) == ranges[
[all...]
H A Dprom_parse.c424 const u32 *ranges; local
429 /* Normally, an absence of a "ranges" property means we are
434 * /ht nodes with no "ranges" property and a lot of perfectly
436 * "ranges" as equivalent to an empty "ranges" property which means
441 ranges = of_get_property(parent, "ranges", &rlen);
442 if (ranges == NULL || rlen == 0) {
445 DBG("OF: no ranges, 1:1 translation\n");
449 DBG("OF: walking ranges
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/
H A Dsbus.c60 pval = of_get_property(dp, "ranges", &len);
91 pval = of_get_property(dp, "ranges", &len);
102 static void __init __apply_ranges_to_regs(struct linux_prom_ranges *ranges, argument
114 if (regs[regnum].which_io == ranges[rngnum].ot_child_space)
127 regs[regnum].which_io = ranges[rngnum].ot_parent_space;
128 regs[regnum].phys_addr -= ranges[rngnum].ot_child_base;
129 regs[regnum].phys_addr += ranges[rngnum].ot_parent_base;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tools/
H A Dcjk_tab_to_h.c1418 struct { int low; int high; int diff; int total; } ranges[256]; local
1471 if (!(i > ranges[ranges_count-1].high))
1473 if (!(j > ranges[ranges_count-1].high + ranges[ranges_count-1].diff))
1476 if (!(diff >= ranges[ranges_count-1].diff))
1479 if (ranges_count > 0 && diff == ranges[ranges_count-1].diff)
1480 ranges[ranges_count-1].high = i;
1484 ranges[ranges_count].low = i;
1485 ranges[ranges_count].high = i;
1486 ranges[ranges_coun
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Ddevtree.c186 static int find_range(u32 *reg, u32 *ranges, int nregaddr, argument
196 copy_val(range_addr, ranges + i, naddr);
197 copy_val(range_size, ranges + i + nregaddr + naddr, nsize);
208 * reg block is tracked; size is ignored except in ranges.
250 buflen = getprop(node, "ranges", dt_xlate_buf,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dnuma.c406 int ranges; local
417 /* ranges in cell */
418 ranges = (len >> 2) / (n_mem_addr_cells + n_mem_size_cells);
435 if (--ranges)
444 if (--ranges)
727 int ranges; local
735 /* ranges in cell */
736 ranges = (len >> 2) / (n_mem_addr_cells + n_mem_size_cells);
751 if (--ranges) /* process all ranges i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_abr.c85 rn = route_node_get (area->ranges, (struct prefix *)&p);
102 rn = route_node_lookup (area->ranges, (struct prefix *)&p);
117 rn = route_node_lookup (area->ranges, (struct prefix *)p);
139 rn = route_top (area->ranges);
142 rn = route_node_get (area->ranges, (struct prefix *) &p);
165 node = route_node_match (area->ranges, (struct prefix *) p);
1217 for (rn = route_top (area->ranges); rn; rn = route_next (rn))
1249 for (rn = route_top (area->ranges); rn; rn = route_next (rn))
1256 " discarding suppress-ranges");
1337 for (rn = route_top (area->ranges); r
[all...]
H A Dospfd.h331 struct route_table *ranges; /* Configured Area Ranges. */ member in struct:ospf_area
H A Dospfd.c452 new->ranges = route_table_init ();
488 route_table_finish (area->ranges);
514 area->ranges->top == NULL &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci.c525 /* For PCI bus devices which lack a 'ranges' property we interrogate
609 * a proper 'ranges' property.
647 const u32 *busrange, *ranges; local
663 ranges = of_get_property(node, "ranges", &len);
665 if (ranges == NULL) {
682 /* parse ranges property, or cook one up by hand for Simba */
693 } else if (ranges == NULL) {
698 for (; len >= 32; len -= 32, ranges += 8) {
701 flags = pci_parse_of_flags(ranges[
[all...]
H A Dof_device.c326 * PCI bridge lacks a ranges property. We
331 if (!of_find_property(np, "ranges", NULL))
347 /* Treat PCI busses lacking ranges property just like
351 if (!of_find_property(np, "ranges", NULL))
523 const u32 *ranges; local
527 ranges = of_get_property(parent, "ranges", &rlen);
528 if (ranges == NULL || rlen == 0) {
541 /* Now walk through the ranges */
544 for (; rlen >= rone; rlen -= rone, ranges
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dof_device.c286 * PCI bridge lacks a ranges property. We
291 if (!of_find_property(np, "ranges", NULL))
435 const u32 *ranges; local
439 ranges = of_get_property(parent, "ranges", &rlen);
440 if (ranges == NULL || rlen == 0) {
453 /* Now walk through the ranges */
456 for (; rlen >= rone; rlen -= rone, ranges += rone) {
457 if (!bus->map(addr, ranges, na, ns, pna))
509 /* If the immediate parent has no ranges propert
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/mtrr/
H A Dgeneric.c25 int ranges; /* number of MTRRs in this block */ member in struct:fixed_range_block
113 printk(KERN_INFO "MTRR fixed ranges %sabled:\n",
121 printk(KERN_INFO "MTRR variable ranges %sabled:\n",
266 while (fixed_range_blocks[++block].ranges)
267 for (range=0; range < fixed_range_blocks[block].ranges; range++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsunhme.h492 /* PROM ranges, if any. */
494 struct linux_prom_ranges ranges[8]; member in struct:quattro

Completed in 265 milliseconds

12