Searched refs:value (Results 1 - 25 of 1500) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/
H A Dcntmr.c25 * cntTmrStart - Starts a counter/timer with given an initiate value.
28 * unsigned int countValue - Initial value for count down.
38 unsigned int value; local
43 GT_REG_READ(TIMER_COUNTER_CONTROL, &value);
48 value = value | command;
52 value = value | command;
55 value = value
78 unsigned int value; local
99 unsigned int value; local
119 unsigned int value; local
146 unsigned int value; local
181 unsigned int value; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/mac/
H A Dbootparse.c26 char *value; local
30 value=name;
31 while(*value!='='&&*value)
32 value++;
33 if(*value=='=')
34 *value++=0;
35 env=value;
40 mac_bi_data.boottime=atol(value);
42 mac_bi_data.gmtbias=atol(value);
80 char *value; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dbcmnvram_f.h28 * Get the value of an NVRAM variable
30 * @return value of variable or NUL if undefined
39 * @param match value to compare against value of variable
40 * @return TRUE if variable is defined and its value is string equal to match or FALSE otherwise
43 const char *value = nvram_get_x(sid, name); \
44 (value && !strcmp(value, match)); \
51 * @param match value to compare against value o
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DcpqfcTStrigger.c17 __u32 long value; local
19 // get initial value in hopes of not modifying any other GPIO line
22 value = readl( IOBaseUpper);
25 value |= 0x01; // set bit 0
27 writel( value, IOBaseUpper);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/khttpd/
H A Dsecurity.h9 char value[32-sizeof(void*)]; /* fill 1 cache-line */ member in struct:DynamicString
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/riva/
H A Dnvreg.h34 #define SetBF(mask,value) ((value) << (0?mask))
37 #define MaskAndSetBF(var,mask,value) (var)=(((var)&(~MASKEXPAND(mask)) \
38 | SetBF(mask,value)))
47 #define DEVICE_WRITE(device,reg,value) DEVICE_ACCESS(device,reg)=(value)
51 #define DEVICE_DEF(device,mask,value) \
52 SetBF(NV_##device##_##mask,NV_##device##_##mask##_##value)
53 #define DEVICE_VALUE(device,mask,value) SetBF(NV_##device##_##mask,value)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dsuper.c140 char *this_char, *value; local
166 if ((value = strchr(this_char,'=')) != NULL) {
167 *value++ = 0;
171 if (!value || !*value) {
174 hsb->s_version = simple_strtoul(value,&value,0);
175 if (*value) {
179 if (!value || !*value) {
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/squashfs/
H A Dmksquashfs.h32 #define SQUASHFS_SWAP(value, p, pos, tbits) _SQUASHFS_SWAP(value, p, pos, tbits, b_pos)
35 #define SQUASHFS_SWAP(value, p, pos, tbits) _SQUASHFS_SWAP(value, p, pos, tbits, 64 - tbits - b_pos)
38 #define _SQUASHFS_SWAP(value, p, pos, tbits, SHIFT) {\
41 unsigned long long val = (long long) value << (SHIFT);\
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dzftape.h59 static inline __s64 zft_div_blksz(__s64 value, __u32 blk_sz) argument
62 return value;
64 return (__s64)(((__u32)(value >> 10) + (blk_sz >> 10) - 1)
69 static inline __s64 zft_mul_blksz(__s64 value, __u32 blk_sz) argument
72 return value;
75 * this case, `value' will also fit into 32 bits.
81 return(__s64)(((__u32)(value)*(blk_sz>>10))<<10);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dzftape.h59 static inline __s64 zft_div_blksz(__s64 value, __u32 blk_sz) argument
62 return value;
64 return (__s64)(((__u32)(value >> 10) + (blk_sz >> 10) - 1)
69 static inline __s64 zft_mul_blksz(__s64 value, __u32 blk_sz) argument
72 return value;
75 * this case, `value' will also fit into 32 bits.
81 return(__s64)(((__u32)(value)*(blk_sz>>10))<<10);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dmovs.h10 /* Set DFC register value */
15 /* Get DFC register value */
20 /* Set SFC register value */
25 /* Get SFC register value */
38 #define SET_CONTROL_BYTE(addr,value) \
39 __asm__ __volatile__ (" movsb %0, %1@" : : "d" (value), "a" (addr));
43 #define GET_CONTROL_BYTE(addr,value) \
44 __asm__ __volatile__ (" movsb %1@, %0" : "=d" (value) : "a" (addr));
48 #define SET_CONTROL_WORD(addr,value) \
49 __asm__ __volatile__ (" movsl %0, %1@" : : "d" (value), "
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dmovs.h10 /* Set DFC register value */
15 /* Get DFC register value */
20 /* Set SFC register value */
25 /* Get SFC register value */
38 #define SET_CONTROL_BYTE(addr,value) \
39 __asm__ __volatile__ (" movsb %0, %1@" : : "d" (value), "a" (addr));
43 #define GET_CONTROL_BYTE(addr,value) \
44 __asm__ __volatile__ (" movsb %1@, %0" : "=d" (value) : "a" (addr));
48 #define SET_CONTROL_WORD(addr,value) \
49 __asm__ __volatile__ (" movsl %0, %1@" : : "d" (value), "
[all...]
/asus-wl-520gu-7.0.1.45/src/router/www/www.WL-520GU/device-map/
H A Dformcontrol.js4 parent.location.href = obj.value;
/asus-wl-520gu-7.0.1.45/src/router/mipsel/www/device-map/
H A Dformcontrol.js4 parent.location.href = obj.value;
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dudhcpc.c90 char *value; local
105 if ((value = getenv("ip")))
106 nvram_set(strcat_r(prefix, "ipaddr", tmp), trim_r(value));
108 if ((value = getenv("subnet")))
109 nvram_set(strcat_r(prefix, "netmask", tmp), trim_r(value));
111 if ((value = getenv("router")))
112 nvram_set(strcat_r(prefix, "gateway", tmp), trim_r(value));
114 if ((value = getenv("dns")))
115 nvram_set(strcat_r(prefix, "dns", tmp), trim_r(value));
117 if ((value
160 char *value; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/www/asus/web_asus_en/
H A Dgeneral_520.js111 if (o1.value==o2.value)
113 document.form.action_mode.value = " Save ";
123 document.form.group_id.value = s;
132 if (document.form.wl_wdsnum_x_0.value >= c) cFlag=1;
134 else if (document.form.wl_wdslist_x_0.value=="") bFlag=1;
135 else if (!validate_duplicate(document.form.RBRList_s, document.form.wl_wdslist_x_0.value, 12, 0)) return false;
139 if (document.form.wl_macnum_x_0.value >= c) cFlag=1;
141 else if (document.form.wl_maclist_x_0.value=="") bFlag=1;
142 else if (!validate_duplicate(document.form.ACLList_s, document.form.wl_maclist_x_0.value, 1
[all...]
H A Dgeneral.js88 {if (o1.value==o2.value)
89 {document.form.action_mode.value = " Save ";
97 document.form.group_id.value = s;
102 {if (document.form.wl_wdsnum_x_0.value >= c) cFlag=1;
104 else if (document.form.wl_wdslist_x_0.value=="") bFlag=1;
105 else if (!validate_duplicate(document.form.RBRList_s, document.form.wl_wdslist_x_0.value, 12, 0)) return false;
109 if (document.form.macfilter_num_x_0.value >= c) cFlag=1;
111 else if (document.form.macfilter_list_x_0.value=="") bFlag=1;
112 else if (!validate_duplicate(document.form.MFList_s, document.form.macfilter_list_x_0.value, 1
[all...]
/asus-wl-520gu-7.0.1.45/src/router/www/www.WL-520GU/
H A Dgeneral.js68 {if (o1.value==o2.value)
69 {document.form.action_mode.value = " Save ";
79 document.form.group_id.value = s;
85 if(document.form.wl_wdsnum_x_0.value >= c)
89 else if(document.form.wl_wdslist_x_0.value == "")
91 else if(!validate_duplicate(document.form.RBRList_s, document.form.wl_wdslist_x_0.value, 12, 0))
95 document.form.macfilter_list_x_0.value = document.form.macfilter_list_x_0.value.toUpperCase();
97 if (document.form.macfilter_num_x_0.value >
[all...]
/asus-wl-520gu-7.0.1.45/src/router/mipsel/www/
H A Dgeneral.js68 {if (o1.value==o2.value)
69 {document.form.action_mode.value = " Save ";
79 document.form.group_id.value = s;
85 if(document.form.wl_wdsnum_x_0.value >= c)
89 else if(document.form.wl_wdslist_x_0.value == "")
91 else if(!validate_duplicate(document.form.RBRList_s, document.form.wl_wdslist_x_0.value, 12, 0))
95 document.form.macfilter_list_x_0.value = document.form.macfilter_list_x_0.value.toUpperCase();
97 if (document.form.macfilter_num_x_0.value >
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-tbox/
H A Dio.h20 unsigned int value; local
22 : "=&r" (value)
24 return value;
27 static inline void __arch_putw(unsigned int value, unsigned long a) argument
30 : : "r" (value), "r" (a));
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-tbox/
H A Dio.h20 unsigned int value; local
22 : "=&r" (value)
24 return value;
27 static inline void __arch_putw(unsigned int value, unsigned long a) argument
30 : : "r" (value), "r" (a));
/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/
H A Dlanhostconfig.c29 strcpy(var->value, nvram_safe_get("lan_domain"));
33 strcpy(var->value, nvram_safe_get("lan_netmask"));
37 strcpy(var->value, nvram_safe_get("dhcp_start"));
41 strcpy(var->value, nvram_safe_get("dhcp_end"));
54 nvram_set("lan_domain", ac->params[0].value);
/asus-wl-520gu-7.0.1.45/src/router/www/asus/www_WL500gpv2/
H A Dgeneral.js88 {if (o1.value==o2.value)
89 {document.form.action_mode.value = " Save ";
97 document.form.group_id.value = s;
102 {if (document.form.wl_wdsnum_x_0.value >= c) cFlag=1;
104 else if (document.form.wl_wdslist_x_0.value=="") bFlag=1;
105 else if (!validate_duplicate(document.form.RBRList_s, document.form.wl_wdslist_x_0.value, 12, 0)) return false;
108 {if (document.form.macfilter_num_x_0.value >= c) cFlag=1;
110 else if (document.form.macfilter_list_x_0.value=="") bFlag=1;
111 else if (!validate_duplicate(document.form.MFList_s, document.form.macfilter_list_x_0.value, 1
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dvia82c505.c21 via82c505_read_config_byte(struct pci_dev *dev, int where, u8 *value) argument
24 *value=inb(0xCFC + (where&3));
29 via82c505_read_config_word(struct pci_dev *dev, int where, u16 *value) argument
32 *value=inw(0xCFC + (where&2));
37 via82c505_read_config_dword(struct pci_dev *dev, int where, u32 *value) argument
40 *value=inl(0xCFC);
45 via82c505_write_config_byte(struct pci_dev *dev, int where, u8 value) argument
48 outb(value, 0xCFC + (where&3));
53 via82c505_write_config_word(struct pci_dev *dev, int where, u16 value) argument
56 outw(value,
61 via82c505_write_config_dword(struct pci_dev *dev, int where, u32 value) argument
82 dummy_read_config_byte(struct pci_dev *dev, int where, u8 *value) argument
89 dummy_read_config_word(struct pci_dev *dev, int where, u16 *value) argument
96 dummy_read_config_dword(struct pci_dev *dev, int where, u32 *value) argument
126 dummy_write_config_byte(struct pci_dev *dev, int where, u8 value) argument
132 dummy_write_config_word(struct pci_dev *dev, int where, u16 value) argument
138 dummy_write_config_dword(struct pci_dev *dev, int where, u32 value) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Dirias_object.c35 * Used when a missing value needs to be returned
116 irias_delete_value(attrib->value);
255 attrib->value->owner = owner;
263 * Change the value of an objects attribute.
288 if ( attrib->value->type != new_value->type) {
290 "(), changing value type not allowed!\n");
294 /* Delete old value */
295 irias_delete_value(attrib->value);
297 /* Insert new value */
298 attrib->value
310 irias_add_integer_attrib(struct ias_object *obj, char *name, int value, int owner) argument
377 irias_add_string_attrib(struct ias_object *obj, char *name, char *value, int owner) argument
412 struct ias_value *value; local
437 struct ias_value *value; local
464 struct ias_value *value; local
491 struct ias_value *value; local
512 irias_delete_value(struct ias_value *value) argument
[all...]

Completed in 808 milliseconds

1234567891011>>