Searched refs:region (Results 1 - 11 of 11) sorted by relevance

/netgear-R7800-V1.0.2.28/package/trafficmeter/files/sbin/
H A Dgenerate_traffic_meter_conf53 region=0
55 region=1
57 echo "GUI_Region="$region >> $TRAFFIC_STATUS
/netgear-R7800-V1.0.2.28/scripts/
H A Dslugimage.pl117 foreach my $region (@$skips) {
119 pack("a4N2", "skip", $region->{'offset'}, $region->{'size'});
156 my $region = {};
157 ($region->{'offset'}, $region->{'size'}) =
159 $debug and printf("Found skip region at 0x%05X, size 0x%05X\n",
160 $region->{'offset'}, $region->{'size'});
161 push(@$skips, $region);
[all...]
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dmkcameofw.c43 char region[MAX_REGION_LEN]; member in struct:img_header
58 static char *region = "DEF"; variable
98 " -R <region> set image region to <region>\n"
195 CHKSTRLEN(region, "region");
324 strncpy(hdr->region, region, sizeof(hdr->region));
[all...]
H A Dmkchkimg.c116 fprintf (stderr, "Usage: mkchkimg -o output -k kernel [-f filesys] [-b board_id] [-r region]\n");
132 unsigned long region; local
136 region = 1; /* 1=WW, 2=NA */
156 region = strtoul (optarg, &ptr, 0);
158 fatal_error (0, "Cannot parse region %s", optarg);
160 if (region > 0xff) {
247 hdr->reserved[0] = (unsigned char)(region & 0xff);
256 message (" Region: %s", region == 1 ? "World Wide (WW)"
257 : (region == 2 ? "North America (NA)" : "Unknown"));
H A Dmkdniimg.c30 static char *region ="NA"; variable
64 " -r <region> set image region to <region>\n"
109 region = optarg;
155 board_id, version, region, hw_id);
/netgear-R7800-V1.0.2.28/target/linux/ipq806x/base-files/etc/init.d/
H A Dboot131 #if restore the factory default read region from flash
133 region="$(/sbin/artmtd -r region | grep REGION | awk '{print $2}')"
135 #when region setting on flash's board data area is RU
136 if [ "$region" = "RU" ];then
147 #when region setting on flash's board data area is GR
148 if [ "$region" = "GR" ];then
158 #when region setting on flash's board data area is PR
159 if [ "$region" = "PR" ];then
171 #when region settin
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/include/asm/
H A Dpci.h58 extern void pcibios_resource_to_bus(struct pci_dev *dev, struct pci_bus_region *region,
62 struct pci_bus_region *region);
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-common/
H A Dpci.c817 * addresses to be allocated in the 0x000-0x0ff region
821 * the low 10 bits of the IO address. The 0x00-0xff region
988 pcibios_resource_to_bus(struct pci_dev *dev, struct pci_bus_region *region, argument
999 region->start = res->start - offset;
1000 region->end = res->end - offset;
1005 struct pci_bus_region *region)
1015 res->start = region->start + offset;
1016 res->end = region->end + offset;
1004 pcibios_bus_to_resource(struct pci_dev *dev, struct resource *res, struct pci_bus_region *region) argument
/netgear-R7800-V1.0.2.28/package/kernel/modules/
H A Dblock.mk226 AUTOLOAD:=$(call AutoLoad,30,dm-mod dm-log dm-region-hash dm-mirror dm-crypt)
/netgear-R7800-V1.0.2.28/tools/makefun/src/
H A Dmakefun274 the end of the extraction region (but beginning at column 1):
/netgear-R7800-V1.0.2.28/docs/
H A Drelease_notes_R7500.tex532 \item \texttt{TD107,NA region default channel not 153.}
641 \item \texttt{TD98,change "wireless" page Region,it don't take effect,per NTGR's requirement,when the wireless region changed, we'll reboot DUT.}
720 \item \texttt{Bug 48636,SQA-2148, The DUT will reboot automatically after region changed then apply setting under "Advanced Wireless Setting" page.}
1156 \item \texttt{Bug 49604/Netgear TD-188 requirement,Region is NA and wireless region is "North America",we should change the "NewRegion" value to "United States"}
1346 \item \texttt{Bug 50113,[Netgear]when BEAMFORMING is enabled or wireless region is "China", we should hide 5G transmit power control setting}
1473 \item \texttt{Bug 50244,[SQA-2194] hide the wireless channel 60 and 64 in web GUI when user configures the 5G Hz band of DUT as HT80 under Taiwan region.}

Completed in 67 milliseconds