Searched refs:tmp32 (Results 1 - 25 of 41) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ide/
H A Datiixp.c90 u32 tmp32; local
109 pci_read_config_dword(dev, ATIIXP_IDE_MDMA_TIMING, &tmp32);
110 tmp32 &= ~(0xff << timing_shift);
111 tmp32 |= (mdma_timing[i].recover_width << timing_shift) |
113 pci_write_config_dword(dev, ATIIXP_IDE_MDMA_TIMING, tmp32);
H A Dsiimage.c468 u32 tmp32, irq_mask; local
472 tmp32 = readl(ioaddr + 0x48);
473 if (tmp32 & irq_mask) {
474 tmp32 &= ~irq_mask;
475 writel(tmp32, ioaddr + 0x48);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ide/
H A Datiixp.c90 u32 tmp32; local
109 pci_read_config_dword(dev, ATIIXP_IDE_MDMA_TIMING, &tmp32);
110 tmp32 &= ~(0xff << timing_shift);
111 tmp32 |= (mdma_timing[i].recover_width << timing_shift) |
113 pci_write_config_dword(dev, ATIIXP_IDE_MDMA_TIMING, tmp32);
H A Dsiimage.c468 u32 tmp32, irq_mask; local
472 tmp32 = readl(ioaddr + 0x48);
473 if (tmp32 & irq_mask) {
474 tmp32 &= ~irq_mask;
475 writel(tmp32, ioaddr + 0x48);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/caif/
H A Dcfdgml.c109 u32 tmp32; local
110 cfpkt_extr_head(pkt, &tmp32, 4);
H A Dcfutill.c105 u32 tmp32; local
106 cfpkt_extr_head(pkt, &tmp32, 4);
H A Dcfctrl.c203 u32 tmp32; local
228 tmp32 = cpu_to_le32(param->u.datagram.connid);
229 cfpkt_add_body(pkt, &tmp32, 4);
235 tmp32 = cpu_to_le32(param->u.rfm.connid);
236 cfpkt_add_body(pkt, &tmp32, 4);
411 u32 tmp32; local
452 cfpkt_extr_head(pkt, &tmp32, 4);
454 le32_to_cpu(tmp32);
465 cfpkt_extr_head(pkt, &tmp32, 4);
467 le32_to_cpu(tmp32);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/caif/
H A Dcfdgml.c109 u32 tmp32; local
110 cfpkt_extr_head(pkt, &tmp32, 4);
H A Dcfutill.c105 u32 tmp32; local
106 cfpkt_extr_head(pkt, &tmp32, 4);
H A Dcfctrl.c203 u32 tmp32; local
228 tmp32 = cpu_to_le32(param->u.datagram.connid);
229 cfpkt_add_body(pkt, &tmp32, 4);
235 tmp32 = cpu_to_le32(param->u.rfm.connid);
236 cfpkt_add_body(pkt, &tmp32, 4);
411 u32 tmp32; local
452 cfpkt_extr_head(pkt, &tmp32, 4);
454 le32_to_cpu(tmp32);
465 cfpkt_extr_head(pkt, &tmp32, 4);
467 le32_to_cpu(tmp32);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dpci_common.c56 u32 tmp32, *addr; local
94 tmp32 = 0xffffffff;
96 where, 2, &tmp32);
97 *value = tmp32;
99 tmp32 = 0xffffffff;
101 where + 2, 2, &tmp32);
102 *value |= tmp32 << 16;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dpci_common.c56 u32 tmp32, *addr; local
94 tmp32 = 0xffffffff;
96 where, 2, &tmp32);
97 *value = tmp32;
99 tmp32 = 0xffffffff;
101 where + 2, 2, &tmp32);
102 *value |= tmp32 << 16;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-brcm/
H A Dbcm5301x_pcie.c628 u32 tmp32; local
643 pci_bus_read_config_dword(&bus, devfn, 0xdc, &tmp32);
644 tmp32 &= ~0xf;
646 tmp32 |= 2;
649 tmp32 |= 1;
651 pci_bus_write_config_dword(&bus, devfn, 0xdc, tmp32);
694 u32 tmp32; local
705 pci_bus_read_config_word(&bus, devfn, 0x4d4, &tmp32);
706 tmp32 &= ~7;
707 tmp32 |
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dbcm5301x_pcie.c628 u32 tmp32; local
643 pci_bus_read_config_dword(&bus, devfn, 0xdc, &tmp32);
644 tmp32 &= ~0xf;
646 tmp32 |= 2;
649 tmp32 |= 1;
651 pci_bus_write_config_dword(&bus, devfn, 0xdc, tmp32);
694 u32 tmp32; local
705 pci_bus_read_config_word(&bus, devfn, 0x4d4, &tmp32);
706 tmp32 &= ~7;
707 tmp32 |
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/sha/asm/
H A Dsha512-sparcv9.pl117 $tmp32="%i5";
131 subcc %g0,$tmp31,$tmp32 ! should be 64-$tmp31, but -$tmp31 works too
141 srlx @X[$j+1],$tmp32,$tmp1
147 srlx $T1,$tmp32,$T1
180 srlx @pair[2],$tmp32,@pair[1]
198 srlx @pair[2],$tmp32,@pair[1]
270 $xi=$tmp32;
288 $xi=$tmp32;
470 mov 32,$tmp32
471 sub $tmp32,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/sha/asm/
H A Dsha512-sparcv9.pl117 $tmp32="%i5";
131 subcc %g0,$tmp31,$tmp32 ! should be 64-$tmp31, but -$tmp31 works too
141 srlx @X[$j+1],$tmp32,$tmp1
147 srlx $T1,$tmp32,$T1
180 srlx @pair[2],$tmp32,@pair[1]
198 srlx @pair[2],$tmp32,@pair[1]
270 $xi=$tmp32;
288 $xi=$tmp32;
470 mov 32,$tmp32
471 sub $tmp32,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/sha/asm/
H A Dsha512-sparcv9.pl117 $tmp32="%i5";
131 subcc %g0,$tmp31,$tmp32 ! should be 64-$tmp31, but -$tmp31 works too
141 srlx @X[$j+1],$tmp32,$tmp1
147 srlx $T1,$tmp32,$T1
180 srlx @pair[2],$tmp32,@pair[1]
198 srlx @pair[2],$tmp32,@pair[1]
270 $xi=$tmp32;
288 $xi=$tmp32;
470 mov 32,$tmp32
471 sub $tmp32,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl119 $tmp32="%i5";
133 subcc %g0,$tmp31,$tmp32 ! should be 64-$tmp31, but -$tmp31 works too
143 srlx @X[$j+1],$tmp32,$tmp1
149 srlx $T1,$tmp32,$T1
183 srlx @pair[2],$tmp32,@pair[1]
201 srlx @pair[2],$tmp32,@pair[1]
273 $xi=$tmp32;
291 $xi=$tmp32;
670 mov 32,$tmp32
671 sub $tmp32,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl119 $tmp32="%i5";
133 subcc %g0,$tmp31,$tmp32 ! should be 64-$tmp31, but -$tmp31 works too
143 srlx @X[$j+1],$tmp32,$tmp1
149 srlx $T1,$tmp32,$T1
183 srlx @pair[2],$tmp32,@pair[1]
201 srlx @pair[2],$tmp32,@pair[1]
273 $xi=$tmp32;
291 $xi=$tmp32;
670 mov 32,$tmp32
671 sub $tmp32,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl119 $tmp32="%i5";
133 subcc %g0,$tmp31,$tmp32 ! should be 64-$tmp31, but -$tmp31 works too
143 srlx @X[$j+1],$tmp32,$tmp1
149 srlx $T1,$tmp32,$T1
183 srlx @pair[2],$tmp32,@pair[1]
201 srlx @pair[2],$tmp32,@pair[1]
273 $xi=$tmp32;
291 $xi=$tmp32;
670 mov 32,$tmp32
671 sub $tmp32,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/misc/sisusbvga/
H A Dsisusb.c1933 u32 tmp32; local
2049 ret |= sisusb_read_pci_config(sisusb, 0x50, &tmp32);
2050 tmp32 &= 0x00f00000;
2051 tmp8 = (tmp32 == 0x100000) ? 0x33 : 0x03;
2053 tmp8 = (tmp32 == 0x100000) ? 0xaa : 0x88;
2168 u32 tmp32; local
2198 ret |= sisusb_read_pci_config(sisusb, 0x10, &tmp32);
2200 ret |= sisusb_read_pci_config(sisusb, 0x10, &tmp32);
2201 tmp32 &= 0x0f;
2202 tmp32 |
2246 u32 tmp32; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/misc/sisusbvga/
H A Dsisusb.c1933 u32 tmp32; local
2049 ret |= sisusb_read_pci_config(sisusb, 0x50, &tmp32);
2050 tmp32 &= 0x00f00000;
2051 tmp8 = (tmp32 == 0x100000) ? 0x33 : 0x03;
2053 tmp8 = (tmp32 == 0x100000) ? 0xaa : 0x88;
2168 u32 tmp32; local
2198 ret |= sisusb_read_pci_config(sisusb, 0x10, &tmp32);
2200 ret |= sisusb_read_pci_config(sisusb, 0x10, &tmp32);
2201 tmp32 &= 0x0f;
2202 tmp32 |
2246 u32 tmp32; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Dkeytab_file.c242 int32_t tmp32; local
243 ret = krb5_ret_int32(sp, &tmp32);
244 p->name.name_type = tmp32;
453 int32_t tmp32; local
485 ret = krb5_ret_int32(cursor->sp, &tmp32);
486 if (ret == 0 && tmp32 != 0)
487 entry->vno = tmp32;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Dkeytab_file.c242 int32_t tmp32; local
243 ret = krb5_ret_int32(sp, &tmp32);
244 p->name.name_type = tmp32;
453 int32_t tmp32; local
485 ret = krb5_ret_int32(cursor->sp, &tmp32);
486 if (ret == 0 && tmp32 != 0)
487 entry->vno = tmp32;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Dkeytab_file.c242 int32_t tmp32; local
243 ret = krb5_ret_int32(sp, &tmp32);
244 p->name.name_type = tmp32;
453 int32_t tmp32; local
485 ret = krb5_ret_int32(cursor->sp, &tmp32);
486 if (ret == 0 && tmp32 != 0)
487 entry->vno = tmp32;

Completed in 397 milliseconds

12