Searched refs:temp (Results 1 - 25 of 47) sorted by relevance

12

/netgear-R7800-V1.0.2.28/package/hotplug2/files/
H A Dhotplug2.testbusy50 for temp in `ls $dir`
54 pre="`echo $temp | cut -c1-3`"
61 for temp in `ls $dir`
63 if [ "X`echo $temp | cut -c1-3`" = "X$pre" ]; then
64 test_usb_busy "$dir$temp"
/netgear-R7800-V1.0.2.28/target/linux/adm5120/files/drivers/usb/host/
H A Dadm5120-dbg.c192 u32 temp; local
194 temp = admhc_readl(ahcd, &regs->gencontrol);
197 temp,
198 (temp & ADMHC_CTRL_UHFE) ? " UHFE" : "",
199 (temp & ADMHC_CTRL_SIR) ? " SIR" : "",
200 (temp & ADMHC_CTRL_DMAA) ? " DMAA" : "",
201 (temp & ADMHC_CTRL_SR) ? " SR" : ""
204 temp = admhc_readl(ahcd, &regs->host_control);
207 temp,
208 buss2string(temp
252 u32 temp, i; local
434 unsigned temp; local
501 size_t temp; local
521 unsigned temp, size, seen_count; local
617 unsigned temp, size; local
[all...]
H A Dadm5120-pm.c110 u32 temp, enables; variable
169 temp = admhc_readl(ahcd, &ahcd->regs->control);
170 temp &= OHCI_CTRL_HCFS;
171 if (temp != OHCI_USB_RESUME) {
204 temp = ahcd->hc_control;
205 temp &= OHCI_CTRL_RWC;
206 temp |= OHCI_CONTROL_INIT | OHCI_USB_OPER;
207 ahcd->hc_control = temp;
208 admhc_writel(ahcd, temp, &ahcd->regs->control);
223 temp
351 int temp; local
[all...]
H A Dadm5120-hub.c127 u16 temp; local
134 temp = 1 + (ahcd->num_ports / 8);
135 desc->bDescLength = USB_DT_HUB_NONVAR_SIZE + 2 * temp;
138 temp = 0;
140 temp |= 0x0002;
142 temp |= 0x0001;
144 temp |= 0x0010;
146 temp |= 0x0008;
147 desc->wHubCharacteristics = (__force __u16)cpu_to_hc16(ahcd, temp);
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/
H A DMakefile16 mkdir -p ./temp/;cd ./temp;cp ../build/bin/ssdk_ks_km.a ./;ar -x ssdk_ks_km.a; cp ../ko_Makefile ./Makefile;
17 make -C $(SYS_PATH) M=$(PRJ_PATH)/temp/ CROSS_COMPILE=$(TOOLPREFIX) modules
18 cp temp/*.ko build/bin;
19 rm -Rf ./temp/*.o ./temp/*.ko ./temp/*.a
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/twsi/
H A DmvTwsi.c127 MV_U32 timeout, temp; local
134 temp = MV_REG_READ(TWSI_CONTROL_REG(chanNum));
135 MV_REG_WRITE(TWSI_CONTROL_REG(chanNum), temp | TWSI_CONTROL_START_BIT);
160 temp = twsiStsGet(chanNum);
161 if(( temp != TWSI_START_CON_TRA ) && ( temp != TWSI_REPEATED_START_CON_TRA ))
163 mvOsPrintf("TWSI: mvTwsiStartBitSet ERROR - status %x after Set Start Bit. \n",temp);
191 MV_U32 timeout, temp; local
194 temp = MV_REG_READ(TWSI_CONTROL_REG(chanNum));
195 MV_REG_WRITE(TWSI_CONTROL_REG(chanNum), temp | TWSI_CONTROL_STOP_BI
242 MV_U32 temp; local
272 MV_U32 temp; local
305 MV_U32 temp; local
687 MV_U32 timeout, temp, blockSizeWr = blockSize; local
762 MV_U32 timeout, temp, blockSizeRd = blockSize; local
781 MV_REG_WRITE(TWSI_CONTROL_REG(chanNum), temp); local
[all...]
/netgear-R7800-V1.0.2.28/target/linux/adm8668/image/
H A Dmy-mkimage20 dd if=$1 of=temp bs=64k conv=sync >/dev/null 2>&1
22 cat temp >>vmlinuz.tmp
32 rm temp vmlinuz.tmp
/netgear-R7800-V1.0.2.28/target/linux/amazon/files/arch/mips/amazon/
H A Ddma-core.c1046 int i, j, temp; local
1096 for (temp = dma_dev->tx_burst_len; temp > 2; temp /= 2) {
1103 for (temp = dma_dev->rx_burst_len; temp > 2; temp /= 2) {
1110 temp = dma_dev->logic_rx_chan_base + i;
1111 g_log_chan[temp].dma_dev = dma_dev;
1112 g_log_chan[temp]
1249 int i, j, temp; local
1302 int i, temp; local
1317 int i, temp; local
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/include/asm/
H A Dldsr.h103 unsigned int temp; local
125 : "=&d"(temp)
/netgear-R7800-V1.0.2.28/tools/wrt350nv2-builder/src/
H A Dcrypt.h37 unsigned temp; /* POTENTIAL BUG: temp*(temp^1) may overflow in an local
41 temp = ((unsigned)(*(pkeys+2)) & 0xffff) | 2;
42 return (int)(((temp * (temp ^ 1)) >> 8) & 0xff);
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr2/
H A DmvDramIf.c120 MV_U32 temp; local
130 temp = MV_REG_READ(SDRAM_CONFIG_REG);
131 deviceW = ((temp & SDRAM_DWIDTH_MASK) == SDRAM_DWIDTH_32BIT )? 32 : 64;
192 MV_U32 size, base = 0, i, j, temp, busClkPs; local
301 temp = MV_REG_READ(SDRAM_CONFIG_REG);
302 deviceW = ((temp & SDRAM_DWIDTH_MASK) == SDRAM_DWIDTH_32BIT )? 32 : 64;
368 /* calc SDRAM_CONFIG_REG and save it to temp register */
369 temp = sdramConfigRegCalc(&bankInfo[0],&bankInfo[2], busClk);
370 if(-1 == temp)
380 temp
[all...]
/netgear-R7800-V1.0.2.28/target/linux/amazon/files/drivers/mtd/maps/
H A Damazon.c50 map_word temp; local
52 temp.x[0] = *((__u16 *) (map->virt + ofs));
53 return temp;
110 unsigned long temp; local
116 amazon_copy_from(&amazon_map, &temp, start_offset + 12, 4);
117 printk(KERN_INFO "amazon_mtd: kernel size is %ld \n", temp + 0x40);
118 return temp + 0x40;
/netgear-R7800-V1.0.2.28/target/linux/amazon/files/drivers/char/
H A Damazon_mei.c388 u32 temp; local
406 temp = *p;
408 temp = ((temp & 0xffff)<<16) + ((temp & 0xffff0000)>>16);
409 meiLongwordWrite(MEI_DATA_XFR, temp);
424 u32 temp; local
442 temp = *p;
443 temp = ((temp
459 u32 temp; local
494 u32 temp; local
530 u32 temp; local
565 u32 temp; local
621 u32 temp = 0x0; local
676 u32 temp = 0x0; local
731 u32 temp = 0x0; local
786 u32 temp = 0x0; local
841 u32 temp = 0x0; local
895 u32 temp = 0x0; local
961 u32 temp=0; local
1076 u32 temp; local
1758 u32 temp; local
2049 u32 temp; local
6725 u32 temp; local
7314 u32 temp,temp2; local
[all...]
/netgear-R7800-V1.0.2.28/target/linux/etrax/image/
H A Dboot_linux387 my $temp;
422 $temp = $sdram_init_val | 0x0000c000; # Disable refresh
423 $return_value .= &sdram_command($temp);
426 $return_value .= &sdram_command($temp, $sdram_precharge);
427 $return_value .= &sdram_command($temp, $sdram_nop);
431 $return_value .= &sdram_command($temp, $sdram_refresh);
432 $return_value .= &sdram_command($temp, $sdram_nop);
435 $return_value .= &sdram_command($temp, $sdram_mrs, $mrs_data);
436 $return_value .= &sdram_command($temp, $sdram_nop);
451 my($temp,
[all...]
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/htc/
H A Dhtc_recv.c157 A_UINT8 temp; local
201 temp = A_GET_UINT8_FIELD(pBuf, HTC_FRAME_HDR, Flags);
203 if (temp & HTC_FLAGS_RECV_TRAILER) {
207 temp = A_GET_UINT8_FIELD(pBuf, HTC_FRAME_HDR, ControlBytes[0]);
209 if ((temp < sizeof(HTC_RECORD_HDR)) || (temp > payloadLen)) {
212 payloadLen, temp));
219 (pBuf + HTC_HDR_LENGTH + payloadLen - temp),
220 temp,
229 A_MEMCPY(target->LastTrailer, (pBuf + HTC_HDR_LENGTH + payloadLen - temp), tem
[all...]
H A Dar6k.c209 /* copy into our temp area */
242 /* copy into our temp area */
362 /* copy into our temp area */
861 A_UINT16 temp; local
937 temp = GetEndMarker();
941 (A_UINT8 *)&temp,
951 AR_DEBUG_PRINTF(ATH_PRINT_OUT_ZONE, ("End Marker: 0x%X \n",temp));
953 temp = (A_UINT16)g_BlockSizes[1];
955 temp = temp
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr1_2/
H A DmvDramIf.c136 MV_U32 busClk, size, base = 0, i, temp, deviceW, dimmW; local
180 temp = MV_REG_READ(SDRAM_CONFIG_REG);
182 deviceW = ((temp & SDRAM_DWIDTH_MASK) == SDRAM_DWIDTH_16BIT )? 16 : 32;
266 /* calc SDRAM_CONFIG_REG and save it to temp register */
267 temp = sdramConfigRegCalc(&bankInfo[0], busClk);
268 if(-1 == temp)
273 MV_REG_WRITE(DRAM_BUF_REG1, temp);
275 /* calc SDRAM_MODE_REG and save it to temp register */
276 temp = sdramModeRegCalc(minCas);
277 if(-1 == temp)
[all...]
H A DmvDram.c642 MV_U32 i, temp = 0; local
684 temp |= spdRawData[95+i] << 8*i;
686 mvOsOutput("DIMM Serial No. %ld (%lx)\n", (long)temp,
687 (long)temp);
1220 temp = ((leftOfPoint*100) + rightOfPoint);/* in 10ps Intervals*/
1221 trp_clocks = (temp + (busClkPs-1)) / busClkPs;
1236 temp = ((leftOfPoint*100) + rightOfPoint);/* in 100ns Interval*/
1237 trrd_clocks = (temp + (busClkPs-1)) / busClkPs;
1252 temp = ((leftOfPoint*100) + rightOfPoint);/* in 100ns Interval*/
1253 trcd_clocks = (temp
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/
H A DmvCtrlEnvLib.c1082 MV_U32 temp; local
1085 temp = regSize; /* Now the size is a sequance of '1': 0x00ff */
1087 while(temp & 1) /* Check that LSB is set */
1089 temp = (temp >> 1); /* If LSB is set, move one bit to the right */
1092 if (temp) /* Sequance of 1's is over. Check that we have no other 1's */
1101 temp = alignment - 1;/* Now the alignmet is a sequance of '1' (0xffff) */
1103 while(temp & 1) /* Check that alignmet LSB is set */
1105 temp = (temp >>
1271 unsigned long old,temp; local
1307 unsigned long old,temp; local
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/
H A DmvSysXor.c463 MV_U32 temp; local
477 temp = MV_REG_READ(XOR_WINDOW_CTRL_REG(unit,chan)) &
484 temp |= XEXWCR_WIN_ACC_NO_ACC(winNum);
493 temp |= XEXWCR_WIN_ACC_RW(winNum);
499 temp |= XEXWCR_WIN_ACC_RO(winNum);
502 MV_REG_WRITE(XOR_WINDOW_CTRL_REG(unit,chan),temp); local
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/src/shell_lib/
H A Dshell.c189 a_uint32_t *temp; local
217 temp = &arg_val[arg_start + arg_index];
223 pentry = temp;
226 if (cmd_input_parser(temp, arg_index, sw_api.api_pp) != SW_OK)
229 pentry = (void *) *temp;
/netgear-R7800-V1.0.2.28/scripts/config/lxdialog/
H A Dutil.c264 int i, temp; local
269 temp = strspn(label, " ");
270 label += temp;
273 for (i = 0; i < temp; i++)
283 wmove(win, y, x + temp + 1);
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/power/
H A Dbq27000_battery.c119 int temp; member in struct:bq27000_bat_regs
276 if (di->regs.temp < 0)
277 return di->regs.temp;
280 val->intval = (((long)di->regs.temp * 10l) - 10926) / 4;
328 regs.temp = hdq_read16(di, BQ27000_TEMP_L);
/netgear-R7800-V1.0.2.28/target/linux/generic/image/lzma-loader/src/
H A DMakefile54 $(LD) -static --no-warn-mismatch -e entry -Tlzma-stage2.lds -o temp-$@ $^
55 $(OBJCOPY) temp-$@ lzma.tmp
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr2/spd/
H A DmvSpd.c637 MV_U32 i, temp = 0; local
679 temp |= spdRawData[95+i] << 8*i;
681 mvOsOutput("DIMM Serial No. %ld (%lx)\n", (long)temp,
682 (long)temp);
1215 temp = ((leftOfPoint*100) + rightOfPoint);/* in 10ps Intervals*/
1216 trp_clocks = (temp + (busClkPs-1)) / busClkPs;
1231 temp = ((leftOfPoint*100) + rightOfPoint);/* in 100ns Interval*/
1232 trrd_clocks = (temp + (busClkPs-1)) / busClkPs;
1247 temp = ((leftOfPoint*100) + rightOfPoint);/* in 100ns Interval*/
1248 trcd_clocks = (temp
[all...]

Completed in 309 milliseconds

12