Searched refs:tmp32 (Results 1 - 12 of 12) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dlinux32.c503 struct ustat32 tmp32; local
513 memset(&tmp32,0,sizeof(struct ustat32));
514 tmp32.f_tfree = tmp.f_tfree;
515 tmp32.f_tinode = tmp.f_tinode;
517 err = copy_to_user(ubuf32,&tmp32,sizeof(struct ustat32)) ? -EFAULT : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dptrace.c260 unsigned int tmp32; local
266 &tmp32, sizeof(tmp32), 0);
267 tmp64 = (unsigned long) tmp32;
268 if (copied == sizeof(tmp32))
286 unsigned int tmp32; local
290 tmp32 = data;
292 &tmp32, sizeof(tmp32), 1);
293 if (copied == sizeof(tmp32))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-core.c6527 u32 tmp32 = 0; local
6528 pci_read_config_dword(pdev, bits->reg, &tmp32);
6529 tmp = tmp32;
H A Dsata_nv.c1160 u32 tmp32; local
1165 pci_read_config_dword(pdev, NV_MCP_SATA_CFG_20, &tmp32);
1166 tmp32 |= NV_MCP_SATA_CFG_20_PORT0_EN |
1171 pci_write_config_dword(pdev, NV_MCP_SATA_CFG_20, tmp32);
1630 u32 tmp32; local
1633 pci_read_config_dword(pdev, NV_MCP_SATA_CFG_20, &tmp32);
1637 tmp32 &= ~(NV_MCP_SATA_CFG_20_PORT0_EN |
1640 tmp32 |= (NV_MCP_SATA_CFG_20_PORT0_EN |
1644 tmp32 &= ~(NV_MCP_SATA_CFG_20_PORT1_EN |
1647 tmp32 |
1674 u32 tmp32; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Datiixp.c172 u32 tmp32; local
189 pci_read_config_dword(dev, ATIIXP_IDE_MDMA_TIMING, &tmp32);
190 tmp32 &= ~(0xff << timing_shift);
191 tmp32 |= (mdma_timing[speed & 0x03].recover_width << timing_shift) |
193 pci_write_config_dword(dev, ATIIXP_IDE_MDMA_TIMING, tmp32);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Djoydev.c392 s32 tmp32; local
401 err = get_user(tmp32, (s32 __user *) arg);
403 joydev->glue.JS_TIMELIMIT = tmp32;
406 tmp32 = joydev->glue.JS_TIMELIMIT;
407 err = put_user(tmp32, (s32 __user *) arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtg3.c773 u32 tmp32; local
775 if (!tg3_readphy(tp, 0x16, &tmp32)) {
776 if ((tmp32 & 0x1000) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_radio.c952 u32 tmp32; local
1145 tmp32 = bcm43xx_shm_read32(bcm, BCM43xx_SHM_SHARED,
1147 if (!(tmp32 & 0x800)) {
1148 tmp32 |= 0x800;
1151 tmp32);
1189 u32 tmp32; local
1264 tmp32 = bcm43xx_shm_read32(bcm, BCM43xx_SHM_SHARED,
1266 if (tmp32 & 0x800) {
1267 tmp32 &= ~0x800;
1270 tmp32);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2100.c3764 u32 tmp32; local
3780 read_nic_dword(dev, nic_data[i].addr, &tmp32);
3783 tmp32);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/sisusbvga/
H A Dsisusb.c1967 u32 tmp32; local
2083 ret |= sisusb_read_pci_config(sisusb, 0x50, &tmp32);
2084 tmp32 &= 0x00f00000;
2085 tmp8 = (tmp32 == 0x100000) ? 0x33 : 0x03;
2087 tmp8 = (tmp32 == 0x100000) ? 0xaa : 0x88;
2208 u32 tmp32; local
2238 ret |= sisusb_read_pci_config(sisusb, 0x10, &tmp32);
2240 ret |= sisusb_read_pci_config(sisusb, 0x10, &tmp32);
2241 tmp32 &= 0x0f;
2242 tmp32 |
2286 u32 tmp32; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/
H A Dcompat.c334 u32 origsize, tmp32, num_counters; local
363 if (__get_user(tmp32, &urepl->valid_hooks) ||
364 __put_user(tmp32, &repl_nat->valid_hooks))
367 if (__get_user(tmp32, &urepl->num_entries) ||
368 __put_user(tmp32, &repl_nat->num_entries))
385 if (__get_user(tmp32, &urepl->hook_entry[i]) ||
386 __put_user(tmp32, &repl_nat->hook_entry[i]) ||
387 __get_user(tmp32, &urepl->underflow[i]) ||
388 __put_user(tmp32, &repl_nat->underflow[i]))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dad1889.c827 u32 tmp32; local
830 tmp32 = AD1889_READL(dev, AD_DMA_WAVCTRL);
831 tmp32 &= ~0xff; /* flat dma, no sg, mask out the intr bits */
832 tmp32 |= 0x6; /* intr on count, loop */
833 AD1889_WRITEL(dev, AD_DMA_WAVCTRL, tmp32);

Completed in 373 milliseconds