Searched refs:temp (Results 76 - 100 of 738) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dipic.c385 u32 temp; local
387 temp = ipic_read(ipic->regs, ipic_info[src].mask);
388 temp |= (1 << (31 - ipic_info[src].bit));
389 ipic_write(ipic->regs, ipic_info[src].mask, temp);
396 u32 temp; local
398 temp = ipic_read(ipic->regs, ipic_info[src].mask);
399 temp &= ~(1 << (31 - ipic_info[src].bit));
400 ipic_write(ipic->regs, ipic_info[src].mask, temp);
407 u32 temp; local
411 temp
436 u32 i, temp = 0; local
499 u32 temp; local
527 u32 temp; local
576 u32 temp; local
586 u32 temp; local
[all...]
H A Dharrier.c42 u32 temp; local
66 temp = in_le32((u32 *) (ppc_reg_base +
68 temp &= ~HARRIER_ITAT_PRE;
69 temp |= HARRIER_ITAT_DEFAULT;
71 HARRIER_XCSR_CONFIG(HARRIER_ITAT0_OFF)), temp);
74 temp = in_le32((u32 *) (ppc_reg_base +
76 temp |= HARRIER_MPAT_DEFAULT;
78 HARRIER_XCSR_CONFIG(HARRIER_MPAT_OFF)), temp);
83 ulong temp; local
89 temp
96 ulong temp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-piix4.c122 unsigned char temp; local
160 pci_read_config_byte(PIIX4_dev, SMBHSTCFG, &temp);
165 pci_write_config_byte(PIIX4_dev, SMBHSTCFG, temp & 0xfe);
167 pci_write_config_byte(PIIX4_dev, SMBHSTCFG, temp | 0x01);
170 } else if ((temp & 1) == 0) {
181 temp | 1);
194 if (((temp & 0x0E) == 8) || ((temp & 0x0E) == 2))
196 else if ((temp & 0x0E) == 0)
202 pci_read_config_byte(PIIX4_dev, SMBREV, &temp);
212 int temp; local
[all...]
H A Di2c-viapro.c139 int temp; local
146 if ((temp = inb_p(SMBHSTSTS)) & 0x1F) {
148 "Resetting...\n", temp);
150 outb_p(temp, SMBHSTSTS);
151 if ((temp = inb_p(SMBHSTSTS)) & 0x1F) {
153 "(0x%02x)\n", temp);
164 temp = inb_p(SMBHSTSTS);
165 } while ((temp & 0x01) && (timeout++ < MAX_TIMEOUT));
173 if (temp & 0x10) {
179 if (temp
318 unsigned char temp; local
[all...]
H A Di2c-sis96x.c96 int temp; local
103 if (((temp = sis96x_read(SMB_CNT)) & 0x03) != 0x00) {
106 "Resetting...\n", temp);
112 if (((temp = sis96x_read(SMB_CNT)) & 0x03) != 0x00) {
113 dev_dbg(&sis96x_adapter.dev, "Failed (0x%02x)\n", temp);
124 temp = sis96x_read(SMB_STS);
125 sis96x_write(SMB_STS, temp & 0x1e);
133 temp = sis96x_read(SMB_STS);
134 } while (!(temp & 0x0e) && (timeout++ < MAX_TIMEOUT));
138 dev_dbg(&sis96x_adapter.dev, "SMBus Timeout! (0x%02x)\n", temp);
[all...]
H A Di2c-amd756.c113 int temp; local
123 if ((temp = inw_p(SMB_GLOBAL_STATUS)) & (GS_HST_STS | GS_SMB_STS)) {
124 dev_dbg(&adap->dev, "SMBus busy (%04x). Waiting...\n", temp);
127 temp = inw_p(SMB_GLOBAL_STATUS);
128 } while ((temp & (GS_HST_STS | GS_SMB_STS)) &&
132 dev_dbg(&adap->dev, "Busy wait timeout (%04x)\n", temp);
144 temp = inw_p(SMB_GLOBAL_STATUS);
145 } while ((temp & GS_HST_STS) && (timeout++ < MAX_TIMEOUT));
153 if (temp & GS_PRERR_STS) {
158 if (temp
335 u8 temp; local
[all...]
H A Di2c-sis5595.c226 int temp; local
231 temp = sis5595_read(SMB_STS_LO) + (sis5595_read(SMB_STS_HI) << 8);
232 if (temp != 0x00) {
233 dev_dbg(&adap->dev, "SMBus busy (%04x). Resetting...\n", temp);
234 sis5595_write(SMB_STS_LO, temp & 0xff);
235 sis5595_write(SMB_STS_HI, temp >> 8);
236 if ((temp = sis5595_read(SMB_STS_LO) + (sis5595_read(SMB_STS_HI) << 8)) != 0x00) {
237 dev_dbg(&adap->dev, "Failed! (%02x)\n", temp);
250 temp = sis5595_read(SMB_STS_LO);
251 } while (!(temp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drijndael.c537 byte temp[4][4];
540 *((u32_a_t*)u.temp[0]) = *((u32_a_t*)(a )) ^ *((u32_a_t*)rk[0][0]);
541 *((u32_a_t*)u.temp[1]) = *((u32_a_t*)(a+ 4)) ^ *((u32_a_t*)rk[0][1]);
542 *((u32_a_t*)u.temp[2]) = *((u32_a_t*)(a+ 8)) ^ *((u32_a_t*)rk[0][2]);
543 *((u32_a_t*)u.temp[3]) = *((u32_a_t*)(a+12)) ^ *((u32_a_t*)rk[0][3]);
544 *((u32_a_t*)(b )) = (*((u32_a_t*)T1[u.temp[0][0]])
545 ^ *((u32_a_t*)T2[u.temp[1][1]])
546 ^ *((u32_a_t*)T3[u.temp[2][2]])
547 ^ *((u32_a_t*)T4[u.temp[3][3]]));
548 *((u32_a_t*)(b + 4)) = (*((u32_a_t*)T1[u.temp[
533 byte temp[4][4]; member in union:__anon2574
1349 byte temp[4][4]; member in union:__anon2578
1510 unsigned char temp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dshpchp_pci.c175 struct pci_dev* temp = pci_get_slot(parent, local
177 if (!temp)
179 if ((temp->class >> 16) == PCI_BASE_CLASS_DISPLAY) {
181 pci_name(temp));
182 pci_dev_put(temp);
185 if (temp->hdr_type == PCI_HEADER_TYPE_BRIDGE) {
186 pci_read_config_byte(temp, PCI_BRIDGE_CONTROL, &bctl);
189 pci_name(temp));
190 pci_dev_put(temp);
194 pci_remove_bus_device(temp);
[all...]
H A Dfakephp.c172 * @param temp Device template. Should be set: bus and devfn.
174 static void pci_rescan_slot(struct pci_dev *temp) argument
176 struct pci_bus *bus = temp->bus;
182 if (!pci_read_config_byte(temp, PCI_HEADER_TYPE, &hdr_type)) {
183 temp->hdr_type = hdr_type & 0x7f;
184 if ((dev = pci_get_slot(bus, temp->devfn)) != NULL)
187 dev = pci_scan_single_device(bus, temp->devfn);
190 bus->name, temp->devfn >> 3,
191 temp->devfn & 7);
205 for (func = 1, temp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dcpufreq-nforce2.c117 int temp; local
123 for (temp = 0; temp <= 0x3f; temp++)
138 u32 fsb, temp = 0; local
150 pci_read_config_byte(nforce2_chipset_dev,NFORCE2_PLLENABLE, (u8 *)&temp);
152 if(bootfsb || !temp)
156 pci_read_config_dword(nforce2_chipset_dev,NFORCE2_PLLREG, &temp);
157 fsb = nforce2_calc_fsb(temp);
170 u32 temp local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dbyteorder.h30 unsigned int temp; local
34 : "=r" (x), "=&r" (temp)
52 __u64 temp; local
57 : "=r" (x), "=&r" (temp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dstring.h10 char temp = 0; local
17 : "+&a" (dest), "+&a" (src), "=&d" (temp)
26 char temp = 0; local
40 : "+&a" (dest), "+&a" (src), "+&da" (n), "=&d" (temp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Datomic.h41 unsigned long temp; local
50 :"=&r" (temp), "=m" (v->counter)
56 unsigned long temp; local
65 :"=&r" (temp), "=m" (v->counter)
71 unsigned long temp; local
80 :"=&r" (temp), "=m" (v->counter)
86 unsigned long temp; local
95 :"=&r" (temp), "=m" (v->counter)
105 long temp, result; local
116 :"=&r" (temp), "
124 long temp, result; local
143 long temp, result; local
162 long temp, result; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dtrancevibrator.c62 int temp, retval; local
64 temp = simple_strtoul(buf, NULL, 10);
65 if (temp > 255)
66 temp = 255;
67 else if (temp < 0)
68 temp = 0;
69 tv->speed = temp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/math-emu/
H A Dfcnvfxt.c65 register unsigned int src, temp; local
93 temp = src;
94 Sgl_clear_signexponent_set_hidden(temp);
95 Int_from_sgl_mantissa(temp,src_exponent);
96 if (Sgl_isone_sign(src)) result = -Sgl_all(temp);
97 else result = Sgl_all(temp);
130 register unsigned int src, temp, resultp2; local
165 temp = src;
166 Sgl_clear_signexponent_set_hidden(temp);
167 Dint_from_sgl_mantissa(temp,src_exponen
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Dll_addr.c73 int temp; local
79 if (sscanf(arg, "%x", &temp) != 1) {
83 if (temp < 0 || temp > 255) {
87 lladdr[i] = temp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dtherm_windtunnel.c73 int overheat_temp; /* 100% fan at this temp */
75 int temp; member in struct:__anon4829
89 int temp; member in struct:__anon4830
107 print_temp( const char *s, int temp )
109 printk("%s%d.%d C", s ? s : "", temp>>8, (temp & 255)*10/256 );
115 return sprintf(buf, "%d.%d\n", x.temp>>8, (x.temp & 255)*10/256 );
174 print_temp("CPU-temp: ", x.temp );
185 int temp, i, level, casetemp; local
389 int hyst_temp, os_temp, temp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Dvia-agp.c26 u8 temp; local
30 pci_read_config_byte(agp_bridge->dev, VIA_APSIZE, &temp);
32 if (temp == values[i].size_value) {
39 printk(KERN_ERR PFX "Unknown aperture size from AGP bridge (0x%x)\n", temp);
46 u32 temp; local
54 pci_read_config_dword(agp_bridge->dev, AGP_APBASE, &temp);
55 agp_bridge->gart_bus_addr = (temp & PCI_BASE_ADDRESS_MEM_MASK);
82 u32 temp; local
84 pci_read_config_dword(agp_bridge->dev, VIA_GARTCTRL, &temp);
85 temp |
109 u16 temp; local
130 u32 temp; local
165 u32 temp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dtsi108_pci.c152 u32 temp; local
165 __tsi108_read_pci_config(temp, cfg_addr, "lbzx");
168 __tsi108_read_pci_config(temp, cfg_addr, "lhbrx");
171 __tsi108_read_pci_config(temp, cfg_addr, "lwbrx");
175 *val = temp;
178 if ((0xFFFFFFFF != temp) && (0xFFFF != temp) && (0xFF != temp)) {
288 u_int temp = 0; local
300 temp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dhuffyuv.c69 uint8_t *temp[3]; member in struct:HYuvContext
176 const int temp= src[i]; local
177 dst[i]= temp - left;
178 left= temp;
183 const int temp= src[i]; local
184 dst[i]= temp - left;
185 left= temp;
439 s->temp[i]= av_malloc(s->width + 16);
443 s->temp[i]= av_malloc(4*s->width + 16);
733 READ_2PIX(s->temp[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dobstack.h161 } temp; /* Temporary for some macros. */
271 Also, we can avoid using the `temp' slot, to make faster code. */
434 ( (h)->temp.tempint = (length), \
435 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
436 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0))
439 ( (h)->temp.tempint = (length), \
440 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
441 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0), \
442 memcpy ((h)->next_free, where, (h)->temp.tempint), \
443 (h)->next_free += (h)->temp
160 } temp; /* Temporary for some macros. */ member in struct:obstack
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dobstack.h161 } temp; /* Temporary for some macros. */
271 Also, we can avoid using the `temp' slot, to make faster code. */
434 ( (h)->temp.tempint = (length), \
435 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
436 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0))
439 ( (h)->temp.tempint = (length), \
440 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
441 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0), \
442 memcpy ((h)->next_free, where, (h)->temp.tempint), \
443 (h)->next_free += (h)->temp
160 } temp; /* Temporary for some macros. */ member in struct:obstack
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsicam.c221 unsigned long heads, sectors, cylinders, temp; local
226 temp = cylinders * sectors; /* Compute divisor for heads */
227 heads = capacity / temp; /* Compute value for number of heads */
228 if (capacity % temp) { /* If no remainder, done! */
230 temp = cylinders * heads; /* Compute divisor for sectors */
231 sectors = capacity / temp; /* Compute value for sectors per
233 if (capacity % temp) { /* If no remainder, done! */
235 temp = heads * sectors; /* Compute divisor for cylinders */
236 cylinders = capacity / temp; /* Compute number of cylinders */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/phy/
H A Ddavicom.c68 int temp; local
70 temp = phy_read(phydev, MII_DM9161_INTR);
72 if (temp < 0)
73 return temp;
76 temp &= ~(MII_DM9161_INTR_STOP);
78 temp |= MII_DM9161_INTR_STOP;
80 temp = phy_write(phydev, MII_DM9161_INTR, temp);
82 return temp;

Completed in 224 milliseconds

1234567891011>>