Searched refs:temp3 (Results 1 - 10 of 10) sorted by relevance

/drivers/media/usb/dvb-usb/
H A Daf9005-fe.c544 u8 temp0, temp1, temp2, temp3, buf[4]; local
592 temp3 = (u8) ((NS_coeff1_2048Nu & 0x03000000) >> 24);
595 buf[0] = temp3;
627 temp3 = (u8) ((NS_coeff2_2k & 0x01C00000) >> 22);
630 buf[0] = temp3;
658 temp3 = (u8) ((NS_coeff1_8191Nu & 0x03000000) >> 24);
661 buf[0] = temp3;
689 temp3 = (u8) ((NS_coeff1_8192Nu & 0x03000000) >> 24);
692 buf[0] = temp3;
720 temp3
[all...]
/drivers/pci/hotplug/
H A Dcpqphp_nvram.c146 u8 temp1, temp2, temp3, temp4, temp5, temp6; local
151 temp3 = readb(rom_start + 0xffea + 2);
157 (temp3 == 'M') &&
H A Dcpqphp_core.c101 u8 temp1, temp2, temp3, temp4; local
109 temp3 = readb(fp+2);
113 temp3 == 'M' &&
H A Dcpqphp_pci.c57 u8 temp1, temp2, temp3, temp4; local
65 temp3 = readb(fp + SIG2);
69 temp3 == 'R' &&
/drivers/staging/xgifb/
H A Dvb_init.c406 unsigned char temp, temp1, temp2, temp3, j, k; local
422 temp3 = 0;
425 xgifb_reg_and_or(P3d4, 0x6E, 0xFC, temp3);
427 temp3 += 0x01;
449 temp3 = temp & 0x80;
452 xgifb_reg_or(P3d4, 0x40, temp3); /* CR40_D[7] */
H A Dvb_setmode.c1406 unsigned long temp, temp1, temp2, temp3, push3; local
1599 temp3 = tempax;
1602 temp1 /= temp3;
1603 temp3 = temp3 << 16;
1606 temp3 = (temp3 & 0xffff0000) + (temp1 & 0xffff);
1608 tempax = (unsigned short) (temp3 & 0xff);
1619 tempax |= (unsigned short) ((temp3 >> 8) & 0x07);
1625 temp3
[all...]
/drivers/media/dvb-frontends/
H A Dmb86a16.c659 unsigned char temp1, temp2, temp3; local
712 if (mb86a16_read(state, 0x24, &temp3) != 2)
716 M = ((temp1 & 0x1f) << 12) + (temp2 << 4) + (temp3 >> 4);
/drivers/scsi/
H A DFlashPoint.c943 unsigned short temp, temp2, temp3, temp4, temp5, temp6; local
1011 temp3 = 0x0000;
1031 temp3 >>= 1;
1047 temp3 |= 0x8000;
1056 pCardInfo->si_per_targ_no_disc = temp3;
1155 temp3 = 0;
1157 temp3 <<= 1;
1159 temp3 |= 1;
1165 if (!(temp3 & BIT(7)))
1167 if (!(temp3
[all...]
/drivers/video/fbdev/sis/
H A Dinit.c3133 unsigned char temp1, temp2, temp3; local
3146 temp3 = SiS_GetRegByte((somebase + 0x85)) & 0xb7;
3151 temp3 |= 0x08;
3160 SiS_SetRegByte((somebase + 0x85), temp3);
/drivers/net/ethernet/nvidia/
H A Dforcedeth.c1634 u32 temp1, temp2, temp3; local
1642 temp3 = readl(base + NvRegTransmitPoll);
1654 writel(temp3, base + NvRegTransmitPoll);

Completed in 222 milliseconds